205 pts.
 Batch jobs & Interactive jobs
how can i find a job whether itis a batch or interactive from the log and outf. I want to know the WRKUSRJOB is the correct way? for the above...

Software/Hardware used:
ASKED: April 2, 2009  3:36 AM
UPDATED: May 10, 2010  1:22 PM

Answer Wiki:
An interactive job is run interactively on your session window. A batch job is a submitted job. On the spoolfile, if the job name is wrkstn Id its interactive job else its batch (job name)
Last Wiki Answer Submitted:  April 7, 2009  6:33 pm  by  Noble1999   105 pts.
All Answer Wiki Contributors:  Noble1999   105 pts. , mshen   27,310 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

The first message in a job log is ‘Job (job name) started on (date) at (time) in subsystem (subsystem name). If (subsystem) name is QINTER it was an interactive job, if QBATCH it was a batch job.

There are always exceptions, but if you have not made any changes to subsystems descriptions, job descriptions, etc., the above should hold true.

Leo Burkett

 830 pts.

 

Hi..please use this command

Use WRKACTJOB. There is “Type” field. If under Type any
job is showing “INT” = Interactive, ‘BCH” = Batch, “SBS” =
Subsystem, “SYS” = System, “WTR” = Writer (Printer). Batch
job will run in QBATCH Subsystem/Job and Interactive job will
run in QINTER Subsystem/Job.

 15 pts.

 

Batch jobs can be submitted to any subsystem. This can be done via the job description or simply by the submit job request. We have delevopers who occasionally submit batch job to process in QINTER by mistake. It’s actually pretty simple for this ot occur.

 645 pts.