Without using move verb how to move one variable to another.
Answer Posted / sudha
01 A PIC 9.
01 B PIC 9.
Compute A = B.
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What is the difference between Call and a Link?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Write some characteristics of cobol as means of business language.
Whats the difference between search & search ALL?
What is rmode(24)
What are the different rules to perform a Search?
How do you reference the fixed block file formats from cobol programs
what is amode(24), amode(31), rmode(24) and rmode(any)?
How do we get current date from system with century in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the pertinent COBOL
How to print 10 to 1 if the input have only 10 digit number?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
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?
What is the Purpose of Pointer in the string?