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
What is an in line perform? When would you use it? Anything else you wish to say about it.
How do we get current date from system with century in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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?
Whats the difference between search & search ALL?
Discuss about changing dataset name in proc.
Are you comfortable in cobol or jcl?
What is difference between static and dynamic call in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
what is difference between cobol and cobol/400
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
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?
What is the difference between external and global variables in COBOL?
How to remove 2 duplicate records and copy only one using job control language?
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