What is GDG and what is the maximum limit of versions that
can be created?
Answer Posted / raji
in gdg we can create 9999 generations and 99 version bt we
can catalog only 255
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What dd statement is used to supply the name of a dataset?
Is it possible to define dd statements as you want?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
how you can direct the data to spool using SYSOUT option?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is Cataloged Procedures?
Explain the function of //jcllib statement?
Is it possible to left uncode disp? If yes, how?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How to override loadlib?
What is notcat 2 - gs?
Name the statement which can be used to send data to another mvs jes3 node?
how do you access an uncataloged dataset in a jcl?
Explain about ISPF/TSO Commands
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 ?