01 xxx pic 9(4).
01 yyy pic 9(6).
move 123456 into yyy.
move yyy to xxx.
display yyy.
what would be the value of yyy
Answer Posted / adithya
YYY : 123456
XXX : 3456
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
What do you understand by psb and acb?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the utilization of copybook in cobol?
How to print 10 to 1 if the input have only 10 digit number?
What is length is cobol?
How many sections are there in data division in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
how do you reference the ksds vsam file formats from cobol programs
Explain what you understand by passing by value.
What are different data types in cobol?
Define static linking and dynamic linking.
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?
how to convert the recors form vsam file to db2 table tru file aid
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?