How to release a JOB (from the input queue) held by TYPRUN =
HOLD ? and how to see the installation default time after
which a JOB will be automatically released ? How to see the
list of currently HELD JOBS ?
Answers were Sorted based on User's Feedback
Answer / abid
Answer to your first question is -- go to SDSF and give ST
in command line to enter the SDSF Status of Jobs menu.
Here you'll be able to see the held jobs [Held will be
written in front of the job].
To release the job, simly go in front of the job and type A
which stands for 'activate' to activate your job.
There are two ways to check which jobs are being held;
method 1 is SD.H menu; second method is SD.ST menu both
menus display the held jobs; difference is that SD.ST shows
status of all jobs in spool, and SD.H shows status of only
held jobs.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / reader
we can see the jobs which are held in sysview
by giving the command S.L at start and at sysview give the
command Prefix XXXXX(Job name)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kamal
to release the job just type in command sd;st>enter>ainstead of using ? then enter to release
| Is This Answer Correct ? | 1 Yes | 1 No |
How does jcl act on code(if you take a cobol program)?
What is the purpose of dd dummy statement?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
can anyone explain me about sort in jcl with inrec and outrec ?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
How to pass the temp dataset form one JOB step to another?
What are the jcl procedures?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
which utility is used to sort a file in jcl?