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 array can be declare in cobol?

Answer Posted / sivakumar s

Array can be declared in cobol using the OCCURS clause.

Syntax is,

For one dimensional array,

01 Arrays.
05 Var1 PIC X(10) Occurs 10 times.


For two dimensional array,

01 Arrays.
03 AAA Occurs 10 times
05 BBB Occurs 10 times
07 Value PIC 9(3).

Is This Answer Correct ?    77 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the syntax of redefine?

973


Explain the difference between comp & comp-3?

1016


How to update data area in cobol 400 program?

1081


Explain the syntax of sort?

1037


Explain the input procedure?

1003


What is the syntax of redefine?

1014


What is sort? And its syntax?

1090


I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks

2527


Explain the output procedure?

1070


What are the types of perform?

1102


What is input procedure?

1044


why icetool be used in programmer view?

2615


How to detect record is locked in cobol/400? What is the solution for that?

1009


Explain what all the conditiones required for using open opcode on a file?

1000


Explain the input procedure and output procedure?

956