What is GDG and what is the maximum limit of versions that
can be created?
Answer Posted / venkatachalam
(Maximum number of generations, 1-255)
| Is This Answer Correct ? | 79 Yes | 7 No |
Post New Answer View All Answers
what is the use of JCL?
In sms datasets, what is the function of the dd avgrec keyword?
Explain the purpose of dd dummy statement?
What are the parameters that are used in creating a gdg?
how can the same proc be re-used and called by many jobs?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
//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 /*
How can unused space allocation be returned to the system when a dataset is closed?
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
How jcl work to handle various input output file operations?
how can you check if a file is empty using jcl?
Must tape dataset definitions include vol=ser specifications?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Is it possible to left uncode disp?