I have one GDG.
Everyday One new version is being created.Now I want to
split this created version in different files each having
1000 records.
Here Problem is I don't know How many records will be there
in new version of GDG?
that's why I don't know How many Out files we need to use .
Interesting??????????????
Answer Posted / xx
Give your GDG base in the i/p DD name of SORt step. Use
SPLIT parameter in SORT to complete the task. When you use
GDG base all generation of that GDG will be considered.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
When output dataset space is required, what quantity categories are used?
A dd statement consists of 4 fields. Name them?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Is condition checking possible in jcl? If yes, how?
What do you understand by the term job time – out and how can you overcome that?
How can an in-stream dataset be terminated?
Is it possible to code instream data in a PROC?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what is DSN parameter and DISP parameter is used for?
What are steplib and joblib? What for they are used?
Explain the function of the steplib dd statement?
what is use of space parameter in dd statement?
Is their any set of rules for dd? Explain.
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?