Can we DELETE all the Generations of a GDG at once, WITHOUT
deleting the GDG itself ?

Answer Posted / sam

I am facing problems while deleting all GDG versions except
base using IEFBR14. My job fails when I try to execute
IEFBR14 with my GDG base having no versions, causing
problems in my job flow.

I want to delete all gdg versions if they exist otherwsie
my job should execute fine.

Can anyone suggest solution for this?

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give the syntax of job specifying jcl statement.

636


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

716


How can a stopped job be started again?

707


Can we call instream to catalog and catalog to instream?

681


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1033






what are the various stages of job processing?

736


which utility is used a dummy utility?

787


What is condition checking in jcl? Is this possible?

619


What are steplib and joblib?

719


which utility is used to sort a file in jcl?

745


What is the function of dd name parameter with a 2 part structure; audit.report?

698


List the different components of jcl statement?

687


what are the types of abends that occur on job failure? And explain the possible causes of these

1112


What is the significance of addrspc parameter in the exec statement?

616


I need exexution process for JCL programs

1847