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 |
describe the exec statement,its meaning ,syntax and keywords?
what is SOC4 error?
How to submit jcl through a cobol program?
Can an individual step be restricted from using all the jobs allowed cpu time?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
which utility is used to sort a file in jcl?
How do you find which GDG is using which dataset?
what is the control cards?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
A job has 90 steps i want to execute only step7 and step15
What is the significance of addrspc parameter in the exec statement?