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
A dd statement consists of 4 fields. Name them?
What is the function of the dd avgrec keyword in sms datasets?
what is a jcl?
How can the submitting users racf authority be overridden in a job stream?
What happens if both JOBLIB & STEPLIB is specified ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the purpose of dd * statement in jcl?
What is the function of dd disp parameter?
What are the difference between jcl and jes?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Is condition checking possible in jcl?