How To move a value to an array using move verb?

Answer Posted / r

In continuation with first answer below code need to be
added in
01 Array
05 A PIC X(10) occurs 10 times.
CODE: 01 ARRAY
05 A PIC X(10) OCCURS 10 TIMES INDEXED BY I.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How arrays can be defined in COBOL?

666


HOw can I get the negative sign while deduct high value from low value

1795


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1933


what is amode(24), amode(31), rmode(24) and rmode(any)?

705


How do get the result of your program directly on your pc?

1886






What is the difference between PIC 9.99 and PIC9v99?

783


what is search and searchall?what is the diffrence between them?give an best example?

5563


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

661


IF I mention stop run in CICS what happens?

1898


how do you reference the variable unblock file formats from cobol programs

752


What is difference between static and dynamic call in cobol?

780


What is the default value(s) for an initialize and what keyword allows for an override of the default?

697


what are decleratives in cobol?

1831


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1000


) How do u handle errors in BMS macro

1512