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
What rules are followed by the search verb.
Which is not true about evaluate statement
What are literals?
What is the usage of comp fields in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What rules are to be followed while using the corresponding options?
What is rmode(24)
what are decleratives in cobol?
How are the next sentence and continue different from each other?
how do you reference the rrds file formats from cobol programs
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning