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 submit jcl through a cobol program?
What is timing concept in mainframe?
What is the function of job statement in jcl?
How gdg are concatenated?
Suppose I have five jobs to do. But I want to hold one?
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 ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain dd statement in jcl?
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 can you check if a file is empty using jcl?
What is the purpose of disp parameter?
Give the syntax of job specifying jcl statement.
what are the various stages of job processing?
what sort card you will use to copy the data from one dataset to another dataset?
Explain the function of a dd statement?