Previous Topic: Restrictions on Moving Physical FilesNext Topic: Re-compilation Order


Generic Compile

The Toolkit generic command, Create Objects (YCRTOBJ), recompiles some or all of the source members in a source file with a single instruction.

For example, the following command will submit compiles of all display file members in QDDSSRC in *LIBL whose names begin with the letters FR. Job description BODJ in *LIBL will be used. Any existing versions will first be deleted.

YCRTOBJ OBJLIB(FRED) SRCFILE(QDDSSRC) MBR(FR*)SEUTYPE(DSPF) JOBD(BODJ) CRTOPT(*ALL)

The names of the members that are to be compiled can be specified in one of two ways:

You may edit or filter your member list with the Toolkit commands Edit Member List and Filter Member List (YEDTMBRLST, YFLTMBRLST).