how to modify the copy book?explain with examples
Answers were Sorted based on User's Feedback
COPY XYZCBOOK REPLACING WS-COPYBOOK BY WS-NEW
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / harsha
The exact syntax is
COPY COPYBOOKNAME REPLACING
==......== BY ==......==.
Is This Answer Correct ? | 1 Yes | 0 No |
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
What are the default system and catalog libraries in JCL?
which statement is used to end the in-stream procedure in a jcl?
How to run cobol program using jcl?
how JCL works?
What do you understand by the term job time – out and how can you overcome that?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
how can handle the s0c4 abend???
there are 10 steps in jcl how to execute the steps from step2 to step8 only
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
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
can we maintain 2 generations with different Lengths in Same GDG ?