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 / jeet
Arrays are basically used to store data which are of
similar type in contiguos memory locations.
Tables on the other hand you can think it as a list which
is used for lookup/referencing, for example when doing a
SEARCH/SEARCH ALL.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
HOw can I get the negative sign while deduct high value from low value
What the difference is between continue and next sentence?
How to print 10 to 1 if the input have only 10 digit number?
Write the code to count the sum of n natural numbers.
What are 77 levels used for?
What is comp-1 and comp-2?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between next sentence and continue in cobol programing language?
What are the rules of the move verb?
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.
Write a program to explain size error.