A command to start PROCESS from z/OS console
search cancel

A command to start PROCESS from z/OS console

book

Article ID: 138381

calendar_today

Updated On:

Products

SOLVE:Operations Automation

Issue/Introduction

Customer asked if CA SOLVE has a command to start PROCESS from z/OS console.

Environment

Release : ALL

Component : CA SOLVE:Operations Automation for z/OS

Resolution

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.