01 var1 pic x(10)
01 var2 redefines var1 pic 9(10).
then in procedure division
move 'abcde' to var1 then waht is the value of var1 and var2
Answer Posted / ashok
in x1 & x2 is haveing same value "abcd" and also memory
location also is same. thats why if u chang any values of
these atomatically chang both values.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is a report item?
What is a SSRANGE and NOSSRANGE?
What is cobol?
What are the rules of the move verb?
What is the local-storage section?
) what is the difference between AID and HANDLE AID?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Explain the configuration section of a cobol program with examples of syntax.
Name the sections present in data division.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is Pic 9v99 Indicates in COBOL?
Can you please let me know the centre name of INS certification in Kolkata.
how to access the file from prodution from changeman tool and to submit a file to production