RunControlID property: ProcessRequest class
Description
This property returns a string that serves, along with the user ID, as a key that identifies a predefined group of parameters to be used by a process or a job at runtime.
To successfully schedule a process, you must provide values for RunControlID, ProcessName, and ProcessType.
To successfully schedule a job, you must provide values for RunControlID and JobName.
This property is read/write.
Example
&MYRQST.RunControlID = "MYRUNCONTROLID";
or
&MYRQST.RunControlID = PRCSSAMPLEREC.RUN_CNTL_ID;