Template:JZJCICS: Difference between revisions
(Automatically generated page update) |
(Automatically generated page update) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
** automatically replaced ** -- any manual edits will be lost. | ** automatically replaced ** -- any manual edits will be lost. | ||
You've been warned.--> | You've been warned.--> | ||
<p class="code"><nowiki>//name | <p class="code"><nowiki>//name JOB jobCardParameters | ||
//* | //* | ||
// | // JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) 1 << | ||
//* | //* | ||
//* Jobstream to assemble and link the CICS load modules for the Model | //* Jobstream to assemble and link the CICS load modules for the Model | ||
Line 26: | Line 26: | ||
//* | //* | ||
//* http://m204wiki.rocketsoftware.com/index.php/M204_inst_zOS#cics | //* http://m204wiki.rocketsoftware.com/index.php/M204_inst_zOS#cics | ||
//* | |||
//* (-- For Rocket Support only: filename=JZJCICS 7.7 2016/11/14 --) | |||
//* | //* | ||
//* Assemble and link CICS modules | //* Assemble and link CICS modules | ||
// | //CICSASLK EXEC LKCICSP, | ||
// HLQ=, required 2 << | // HLQ=, required 2 << | ||
// CICSHLQ= required 3 << | // CICSHLQ= required 3 << | ||
</nowiki></p> | </nowiki></p> |
Latest revision as of 21:29, 14 November 2016
//name JOB jobCardParameters //* // JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) 1 << //* //* Jobstream to assemble and link the CICS load modules for the Model //* 204 CICS interface. Copy it into a local TSO library, where you //* will examine lines marked '<<' to determine which changes you must //* make, and submit the job with those changes. //* //* 1: Change 'hlq' to the same value provided in (2) to the value //* inside parentheses will then be the DSN of the downloaded //* object library //* //* 2: Provide the high level qualifier(s) of all Model 204 //* installation DSNs //* //* 3: Provide the high level qualifier(s) for CICS libraries //* //* Before runnning this job ensure that the CICFG member has //* been customized and stored in the local &HLQ..M204.LOCAL.SRCLIB //* //* For detailed explanations, see //* //* http://m204wiki.rocketsoftware.com/index.php/M204_inst_zOS#cics //* //* (-- For Rocket Support only: filename=JZJCICS 7.7 2016/11/14 --) //* //* Assemble and link CICS modules //CICSASLK EXEC LKCICSP, // HLQ=, required 2 << // CICSHLQ= required 3 <<