Previous Topic: ExamplesNext Topic: Notes


Examples

To build a library list called FRED from the current job’s library list:

YBLDLIBLST LIBLST(FRED) TEXT(‘Fred’’s library list’)

To build a library list called SEPPO from a specified list of libraries:

YBLDLIBLST LIBLST(SEPPO) TEXT(‘Seppo’’s library list’)  LIBL(QTEMP QGPL SEPPO QRPG QTXT)

To build a library list called BASIL from the initial library list of job description ALGERNON:

YBLDLIBLST LIBLST(BASIL) TEXT(‘Basil’’s library list’)  OBD(ALGERNON)

To build a library list named MIKE from job description MIKE in library QGPL, specifying that this job description is to be associated with this library list, to have current library CHRIS, and to be for a test environment:

YBLDLIBLST LIBLST(MIKE) JOBD(QGPL/MIKE) LSTTYPE(*TEST) CURLIB(CHRIS) LSTJOBD(*JOBD)