how can we define a gdg?
Answer / Anish Kumar
A GDG (Group Description Group) is a set of definitions that describe a group of files, including their physical characteristics and access methods. To define a GDG, you can use the IEFBR103I command or its API equivalent.nHere's an example of a GDG definition in JCL:n //GDGDEF DD DISP=(NEW,CATLG),DSNAME=MYLIB/MYGDGn //DD MYFILE1 DCB=(,,n DDNAME=MYFILE1n DSORG=PSn RECFM=FBn LRECL=80n BLOCK=8n )/n //DD MYFILE2 DCB=...
| Is This Answer Correct ? | 0 Yes | 0 No |
pic S9(4) results 3 bytes1 A) comp B) comp1 C) display D) comp3
What will be the result if on size error phrase is declared?
how do we do unit testing in mainfrmae. explain step-wise.
what optimum values can we find for freespace, ci etc?
How do you use sub-string as a Pseudo-variable in PL/1? How can we use the variables?
What is mainframe testing?
How much memory does variable of 6 decimal (15, 2) take in PL/1?
Write in brief about clusters?
PLEASE SEND ME THE DOCUMENTS IF ANY ONE HAVE REGARDING THE IMPACT ANALYSYS,REVIEWS
GO TO stmt which of the following is not true A) GO TO stmt is not essential in the sense that it is possible to write programs without using GO TO B) The target of the GO TO stmt being a procedure name avoiding GO TO result in a program with no procedure name C) Indiscriminate use of GO TO stmt can make the control structure program substantially complex D) Too many GO TO stmts make a program difficult to understand
What is linkage section?
Can you define notcat 2?