Information on writing a VM/CMS Batch Scheduler in REXX
10 pts.
0
Q:
Information on writing a VM/CMS Batch Scheduler in REXX
I would like to write a REXX program that performs the following:

Schedule a Batch Job

View Jobs Scheduled for a particular Day

Delete a batch job

View the Status of a scheduled Batch Job
ASKED: Oct 7 2008  3:22 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
15 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Back in the 1970s I wrote something called BATSTAT which accomplished a somewhat similar task.

The goal was to be able to know which short batch jobs would result in printed output in the next half hour or so.

The key was to use a detached VM/CMS virtual machine that submitted a batch job primarily consisting of a "/*$" command (e.g. /*$DJ1-9999).

The output would be routed to the virtual machine that was awaiting the response (in its Virtual Reader).

The Virtual Machine would read in the response and reformat it, then send it to the printer. The "distinctive looking" printout would be posted near the place where printouts were filed alphabetically.


Does this give you a starting point ?
Last Answered: Nov 11 2008  10:34 PM GMT by OldCMSer   15 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0