Template:JZLUTREQ
//REQUTLK PROC ROKOB204=,SYSLMOD= //* //* z/OS JCL PROC to link those Model 204 utility load modules which //* must be replaced during installation. Parameters: //* //* ROKOB204=dsn Dataset name of the downloaded object library //* SYSLMOD=dsn Dataset name of the link output load library - //* where the load modules will be stored //* //* For detailed explanations, see //* //* http://m204wiki.rocketsoftware.com/index.php/ - //* M204_install#zOS_link_util_req //* //REQUTLK EXEC PGM=IEWL,REGION=0M, // PARM='SIZE=(2048K,200K),LIST,LET,NCAL,MAP,AC=1,RMODE=ANY' //SYSPRINT DD SYSOUT=* //ROKOB204 DD DISP=SHR,DSN=&ROKOB204 //SYSLMOD DD DISP=SHR,DSN=&SYSLMOD //* // PEND //* //* ------------------------------------------------------------------ //* Invoke in-stream PROC: //* ------------------------------------------------------------------ //REQUTLK EXEC REQUTLK, // ROKOB204=<<insert DSN>>, // SYSLMOD=<<insert DSN>> //SYSLIN DD *
- AUDIT204: blah blah ??
INCLUDE ROKOB204(AUDTOS) ENTRY AUDIT204 NAME AUDIT204(R)
- UTILC: blah blah ??
- CPRx symbols in CPRD
INCLUDE ROKOB204(UTILC) ENTRY UTIL NAME UTILC(R)
- UTILJ: blah blah ??
INCLUDE ROKOB204(UTILJ) ENTRY UTIL NAME UTILJ(R)
- MERGEJ: blah blah ??
INCLUDE ROKOB204(MERGEJ) ENTRY MERGEJ NAME MERGEJ(R)
/*