Release : ALL
Component : CA SOLVE:Operations Automation for z/OS
To run a PROCESS, code the following statement in a NCL.
START $RMPDFEX $PROCESS=process &ALLPARMS
If the PROCESS issues SYSCMD, the statement should be
SUB BSYS START $RMPDFEX $PROCESS=process &ALLPARMS
The NCL can be issued by z/OS console by a mofify command.