Template:JZJCRAM: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(Automatically generated page update)
 
(5 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   JOB jobCardParameters
<p class="code"><nowiki>//name     JOB jobCardParameters
//        JCLLIB ORDER=(downloadObjectLib)                      <<
//*
//*
//* Jobstream to link IGCLM244, SNAPCRAM, and M204X*
//        JCLLIB ORDER=(hlq.M204V77.RKOBJLIB)                    1 <<
//* load modules.  In a copy from the downloaded
//*
//* object library, modify all lines which are
//* Jobstream to link IGCLM244, SNAPCRAM, and M204X* modules.
//* marked '<<' on right, and submit the job.
//*
//* In a copy from the downloaded object library, modify all
//* lines marked '<<' on the right, and submit the job:
//*
//* 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
//*
//* 3: Provide the z/OS subsystem name for CRAM
//*
//*
//* For detailed explanations, see
//* For detailed explanations, see
//*
//*
//* http://m204wiki.rocketsoftware.com/index.php/m204_inst_zos#lkcram
//* http://m204wiki.rocketsoftware.com/index.php/m204_inst_zOS#lkcram
//*
//* (-- For Rocket Support only: filename=JZJCRAM  7.7 2016/11/14 --)
//*
//*
//LKCRAM  EXEC LKCRAM,
//LKCRAM  EXEC LKCRAMP,
//        RKOBJ204=downloadObjectLib,                           <<
//        HLQ=,                                               2 <<
//        RKMAC204=downloadedMacroLib,                          <<
//        CRMSSN=cramSubsystemName                             3 <<
//        CRMSSN=cramSubsystemName,                              <<
//        CRMLDLIB=cramLoadlib        (SYSLMOD for IEWL step)    <<
</nowiki></p>
</nowiki></p>

Latest revision as of 21:29, 14 November 2016

//name JOB jobCardParameters //* // JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) 1 << //* //* Jobstream to link IGCLM244, SNAPCRAM, and M204X* modules. //* //* In a copy from the downloaded object library, modify all //* lines marked '<<' on the right, and submit the job: //* //* 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 //* //* 3: Provide the z/OS subsystem name for CRAM //* //* For detailed explanations, see //* //* http://m204wiki.rocketsoftware.com/index.php/m204_inst_zOS#lkcram //* //* (-- For Rocket Support only: filename=JZJCRAM 7.7 2016/11/14 --) //* //LKCRAM EXEC LKCRAMP, // HLQ=, 2 << // CRMSSN=cramSubsystemName 3 <<