How To move a value to an array using move verb?
Answer Posted / chandrababu naidu
01 ARRAY.
02 ARRAY2 PIC 99 OCCURS 5 TIMES INDEXED BY I.
PROCEDURE DIVISION.
MOVE LOW-ELEMENT TO ARRAY2 [ I ].
or
MOVE HIGH-ELEMENT TO ARRAY.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
What is amode(24)?
how to move the records from file to array table. give with code example
What is the difference between binary search and sequential search?
how to access the file from prodution from changeman tool and to submit a file to production
How do we get current date from system with century in COBOL?
What type of SDLC u followed? Why?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How you can characterize tables in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the usage of comp fields in cobol?
Difference between array and sub-script ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how do you reference the variable unblock file formats from cobol programs