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
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.
Explain the configuration section of a cobol program with examples of syntax.
Explain what you understand by passing by value.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are the different rules to perform a Search?
In which area will you utilize 88 level items in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
what is the use of outrecord?
Describe the cobol database components?
how do you reference the rrds file formats from cobol programs
How do you reference the following file formats from cobol programs?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)