Answer Posted / laxman
SSRANGE is compiler option,array is overflow means declare
in 10 and access 11th position,the program does not
abend.default is NOSSRANGE,u want SSRANGE in your program
declare in first line of program.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
In COBOL, what is the different between index and subscript?
How are the next sentence and continue different from each other?
For rewrite, why is it mandatory that file needs to be opened?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
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.
What are literals?
How can you get the ksds file records into your cobol program?
i need a small 3d program using inline and outline.
IF I mention stop run in CICS what happens?
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 read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the different data types in cobol?
What is Pic 9v99 Indicates in COBOL?
Name some of the examples of COBOl 11?