How To move a value to an array using move verb?
Answer Posted / pak
move VALUE to array_name(index/subscript)
where VALUE is the data to be input in array.
if the array is indexed use,index or else subscript
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Define static linking and dynamic linking.
how to access the file from prodution from changeman tool and to submit a file to production
Which Search verb is equivalent to PERFORM…VARYING?
Write the code to count the sum of n natural numbers.
What is the use of intialize verb?
What is the difference between external and global variables in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the utilization of copybook in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between PIC 9.99 and PIC9v99?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is a SSRANGE and NOSSRANGE?
Can we redefine the field of x(200) to less than 200?