Template:JZJRSQL: Difference between revisions
(ELowell moved page Template:JZJRSQL to Template:LKRSQLJ: source file name change) |
(Automatically generated page update) |
||
Line 1: | Line 1: | ||
<!--Page automatically generated by LIBWIKI EXEC and will be | |||
** automatically replaced ** -- any manual edits will be lost. | |||
You've been warned.--> | |||
<p class="code"><nowiki>//name JOB jobCardParameters | |||
//* | |||
// JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) 1 << | |||
//* ------------------------------------------------------------------ | |||
//* This jobstream is used to relink the Model 204 modules with a new | |||
//* version of RSQL and/or EVCP. Copy it into a local TSO library | |||
//* where you will examine the lines marked '<<' to to determine which | |||
//* changes you must make, and submit the job with those changes. The | |||
//* job stream is setup to relink the object module with ONLINE, | |||
//* IFAM1, and IFAM4. Delete the steps for those modules which you do | |||
//* not have. | |||
//* | |||
//* Lines 1-5 marked '<<' MUST be edited and provided. | |||
//* | |||
//* 1: Change 'hlq' to the same value provided in (2,4,6) - the | |||
//* value inside parentheses will then be the DSN of the | |||
//* downloaded object library | |||
//* | |||
//* 2,4,5: Provide the high level qualifier(s) of all Model 204 | |||
//* installation DSNs | |||
//* | |||
//* 3: Change modname to the name of the object module (either | |||
//* RSQL or EVCP) which you use in your ONLINE | |||
//* | |||
//* For detailed explanations, see | |||
//* | |||
//* http://m204wiki.rocketsoftware.com/ | |||
//* index.php/Model_204_maintenance_on_IBM_z/OS | |||
//* | |||
//* (-- For Rocket Support only: filename=JZJRSQL --) | |||
//* | |||
//LINKONLN EXEC LKMAINTP, | |||
// HLQ= 2<< | |||
//M204RLNK.SYSLIN DD * | |||
INCLUDE RKOBJ204(modname) 3<< | |||
INCLUDE OLDLMOD(ONLINE) | |||
ENTRY MAINTASK | |||
ALIAS BATCH204 | |||
NAME ONLINE(R) | |||
/* | |||
//LINKIFM1 EXEC LKMAINTP, | |||
// HLQ= 4<< | |||
//M204RLNK.SYSLIN DD * | |||
INCLUDE RKOBJ204(EVCP) | |||
INCLUDE OLDLMOD(IFAM1) | |||
ENTRY IFII1 | |||
NAME IFAM1(R) | |||
/* | |||
//LINKIFM4 EXEC LKMAINTP, | |||
// HLQ= 5<< | |||
//M204RLNK.SYSLIN DD * | |||
INCLUDE RKOBJ204(EVCP) | |||
INCLUDE OLDLMOD(IFAM4) | |||
ENTRY IFAMIV | |||
NAME IFAM4(R) | |||
</nowiki></p> |
Revision as of 23:02, 9 November 2016
//name JOB jobCardParameters //* // JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) 1 << //* ------------------------------------------------------------------ //* This jobstream is used to relink the Model 204 modules with a new //* version of RSQL and/or EVCP. Copy it into a local TSO library //* where you will examine the lines marked '<<' to to determine which //* changes you must make, and submit the job with those changes. The //* job stream is setup to relink the object module with ONLINE, //* IFAM1, and IFAM4. Delete the steps for those modules which you do //* not have. //* //* Lines 1-5 marked '<<' MUST be edited and provided. //* //* 1: Change 'hlq' to the same value provided in (2,4,6) - the //* value inside parentheses will then be the DSN of the //* downloaded object library //* //* 2,4,5: Provide the high level qualifier(s) of all Model 204 //* installation DSNs //* //* 3: Change modname to the name of the object module (either //* RSQL or EVCP) which you use in your ONLINE //* //* For detailed explanations, see //* //* http://m204wiki.rocketsoftware.com/ //* index.php/Model_204_maintenance_on_IBM_z/OS //* //* (-- For Rocket Support only: filename=JZJRSQL --) //* //LINKONLN EXEC LKMAINTP, // HLQ= 2<< //M204RLNK.SYSLIN DD * INCLUDE RKOBJ204(modname) 3<< INCLUDE OLDLMOD(ONLINE) ENTRY MAINTASK ALIAS BATCH204 NAME ONLINE(R) /* //LINKIFM1 EXEC LKMAINTP, // HLQ= 4<< //M204RLNK.SYSLIN DD * INCLUDE RKOBJ204(EVCP) INCLUDE OLDLMOD(IFAM1) ENTRY IFII1 NAME IFAM1(R) /* //LINKIFM4 EXEC LKMAINTP, // HLQ= 5<< //M204RLNK.SYSLIN DD * INCLUDE RKOBJ204(EVCP) INCLUDE OLDLMOD(IFAM4) ENTRY IFAMIV NAME IFAM4(R)