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 |
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
delete rules in db2
Describe the DD statement, its meaning, syntax and keywords?
What are the common keyword parameters in both job and exec statements
what are the ways of passing data to a cobol program from jcl?
Explain about LMINIT - generate a data ID for a data set
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
What are the rules employed while naming the steps in a job?
I need exexution process for JCL programs
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
which utility is used to run a cobol-db2 program?
Explain how can a stopped job be started again?