I have 5 generations in my GDG. How do I code in the JCL to
consider all the 5 versions of the GDG ?
Answer Posted / archana
Specify only the GDG base. All the versions of GDG will be
considered.
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
How to alter the parameters for the existing gdg?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What are some jcl statements that are not allowed in procedures?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Must tape dataset definitions include vol=ser specifications?
What is the function of //cntl statement?
What are the jcl procedures?
What is the syntax of JCL statement?
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
What are the parameter we cannot use in procedure?
Can we use DISP=SHR in output file in JCL
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain the purpose of dd dummy statement?
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