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 SDSF?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
What is length is cobol?
In an array processing what is the thing that can be done by using subscripts but not by using index
What do you understand by passing by reference and passing by content?
what is meaning by design document? who can repared for this?
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
perform I from 0 by 1 until I=5?How maney times it will executes
Can the OCCURS clause be at the 01 level?
What do you do to resolve SOC-7 error?
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.