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 does the jcl specify the job to os?
in ways data can be passed to a COBOL program from JCL?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
In sms datasets, what is the function of the dd mgmtclas keyword?
What are the parameters that are used in creating a gdg?
How can a stopped job be started again?
what are the various stages of job processing?
List the various advantages of using jcl language?
What is the function of the dd mgmtclas keyword in sms datasets?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the purpose of disp parameter?
which parameter is use to declare the name of dataset in dd statement?
How gdg are concatenated?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?