This command converts IMODs into z/OS object decks.
Syntax
PACKAGE {IMOD {name|&LISTn} TO ddname1 FROM ddname2} {COMPLETE TO ddname1 ENTRY imodname} {PARMS string}
Parameters
Name of the list containing the IMODs to be packaged.
DDname identifying the source ISET.
DDname identifying the package PDS. This PDS should be empty and must have RECFM=FB, LRECL=80, and BLKSIZE 800.
Name of the IMOD to receive control when package is invoked.
Parameter string to be passed to the initialization phase or the package. The content may be any parameter string that may be passed to the SRVBATCH program using the SRVPARM DD statement.
Adds an IMOD or list of IMODs to be added to the package.
Completes the package. No additional IMODs may be added to it.
Text that follows is used for runtime initialization. Can be repeated on subsequent cards.
Note: Following the creation of the package PDS you must execute assembly and link-edit steps.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|