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
How can the disposition of sysout datasets be set for an entire jobstream?
Explain how can an in-stream dataset be terminated?
in ways data can be passed to a COBOL program from JCL?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Does jcl support automatic restart?
Explain how can the attributes of one sms dataset be copied to another dataset?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Where can program checkpoints be stored for use in a restart?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain about LMFREE�free data set from its association with data ID
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 does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
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?
how JCL works?
How can a jobs execution priority be modified?