Encyclopedia: AS4...
Encyclopedia : A : AS : AS4 (12 articles)
AS/400 Control Language
The AS/400 control language (CL) is reminiscent of JCL and consists of an ever expanding set of command objects (*CMD) used to invoke traditional AS/400 programs and/or get help on what those programs do. CL can also be used to create CL programs (congruent to shell scripts) where there are addition..
AS/400 library
A library (*LIB) on the AS/400 is an object that is used as a system directory to keep track of other objects. (It is also keeps track of PTFs in AS/400 system libraries.) (The other directories that can be used are the directory (*DIR) and folder (*FLR) objects.) Objects are not actually stored in..
AS/400 Library List
Most systems have a way to find objects when a specific path is not specified. The same is true of the AS/400 and it uses an object called the library list (*LIBL). This object doesn't exist on its own and is always associated with another object like a job or a job description (*JOBD). As of OS/400..
AS/400 object
On most other platforms everything is a file. On the AS/400 everything is an object. This seems to be the same as object-oriented programming, but with the AS/400 it's different. The similarity is that when storage is allocated for something, that something is of a specific type, and only a specific..
From Wikipedia, the Free Encyclopedia. Article contents subject to the GNU Free Documentation License.
