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
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are the different rules for performing sort operation?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to print 10 to 1 if the input have only 10 digit number?
How can you get the ksds file records into your cobol program?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are declaratives and what are their uses in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is Pic 9v99 Indicates in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
Describe the cobol database components?
) how do u code after getting data?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What do you understand by psb and acb?