How to release the Output HELD by using HOLD = YES on DD
statement ?
Answer Posted / 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 |
Post New Answer View All Answers
Must tape dataset definitions include vol=ser specifications?
What is catelog procedure and how many catelog procedure to use in one job?
what is use of dcb parameter in dd statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
How do you create a temporary dataset?
How to submit jcl through a cobol program?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What are the rules employed while naming the steps in a job?
Explain the hierarchy levels in jcl?
what is the purpose of coding class parameter in job statement?
what is the use of JCL?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how would you create a temporary dataset? And where will you use them?
What is one line to pass PARM from JCL to COBOL?
How do you access an uncatalogued dataset in a jcl?