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
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Differentiate between the joblib and the steplib statements?
What is the function of dd name parameter with a 2 part structure; audit.report?
what is the purpose of coding notify parameter in job statement?
List the different jcl statements that are not permitted in the procedures?
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?
What is the purpose of disp parameter?
What does a disposition of (new,catlg,keep) for a dsn mean?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is concatenating?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Explain dfsort utility?
What are hierarchy levels in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
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?