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 / neelu
i think we need to generate a JCL through a cobol program
and then run the Created JCL.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
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 DSN parameter and DISP parameter is used for?
What is multithreading in jcl?
What are steplib and joblib? What for they are used?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the function of the steplib dd statement?
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
How can an in-stream dataset be terminated?
Explain the purpose of the dd keylen parameter?
Is it possible to left uncode disp? If yes, how?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is DD statement is used in JCL?