Template:JZLUTREQ

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

//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 //SYSLIN DD DISP=SHR,DSN=&ROKOB204(JZIAUDT) AUDIT204 // DD DISP=SHR,DSN=&ROKOB204(JZIMRGJ) MERGEJ // DD DISP=SHR,DSN=&ROKOB204(JZITULC) UTILC // DD DISP=SHR,DSN=&ROKOB204(JZIUTLJ) UTILJ //* // PEND //* //* ------------------------------------------------------------------ //* Invoke in-stream PROC: //* ------------------------------------------------------------------ //REQUTLK EXEC REQUTLK, // ROKOB204=<<insert DSN>>, // SYSLMOD=<<insert DSN>>