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
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is job control language?
Is it possible to left uncode disp? If yes, how?
which utility is used a dummy utility?
Is condition checking possible in jcl? If yes, how?
What is the difference between the positional and keyword parameters? Give examples.
For what purpose steplib and joblib are used ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is DSN parameter and DISP parameter is used for?
How to override loadlib?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What are s0c1, s0c4, s0c5, s0c7 and socb?
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.
How is the record format of an output dataset specified?