Answer Posted / maveric
GDG is group of datasets that are related to each other functionally.
For Example:-
Processing Payroll, Invoicing regular customers, Income Tax report
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the syntax of JCL statement?
what is the resolution for sb37 error
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
Explain the jcl exec statement?
Are there any set of rules for the names of the steps used in a job?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
A dd statement consists of 4 fields. Name them?
What are the parameter we cannot use in procedure?
how you can access an uncataloged dataset in a JCL?
When space is allocated for an output dataset, what units can be used?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
how do you code a null statement?
How gdg are concatenated?
//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 /*
What are the rules employed while naming the steps in a job?