SKU
Command scheduler utility.
Formats
SKU option bid eid [keywords]
 SKU MSG device FILE=
SKU CHA bid eid [keywords] "command
 SKU DOIT bid eid FILE=
SKU ON FILE=
SKU OFF FILE=
Parameters
| 
 option 
 | 
 DEL 
 | 
 deletes the entry from the scheduler 
 | 
| 
   
 | 
 REL 
 | 
 releases the entry so the command runs at the next scheduled time 
 | 
| 
   
 | 
 SUS 
 | 
 suspends the entry so the command will not run, but does not delete the entry from the scheduler 
 | 
| 
 MSG 
 | 
 device specified for the scheduler text output 
 | 
| 
 CHA 
 | 
 changes the entry 
 | 
| 
 DOIT 
 | 
 runs a schedule entry without decrementing the counters 
 | 
| 
 ON 
 | 
 turns the scheduler on 
 | 
| 
 OFF 
 | 
 turns the scheduler off 
 | 
| 
 bid 
 | 
 beginning ID number 
 | 
| 
 eid 
 | 
 ending ID number (default=bid) 
 | 
| 
 device 
 | 
 C 
 | 
 sends output to the text frame 
 | 
| 
    
 | 
 N 
 | 
 does not list the output 
 | 
| 
 "command 
 | 
 new command to replace the current command; the new command may contain up to 160 characters including spaces 
 | 
Keywords
| 
 FILE= 
 | 
 scheduler file name; see the Remarks (default=SKEDFILE) 
 | 
| 
 NAME= 
 | 
 old new 
 | 
 changes the old user ID to the new user ID 
 | 
| 
 PROJ= 
 | 
 old new 
 | 
 replaces the old project number with the new project number 
 | 
Remarks
You can run multiple scheduler processes. Use the FILE keyword to identify the file name for the scheduler process. See the SKED command for more information.
To change a scheduler entry, you must be logged on to the project number listed in the entry.
Use the DOIT parameter to test scheduler entries.
Examples
SKU DEL 6
This entry deletes the scheduler entry with ID number 6.
SKU SUS 1001 1009
This entry suspends scheduler entries 1001 through 1009.
SKU CHA 1001 1009 PROJ=7000 5630
This entry changes the project number for scheduler entries 1001 through 1009 from 7000 to 5630.
SKU DOIT 5
This entry runs the command in scheduler entry 5. It doesn't change the run time or decrease the counter.