how to modify the copy book?explain with examples
Answer Posted / harsha
The exact syntax is
COPY COPYBOOKNAME REPLACING
==......== BY ==......==.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to left uncode disp? If yes, how?
What are the parameters that are used in creating a gdg?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
which parameter is used to check the syntax of a jcl without executing it?
What is the function of //jcllib statement?
A dd statement consists of 4 fields. Name them?
What are the jcl procedures?
in ways data can be passed to a COBOL program from JCL?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
how would you create a temporary dataset? And where will you use them?
How does jcl act on code(if you take a cobol program)?
Explain the function of the dd dcb keyword?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain the function of //jcllib statement?
What are steplib and joblib?