Can we delete the data using IEFBR14 , IEBGENER??
Answer Posted / tidda
just put DISP=(MOD,DELETE,DELETE)
pgm=XYZ will also do!
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
What is jcl in mainframe?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain how can return codes be tested before execution of a job step?
how to run batch program without jcl?
Name a few IBM utility programs, and explain its function.
Must tape dataset definitions include vol=ser specifications?
how would you create a temporary dataset? And where will you use them?
What do you understand by the term notcat 2 – gs?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What does a disposition of (new,catlg,keep) for a dsn mean?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are the 2 types of parameters in dd statement?
what is the JCL statement consists of?
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?
Explain how can a stopped job be started again?