Template:JZJALTSO: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(Automatically generated page update)
 
(2 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=(hlq.M204V75.RKOBJLIB)       required    1 <<
//         JCLLIB ORDER=(hlq.M204V77.RKOBJLIB)         required    1 <<
//*
//* For detailed explanations, see
//*
//* http://m204wiki.rocketsoftware.com/index.php/M204_inst_zOS#tso
//*
//*
//* ------------------------------------------------------------------
//* ------------------------------------------------------------------
Line 33: Line 29:
//*
//*
//* http://m204wiki.rocketsoftware.com/index.php/M204_inst_zOS#tso
//* http://m204wiki.rocketsoftware.com/index.php/M204_inst_zOS#tso
//*
//* (-- For Rocket Support only: filename=JZJALTSO 7.7 2016/11/14 --)
//*
//*
//TSOASLK EXEC LKTSOP,HLQ=                            required    2 <<
//TSOASLK EXEC LKTSOP,HLQ=                            required    2 <<
//*
//*
</nowiki></p>
</nowiki></p>

Latest revision as of 21:29, 14 November 2016

//name JOB jobCardParameters //* // JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) required 1 << //* //* ------------------------------------------------------------------ //* This jobstream is used to assemble the TSFS source module and //* link edit the M204FS and M204TTY TSO modules. Copy this jobstream //* into a local TSO library where you will examine the lines marked //* '<<' to determine which changes you must make, and submit the job //* with those changes. //* //* Lines 1-2 marked '<<' above MUST be edited and provided. //* //* 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 //* //* Copy the TSFS source from the downloaded RKMACLIB to the //* M204.LOCAL.SRCLIB library. Make any modifications to the TSFS //* source in the M204.LOCAL.SRCLIB before submitting this job. //* //* For detailed explanations, see //* //* http://m204wiki.rocketsoftware.com/index.php/M204_inst_zOS#tso //* //* (-- For Rocket Support only: filename=JZJALTSO 7.7 2016/11/14 --) //* //TSOASLK EXEC LKTSOP,HLQ= required 2 << //*