How is a new GDG coded?
Answers were Sorted based on User's Feedback
Answer / guest
A new GDG is coded as (+ after the dataset name as follows:
DSN=JAN.DATA(+. This will cause all generations to be pushed
down one level at the end of the job.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / edgar
Remember to create a base GDG, use the default job to do this !!! luck...
Is This Answer Correct ? | 0 Yes | 0 No |
The maximum number of in-stream procedure you can code in any JCL is ?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is COND=ONLY ?
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
What is the function of //cntl statement?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above
how to identify a vasam dataset by seeing in 3.4(browse)
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
What is the use of IEBGENER ?
How do you create a temporary dataset?
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..