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 |
What does a disposition of (MOD,DELETE,DELETE) mean ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
How do you submit JCL via a Cobol program?
What is the error code SOC01 indicate ?
Explain the jcl exec statement?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
What are hierarchy levels in jcl?
What is the max blocksize for a Tape file?
Explain about LMCOPY -