i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
IBM,
4 9653i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
IBM,
3 8775can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
IBM,
1 14001i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
L&T,
1 15072In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
3 7677
Can an individual step be restricted from using all the jobs allowed cpu time?
what is the purpose of coding class parameter in job statement?
How do you overcome this limitation ?
what is DSN parameter and DISP parameter is used for?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the function of job statement in jcl?
Can I share my data with other jobs? How?
What are the utility programs in jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What do you understand by jcl?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
When space is allocated for an output dataset, what units can be used?
Define concatenating?