i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / sivakumar sekharannair
Yeah vidhya's answer is correct. If the complier option is
set with SSRANGE=Y then the program will fail. Other wise
it will not... the default option is NOSSRANGE...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the problem of ordered sequential files access?
How do you get the data to code the BMS macro?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Which division and paragraphs are mandatory for a COBOL program?
Explain about different table spaces.
How do you reference the following file formats from cobol programs?
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
What are the different data types in cobol?
Write some characteristics of cobol as means of business language.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the use of intialize verb?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
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 difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.