The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answer Posted / veena
7
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
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
IF I mention stop run in CICS what happens?
What are 77 levels used for?
explain sorting techniques in cobol program?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Mention the guidelines to write a structured cobol program?
Discuss about changing dataset name in proc.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is cobol?
What are the pertinent COBOL commands?
how to access the file from prodution from changeman tool and to submit a file to production
How many sections are there in data division in COBOL?
how do you reference the ksds vsam file formats from cobol programs