What is the difference beetween Arrays and Tables in Cobol?
please dont give the answer that arrays in cobol
terminology is called tables......

Answer Posted / obul

Storing the similar type of data in contiguous memory
locations is called an Array and storing the different type
of data in contiguous memory locations is called Table in COBOL.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the variable unblock file formats from cobol programs

748


In which area will you utilize 88 level items in cobol?

722


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

857


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1115


What is the default value(s) for an initialize and what keyword allows for an override of the default?

697






example for sub strings ? and refernce modifications whit output pls

1846


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

679


Can a Search can be done on a table with or without Index?

802


How do get the result of your program directly on your pc?

1883


Write a program to enter and display the names of students in a class using the occurs clause.

653


What is difference between static and dynamic call in cobol?

777


What type of SDLC u followed? Why?

1520


What is the difference between Call and a Link?

700


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

8167


how do you reference the rrds file formats from cobol programs

800