IBM Extension

IN LIBRARY Phrase

The LIBRARY phrase allows you to qualify IBM® i program objects with an IBM i library name. If the LIBRARY phrase is not specified, the program object is searched for using the job’s library list (*LIBL).
identifier-5
Must be an alphanumeric data item. The contents of identifier-5 must represent a valid IBM i library name. IBM i library names can be a maximum of 10 characters long. The first 10 characters of identifier-5 are used to form the library name.
literal-4
Must be nonnumeric and can be a maximum of 10 characters.

Identifier-5 and literal-4 are not affected by the *MONOPRC compiler option, and may contain an IBM i extended name.

End of IBM Extension