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

What is an in line perform? When would you use it? Anything else you wish to say about it.

836


How do we get current date from system with century in COBOL?

1066


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2118


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5599


Whats the difference between search & search ALL?

5883


Discuss about changing dataset name in proc.

959


Are you comfortable in cobol or jcl?

807


What is difference between static and dynamic call in cobol?

1034


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1823


what is difference between cobol and cobol/400

22144


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1859


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

7299


What is the difference between external and global variables in COBOL?

1045


How to remove 2 duplicate records and copy only one using job control language?

968


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

1216