SetupScheduleDefnItem function
Syntax
SetupScheduleDefnItem(ScheduleName, JobName)
Description
Use the SetupScheduleDefnItem function to create a ProcessRequest object. After you’ve created this object, you can assign values to its properties then specific methods created to either schedule or print info for a Scheduled Jobset.
Parameters
| Parameter | Description |
|---|---|
|
ScheduleName |
Specify the process type as a string. Values depend on the Scheduled Jobset defined for your system. |
|
JobsName |
Specify the name of the job name as a string. |
Returns
A reference to a ProcessRequest object.
Example
Local ProcessRequest &MYRQST;
&MYRQST = SetupScheduleDefnItem("SampleSchedule", &MyJobName);