How can you add a particular field in copybook?
Answer Posted / azharuddinsyed
First, identify the programs using this copybook.
Second, open the copybook in edit mode and add the required field wherever necessary. Adjust filler values if necessary.
Third, recompile the programs identified at step1 and ensure there are no errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
State the various causes of s0c1, s0c5 and s0c7.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how to convert the recors form vsam file to db2 table tru file aid
What are the different data types in cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Define static linking and dynamic linking.
Name the divisions, which are available in a cobol program?
What are the rules of the move verb?
What is the Purpose of Pointer in the string?
How do you define a variable of comp-1 and comp-2?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What type of SDLC u followed? Why?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this