Max generations in GDG??

Answer Posted / gokul

we can create 255 active generations but versions can be upto 9999

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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 ?

945


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

631


What is the purpose of disp parameter?

645


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

784


How can an in-stream dataset be terminated?

848






What is condition checking in jcl? Is this possible?

626


what is use of dcb parameter in dd statement?

775


Differentiate between the joblib and the steplib statements?

857


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

583


What is timing concept in mainframe?

1662


How can the disposition of sysout datasets be set for an entire jobstream?

840


What is job control language?

611


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

1767


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1732


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1349