Template:JZLONLN: Difference between revisions
(Automatically generated page update) |
(Automatically generated page update) |
||
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>// | <p class="code"><nowiki>//LKONLNP PROC HLQ=, High level qualifier(s) of install DSNs | ||
// MQ=NULLFILE, IBM MQ series load library | // MQ=NULLFILE, IBM MQ series load library | ||
// ACF2=NULLFILE ACF2 security interface load/objlib | // ACF2=NULLFILE ACF2 security interface load/objlib | ||
Line 10: | Line 10: | ||
//* ****************************************************************** | //* ****************************************************************** | ||
//* ** Do not copy nor edit this PROC. It is invoked by member ** | //* ** Do not copy nor edit this PROC. It is invoked by member ** | ||
//* ** | //* ** LKONLNJ, which you should copy from the downloaded object ** | ||
//* ** library and then edit in a local TSO library. ** | //* ** library and then edit in a local TSO library. ** | ||
//* ****************************************************************** | //* ****************************************************************** | ||
Line 17: | Line 17: | ||
//* The other two depend on your ONLINE configuration. | //* The other two depend on your ONLINE configuration. | ||
//* | //* | ||
//* To invoke this PROC, copy the | //* To invoke this PROC, copy the LKONLNJ member of the downloaded | ||
//* object file into a local TSO library; it contains instructions | //* object file into a local TSO library; it contains instructions | ||
//* to modify and submit that jobstream. | //* to modify and submit that jobstream. | ||
Line 51: | Line 51: | ||
//ACF2 DD DISP=SHR,DSN=&ACF2 ACF2 system load/object library | //ACF2 DD DISP=SHR,DSN=&ACF2 ACF2 system load/object library | ||
//* | //* | ||
// PEND ************** End of | // PEND ************** End of LKONLNP PROC ************* | ||
</nowiki></p> | </nowiki></p> |
Revision as of 20:33, 20 October 2014
//LKONLNP PROC HLQ=, High level qualifier(s) of install DSNs // MQ=NULLFILE, IBM MQ series load library // ACF2=NULLFILE ACF2 security interface load/objlib //* //* ********* z/OS JCL PROC to link edit Model 204 ONLINE ******** //* //* ****************************************************************** //* ** Do not copy nor edit this PROC. It is invoked by member ** //* ** LKONLNJ, which you should copy from the downloaded object ** //* ** library and then edit in a local TSO library. ** //* ****************************************************************** //* //* The first symbolic parameter (HLQ=) is required. //* The other two depend on your ONLINE configuration. //* //* To invoke this PROC, copy the LKONLNJ member of the downloaded //* object file into a local TSO library; it contains instructions //* to modify and submit that jobstream. //* //* For detailed explanations, see //* //* http://m204wiki.rocketsoftware.com/index.php/M204_inst_zOS#lkonln //* //* ------------------------------------------------------------------ //* Note: If you assembled local object files (RACFPARM, ACF2PARM, //* FUNU, etc.), they are stored in your local object library: //* DSN=&HLQ..M204V75.LOCAL.OBJLIB //* //* Keep the local and downloaded object libraries separate: //* //* - Do not store local object files in the downloaded object //* library. //* - Do not mix any downloaded object files in the local object //* library. //* //M204LINK EXEC PGM=IEWL,REGION=0M, // PARM='SIZE=(2048K,200K),LIST,LET,NCAL,MAP,AC=1,RMODE=ANY' //SYSPRINT DD SYSOUT=* //* //RKOBJ204 DD DISP=SHR,DSN=&HLQ..M204V75.LOCAL.OBJLIB, // DCB=BLKSIZE=32720 // DD DISP=SHR,DSN=&HLQ..M204V75.RKOBJLIB Downloaded obj lib //* //SYSLMOD DD DISP=SHR,DSN=&HLQ..M204V75.LOADLIB Model 204 modules //* //MQ DD DISP=SHR,DSN=&MQ IBM MQ series load library //* //ACF2 DD DISP=SHR,DSN=&ACF2 ACF2 system load/object library //* // PEND ************** End of LKONLNP PROC *************