How can you add a particular field in copybook?
Answers were Sorted based on User's Feedback
Answer / mahesh satya
GO to the copybook in edit mode and insert the new field at the bottom. if you are having the filler field, make use of it. You reduce the new field length from the filler field.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
What is cobol?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
What are the different ways to run a COBOL DB2 program using JCL?
What is the difference between index and subscript?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
How can we know that cobol program is using report file or simple file....?
How do you code Cobol to access a parameter that has been defined in JCL?
can any one help -s806
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
What is the different between index and subscript?