Model 204 LINKCRAM job stream for IBM z/VSE

From m204wiki
Revision as of 16:58, 23 April 2018 by JAL (talk | contribs) (add category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The LINKCRAM job stream is used to link and catalog the CRAM modules into the Model 204 library during installation on IBM z/VSE.

See the comments in the code below for instructions on editing LINKCRAM.

// JOB LINKCRAM * ******************************************************************** * Rocket Model 204 * 10/14 * ******************************************************************** * LINKCRAM links and catalogs the CRAM modules * into the MODEL 204 Library /* /* To adapt this procedure to your installation: /* 1. Modify JOB statement /* 2. Modify the following in the job stream: /* ASSGN - this jcl assumes standard assignments /* for the logical units (SYS000) referenced /* in EXTENT statements. Add as needed: /* (e.g., // ASSGN SYS000,cuu) /* DATE - expiration date of dataset /* LENGTH - length of dataset in blocks/tracks /* if a MODEL 204 distribution file, see installation /* guide for number of 6184 byte pages /* START - starting location of dataset /* VOLSER - volume serial of dataset // EXEC PROC=M204JCL DLBL for JCL sublibrary // LIBDEF PROC,SEARCH=M204LIB.V750 // EXEC PROC=M204V750 DLBL for V750 M204 library // LIBDEF OBJ,SEARCH=M204LIB.V750 // LIBDEF PHASE,CATALOG=M204LIB.V750 // OPTION CATAL INCLUDE ZWTXPCC INCLUDE SWTXPCC INCLUDE CRLMXPCC INCLUDE SNAPXPCC // EXEC LNKEDT /* /&