Answer Posted / harish
suppose in your program your are using array occurs 10 time
in this case if you use NOSSRANGE (WHEN YOUR PROGRAM TRY TO
ACCESS 11TH TIME PROGRAM WILL NOT ABEND INURN IT ENDS THE
LOOP,ERROR FREE)
SUPPOSE IN CASE OF SSRANGE
YOUR PROGRAM STOP WITH ERROR ,PROGRAM ABENDS,(I THINK SOC4)
Harish poomgame shivappa
NIIT Technolgies
Kolkata
| Is This Answer Correct ? | 41 Yes | 6 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
For rewrite, why is it mandatory that file needs to be opened?
What is the use of intialize verb?
what is the difference between COBOL2 AND COBOL390?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
When is inspect verb is used in cobol?
Can a Search can be done on a table with or without Index?
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 difference between binary search and sequential search?
What are 77 levels used for?
What are various search techniques in cobol? Explain.
What is length is cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps