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
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What statement can be used to send data to another mvs jes3 node?
How to run cobol program using jcl?
Where can program checkpoints be stored for use in a restart?
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
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the format of comment statement?
how can you check if a file is empty using jcl?
Explain the purpose of dd * statement in jcl?
What is multithreading in jcl?
Explain the function of job statement in jcl?
Name a few IBM utility programs, and explain its function.
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?