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


Please Help Members By Posting Answers For Below Questions

Explain how can values be passed from the job stream to an executable program?

632


What statement can be used to send data to another mvs jes3 node?

830


How to pass data to a program that is coded in an exec statement?

833


Is automatic restart possible in jcl? If yes, how?

659


What is jcl in mainframe, and how many types of jcl statements are there for a job?

633






How would you understand error(execution phase)?

635


What do you understand by the terms: joblib and steplib?

626


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) ?

1773


Which statement is used to identify the private libraries in job?

680


Name a few IBM utility programs, and explain its function.

4440


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1804


Differentiate between the joblib and the steplib statements?

859


what is use of disp parameter in dd statement?

667


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2069


define cond parameter in jcl?

779