Template:JZJASM: Difference between revisions
(Automatically generated page update) |
(Automatically generated page update) |
||
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 assemble a member from your Model 204 local | //* Jobstream to assemble a member from your Model 204 local | ||
Line 25: | Line 25: | ||
//* | //* | ||
//* http://m204wiki.rocketsoftware.com/index.php/m204_inst_zOS#asm | //* http://m204wiki.rocketsoftware.com/index.php/m204_inst_zOS#asm | ||
//* | |||
//* (-- For Rocket Support only: filename=JZJASM --) | |||
//* | //* | ||
//ASM EXEC JASMP,HLQ=, 2 << | //ASM EXEC JASMP,HLQ=, 2 << | ||
// MEM= 3 << | // MEM= 3 << | ||
</nowiki></p> | </nowiki></p> |
Revision as of 23:02, 9 November 2016
//name JOB jobCardParameters //* // JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) 1 << //* //* Jobstream to assemble a member from your Model 204 local //* source library. //* //* 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 member name to assemble (e.g., FUNU, MSGU, //* RACFPARM, ...) //* //* For detailed explanations, see //* //* http://m204wiki.rocketsoftware.com/index.php/m204_inst_zOS#asm //* //* (-- For Rocket Support only: filename=JZJASM --) //* //ASM EXEC JASMP,HLQ=, 2 << // MEM= 3 <<