Can we delete the data using IEFBR14 , IEBGENER??
Answer Posted / sukumar
Yes, you can delete it... using IEFBR14
//JOB1 JOB NOTIFY=&SYSUT1
//STEP1 EXEC PGM=IEFBR14
//DD1 DD DSN=ISAM12.CLASS.PGM12,DISP=(MOD,DEL,DEL),UNIT=3390
//SYSIN DD DUMMY
//
But IEBGENER is used to concatenate a dataset / edit / copy
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
How to alter the parameters for the existing gdg?
which utility is used to run a cobol-db2 program?
List in order the hierarchical levels of jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is the use of IEBGENER utility?
Can we call instream to catalog and catalog to instream?
Explain the hierarchy levels in jcl?
Differentiate between the joblib and the steplib statements?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
how would you create a temporary dataset? And where will you use them?
Explain the function of a dd statement?
what is DD statement is used in JCL?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is “Cond= even” and “Cond=only”?
In job processing, what happens in execution stage?