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 |
How to rename a VSAM file as well as it's index file?
If Region=0k means What Happen?
if we give TIME=0 how many sec that job/step
How do you overcome this limitation ?
what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
how to do automated restart when a job abends?
wht is sysudump n sysout,sysprint ?
What are some jcl statements that are not allowed in procedures?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.