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 / 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 |
Post New Answer View All Answers
how would you create a temporary dataset? And where will you use them?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Where can program checkpoints be stored for use in a restart?
What are steplib and joblib? What for they are used?
What is the function of dd name parameter with a 2 part structure; audit.report?
Is it possible to code instream data in a PROC?
What are the difference between jcl and jes?
Explain the jcl exec statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what are the various stages of job processing?
Explain the purpose of dd * statement in jcl?
I need exexution process for JCL programs
Define concatenating?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?