Template:JZJALINS: Difference between revisions
(Automatically generated page update) |
(Automatically generated page update) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<p class="code"><nowiki>//name JOB jobCardParameters | <p class="code"><nowiki>//name JOB jobCardParameters | ||
//* | //* | ||
// JCLLIB ORDER=(hlq. | // JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) 1 << | ||
//* | //* | ||
//* Jobstream to allocate datasets required for installation: | //* Jobstream to allocate datasets required for installation: | ||
//* 1. Empty loadlib dataset for Model 204 load modules | //* 1. Empty loadlib dataset for Model 204 load modules with the | ||
//* following dataset name: hlq.M204V77.LOADLIB | |||
//* 2. Empty local object library for customized local object modules | //* 2. Empty local object library for customized local object modules | ||
//* with the following dataset name: hlq.M204V77.LOCAL.OBJLIB | |||
//* 3. If a local source library does not currently exist then | |||
//* allocates an empty local source library for retaining your | |||
//* assemble source files: RACFPARM, FUNU, etc. with the following | |||
//* dataset name: hlq.M204.LOCAL.SRCLIB | |||
//* THESE SOURCE FILES ARE RETAINED FOR ALL INSTALLATIONS OF | |||
//* Model 204. | |||
//* | //* | ||
//* Copy this jobstream into a local TSO library, modify all lines | //* Copy this jobstream into a local TSO library, modify all lines | ||
Line 19: | Line 27: | ||
//* 2: Provide the high level qualifier(s) of all Model 204 | //* 2: Provide the high level qualifier(s) of all Model 204 | ||
//* installation DSNs | //* installation DSNs | ||
//* | |||
//* (-- For Rocket Support only: filename=JZJALINS 7.7 2016/11/14 --) | |||
//* | //* | ||
//BLD EXEC JALINSP, | //BLD EXEC JALINSP, | ||
// HLQ=m204DsnHighLevelQual 2 << | // HLQ=m204DsnHighLevelQual 2 << | ||
</nowiki></p> | </nowiki></p> |
Latest revision as of 21:29, 14 November 2016
//name JOB jobCardParameters //* // JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) 1 << //* //* Jobstream to allocate datasets required for installation: //* 1. Empty loadlib dataset for Model 204 load modules with the //* following dataset name: hlq.M204V77.LOADLIB //* 2. Empty local object library for customized local object modules //* with the following dataset name: hlq.M204V77.LOCAL.OBJLIB //* 3. If a local source library does not currently exist then //* allocates an empty local source library for retaining your //* assemble source files: RACFPARM, FUNU, etc. with the following //* dataset name: hlq.M204.LOCAL.SRCLIB //* THESE SOURCE FILES ARE RETAINED FOR ALL INSTALLATIONS OF //* Model 204. //* //* Copy this jobstream into a local TSO library, modify all lines //* marked '<<' and submit the job with those changes. //* //* 1: Change 'hlq' to the same value provided in (2) - 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 //* //* (-- For Rocket Support only: filename=JZJALINS 7.7 2016/11/14 --) //* //BLD EXEC JALINSP, // HLQ=m204DsnHighLevelQual 2 <<