What is SSRANGE, NOSSRANGE ?

Answers were Sorted based on User's Feedback



What is SSRANGE, NOSSRANGE ?..

Answer / ms. stanley

SSRANGE is a compiler option used to handle an array overflow
Default Compiler Option is NOSSRANGE and hence when required
to handle the overflow condition, SSRANGE Compiler Option
needs to be specified in the COBOL Program (The first Line
of the program)

Is This Answer Correct ?    57 Yes 5 No

What is SSRANGE, NOSSRANGE ?..

Answer / 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

What is SSRANGE, NOSSRANGE ?..

Answer / msa

I think this is how.

=COLS> ----+----1----+----2----+----3
****** *****************************
000001 PROCESS NOSSRANGE

Is This Answer Correct ?    9 Yes 3 No

What is SSRANGE, NOSSRANGE ?..

Answer / avinanda mukherjee

Stanley, please le me any example to introduce SSRANGE in
COBOL program..

Is This Answer Correct ?    4 Yes 0 No

What is SSRANGE, NOSSRANGE ?..

Answer / 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

More COBOL Interview Questions

What is Alternate Index ? How is it different from regular index ?

2 Answers  


what is difference between the sysabend and userabend?

2 Answers  


88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above

5 Answers   TCS,


How to display the index.(displacement from an array)

4 Answers   IBM,


If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.

2 Answers  






How much salary you are expecting? If they ask in an interview, what we have to tell?

6 Answers   Tech Mahindra, Wipro,


Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.

4 Answers   TCS,


what is the difference b/w level no.01 & level no.77?

3 Answers   HCL,


Explain Restart Logic in Cobol?

1 Answers   L&T, Syntel,


Can we put move statement in COBOL copybook

3 Answers   Global Logic,


What R 2 of the common forms of the EVALUATE STATEMENT ?

1 Answers   Cap Gemini,


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

0 Answers  


Categories