Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

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

3317


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

3277


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

1208


What are the access modes of START statement?

1326


how to access the file from prodution from changeman tool and to submit a file to production

7627


How many sections are there in data division in COBOL?

1184


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

1167


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

1298


Write a program to explain size error.

1240


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

1338


Mention the guidelines to write a structured cobol program?

1142


What is a SSRANGE and NOSSRANGE?

1530


How do you differentiate between cobol and cobol-ii?

1281


Write down the divisions of cobol program?

1334


How many bytes S(8) comp field occupy and its maximum value?

2191