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 |
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
what is the compile process of cobol program expalin with code
can a job be submitted through jcl only? is there another way to submit a job?
How much space OS allocates when you create a PS or PDS?
How to rename a VSAM file as well as it's index file?
Is it possible to left uncode disp? If yes, how?
What do you understand by jcl?
How can a jobs execution priority be modified?
What is DATACOM db?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
how do u see jobs submitted before ur job ?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?