Template:JZJACIC: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(Automatically generated page update)
 
(One intermediate revision 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.M204V75.RKOBJLIB)                    1 <<
//        JCLLIB ORDER=(hlq.M204V77.RKOBJLIB)                    1 <<
//*
//*
//* Jobstream to allocate an empty dataset for a CICS load library
//* Jobstream to allocate an empty dataset for a CICS load library
Line 17: Line 17:
//* 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=JZJACIC  7.7 2016/11/14 --)
//*
//*
//BLD EXEC JALCICSP,
//BLD EXEC JALCICSP,
//        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 an empty dataset for a CICS load library //* //* 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=JZJACIC 7.7 2016/11/14 --) //* //BLD EXEC JALCICSP, // HLQ=m204DsnHighLevelQual 2 <<