Answer Posted / dhans
GDG base is created using any one of the below method.
Using IDCAMS utility
Using FileAID or File manager
Using ISPF option, 3.2
Refer the following link for more details.
https://youtu.be/hMbB20WKmBg
https://youtu.be/3N17dh7BAaQ
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to left uncode disp? If yes, how?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
List the various advantages of using jcl language?
List the different jcl statements that are not permitted in the procedures?
What are the parameter we cannot use in procedure?
What is jcl in mainframe?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
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?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How does jcl act on a cobol code?
Explain dfsort utility?
Differentiate between the joblib and the steplib statements?
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) ?
Where can program checkpoints be stored for use in a restart?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one