How to release the Output HELD by using HOLD = YES on DD
statement ?
Answers were Sorted based on User's Feedback
Answer / deepak_developer
$O command or the $T OJ command releases a held job if it
has hold=yes
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rup
Yes to release the output held we use HOLD=YES in dd statement
//DDNAME DD HOLD=YES
| Is This Answer Correct ? | 1 Yes | 3 No |
what is the difference between static call and dynamic call?
GDG Create syntax ?
How is a type of file defined in the jcl that executes the cobol program?
once we submitted the job to the operating system, how can we cancel the job before execution?
do we need to mention the location of catalogued procedure for each it's call in a single job?
can we modify the code in copy book? if it possible how to submit ofter the modification.
what are the symbolic parameters? why do we use symbolic parameters ?
2 Answers IBM, TCS, UST, Xansa,
how do you code a null statement?
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
What is MOD and when would you use it?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
What are the common keyword parameters in both job and exec statements