Difference between revisions of "JOBQ"

From MidrangeWiki
Jump to: navigation, search
 
(WRKACTJOB)
Line 2: Line 2:
 
* Tasks that involve user interaction go through [[Sub System]] QINTER, involve workstation display screen input/output, with results to OUTQ then writer to printer.
 
* Tasks that involve user interaction go through [[Sub System]] QINTER, involve workstation display screen input/output, with results to OUTQ then writer to printer.
 
* When heavy duty calculations and disk space input/output is called for, the interactive task sends that work via SBMJOB to a JOBQ in [[Sub System]] QBATCH, with results to OUTQ then writer to printer.
 
* When heavy duty calculations and disk space input/output is called for, the interactive task sends that work via SBMJOB to a JOBQ in [[Sub System]] QBATCH, with results to OUTQ then writer to printer.
 +
 +
== Commands ==
 +
 +
* WRKACTJOB Work with active jobs
 +
** Does not include completed jobs with results in OUTQ - see [[Spool file]].
 +
** Does not include jobs that have not yet started running, because they are in JOBQ or are scheduled to be launched later by GO CMDSCDE or a more sophisticated system like [[Help Systems]] [[Robot/400]]

Revision as of 16:04, 10 June 2005

  • Tasks that involve user interaction go through Sub System QINTER, involve workstation display screen input/output, with results to OUTQ then writer to printer.
  • When heavy duty calculations and disk space input/output is called for, the interactive task sends that work via SBMJOB to a JOBQ in Sub System QBATCH, with results to OUTQ then writer to printer.

Commands

  • WRKACTJOB Work with active jobs
    • Does not include completed jobs with results in OUTQ - see Spool file.
    • Does not include jobs that have not yet started running, because they are in JOBQ or are scheduled to be launched later by GO CMDSCDE or a more sophisticated system like Help Systems Robot/400