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
Is it possible to code instream data in a PROC?
Is automatic restart possible in jcl?
In sms datasets, what is the function of the dd avgrec keyword?
what is the JCL statement consists of?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is one line to pass PARM from JCL to COBOL?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
how can you check if a file is empty using jcl?
What happens if both JOBLIB & STEPLIB is specified ?
how you will the direct the data to spool using sysout option?
What dd statement is used to supply the name of a dataset?
Which statement is used to identify the private libraries in job?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What are the 2 types of parameters in dd statement?
In job processing, what happens in conversion stage?