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 COBOL construct is the COBOL II EVALUATE meant to replace?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
how can we find total no of records in a file ....is there any utility......?
diffrence between renames and redifnes with examples
Mention the guidelines to write a structured cobol program?
Hai friends why we need to read a file before re-write a record?
How many bytes do a s9 (7) comp-3 field occupy?
Can we call a CICS program from a batch program or viceversa?If so, how?
what are the limitations of Inline Perform?
maximum of how many screens we can open in emulator
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
if a file has 1000 recods how copy the records from 1 to 100 records using sort