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 ?
Answer Posted / 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 |
Post New Answer View All Answers
How to submit jcl through a cobol program?
What are hierarchy levels in jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
how to run batch program without jcl?
How do you create a temporary dataset?
What is the function of the dd dcb keyword?
what is “Cond= even” and “Cond=only”?
What dd statement is used to supply the name of a dataset?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain the function of job statement in jcl?
What do you know about jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain the function of dd disp parameter?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY