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 |
How do we get current date from system with century?
What is comp-1 and comp-2?
comp-3 field occupy?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
how to code in cobol while using variable block file?
hw to create 3 dimensional array & hw to access it?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
wht is packed decimal in cobol
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
What is the different between index and subscript?