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

Answer Posted / srinivas yadav

MOVE VARIABLE TO ARRAY-ELEMENT.
EX: MOVE A TO WS-ARRAY.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1151


Explain the configuration section of a cobol program with examples of syntax.

853


Explain what you understand by passing by value.

897


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

613


What are the different rules to perform a Search?

800






In which area will you utilize 88 level items in cobol?

881


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1728


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

846


what is the use of outrecord?

1959


Describe the cobol database components?

875


how do you reference the rrds file formats from cobol programs

1123


How do you reference the following file formats from cobol programs?

898


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

851


What is an in line perform? When would you use it? Anything else you wish to say about it.

821


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2985