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


Please Help Members By Posting Answers For Below Questions

What rules are followed by the search verb.

816


Which is not true about evaluate statement

2082


What are literals?

844


What is the usage of comp fields in cobol?

865


how do you define single dimensional array and multidimensional array in your cobol?

858


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1068


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

935


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1815


What rules are to be followed while using the corresponding options?

823


What is rmode(24)

893


what are decleratives in cobol?

1990


How are the next sentence and continue different from each other?

1001


how do you reference the rrds file formats from cobol programs

1127


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?

2002


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

859