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...

The maximum number of dimensions that an array can have in
COBOL-85 is ?

Answer Posted / kumar

cobol85 will support up to 7 min.
cobol74 will support only 3 dim.

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the compute verb? How is it used?

1183


what is amode(24), amode(31), rmode(24) and rmode(any)?

1191


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1603


What is the utilization of copybook in cobol?

1268


how can i see junk values in dclgen or in hostvariable of comp ?

3048


What are different data types in cobol?

1381


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

9174


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

1380


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

1254


What is a scope terminator give example?

1152


What is the difference between Global and External Variables?

1430


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2539


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

1150


Explain how to differentiate call by context by comparing it to other calls?

1239


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2354