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
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Difference between cobol and cobol-ii?
What is redefines clause in COBOL?
State the various causes of s0c1, s0c5 and s0c7.
what is the difference between COBOL2 AND COBOL390?
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 is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How are the next sentence and continue different from each other?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between binary search and sequential search?
) How do u handle errors in BMS macro?
How to know whether the module is dynamical or statistical?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?