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 / saisankar
typrun=hold
can be relesed by specifying
typrun=run.
for info:saisankar85@gmail.com
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
what is JCL?
Explain the hierarchy levels in jcl?
What are the jcl procedures?
How to override loadlib?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain the function of a dd statement?
Explain the function of //cntl statement?
when does a dataset go uncataloged?
What is the function of the dd mgmtclas keyword in sms datasets?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How jcl work to handle various input output file operations?
how to run batch program without jcl?
how do you code a null statement?
What is NOTCAT ?
How to execute 2nd and 4th steps among 5 steps in jcl proc?