what is dynamic array in cobol?
what is the difference b/w array and table in cobol?
Answer Posted / ram g
array also can have more than one data item with different
data types...
before differentiating b/w array nd table...just thing how
will get table...
absolutely u r rite about dynamic array definition but is
it possible in cobol current version..if yes..then how? plz
dont say occurs depending on ...which is not at all dynamic
array concept...
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the different types of condition in cobol and write their forms.
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Mention the guidelines to write a structured cobol program?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
HOw can I get the negative sign while deduct high value from low value
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Name some of the examples of COBOl 11?
What is the difference between binary search and sequential search?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the printer file formats from cobol programs
What is cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks