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
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What do you understand by the term job time – out and how can you overcome that?
What do you understand by the terms: joblib and steplib?
What dd statement is used to supply the name of a dataset?
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 are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is use of dcb parameter in dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?
What does a disposition of (new,catlg,keep) for a dsn mean?
How does jcl specify the job to the operating system?
Name the statement which can be used to send data to another mvs jes3 node?
what sort card you will use to copy the data from one dataset to another dataset?
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?
Explain how can return codes be tested before execution of a job step?
What is the function of //cntl statement?