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 |
What is QSAM error usually when it is occurs?
What is the meaning of keyword in JCL? What is its opposite?
Explain how can an in-stream dataset be terminated?
How many positional parameters are there in job statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
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
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
how to run JCL thru COBOL.
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
The maximum number of steps in a job?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?