Executing the RMU
The following figure illustrates the execution JCL for the RMU. The OSZ$REGI member in the TOSZCNTL target library contains this sample JCL.
//jobname JOB (acct,room),programmer,NOTIFY=&SYSUID
//<stepName> EXEC PGM=OSZEXEC8,REGION=0M,
// PARM='P=OSZRGMNT'
//SYSPRINT DD SYSOUT=*
(other DD statements as necessary)
//SYSIN DD *
(comments and RMU control statements)
//*
//<stepName> EXEC PGM=OSZEXEC8,REGION=0M,
// PARM='P=OSZRGMNT'
//SYSPRINT DD SYSOUT=*
(other DD statements as necessary)
//SYSIN DD *
(comments and RMU control statements)
//*
The RMU program (OSZRGMNT) is invoked when you execute the RTCS Generalized Server (OSZEXEC8). You are not required to specify the DSNAME for the RTCS product program library in this JCL. The RTCS Generalized Server dynamically allocates the data set which is loaded into the dynamic LPA (DLPA) area of common storage during RTCS subsystem initialization.
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*