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 |
explain concatinating datasets?
What do you understand by the term job time – out and how can you overcome that?
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
what is use of disp parameter in dd statement?
How Can we see all generations of a GDG ?
How do you create a temporary dataset?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
Suppose I have five jobs to do. But I want to hold one?
what will be the error code if duplicate key of VSAM file is found?
Are there any set of rules for the names of the steps used in a job?
When space is allocated for an output dataset, what units can be used?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step