Answer Posted / ts nithiyanandan
Reference modification is nothing but moving the part of
value of dataname to other dataname.
01 a pic 9(10).
01 b pic 9(10).
move a(4:5) to b.
i.e., moving from 4th byte to 9th byte to dataname b.
from 4th to 9th is length of 5 bytes.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
What the difference is between continue and next sentence?
What kind of error is trapped by on size error option?
What is cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between PIC 9.99 and PIC9v99?
Write a program that uses move corresponding.
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between comp and comp-3?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Are you comfortable in cobol or jcl?
) what is the difference between AID and HANDLE AID?
Which division and paragraphs are mandatory for a COBOL program?