GDGs can be CREATED (not COPIED) only on DASD and NOT on
tape drives ? Is it True ?
Answers were Sorted based on User's Feedback
Answer / febvoice
generation of gdg are sequential and can reside on disk or
tape
Is This Answer Correct ? | 7 Yes | 1 No |
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
Explain about ISPF/TSO Commands
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
what is a null indicator in db2?
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
Explain dd statement in jcl?
What is the difference between sb37,se37,sd37 each?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How can a stopped job be started again?
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?