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 s013u000 for?

1 Answers   Hewitt,


What are the access modes of START statement?

0 Answers  


what is the use of comp2 ? where can we use it with example ?

3 Answers   Covansys,


how would find total records in files using seqientional

1 Answers   HSBC,


What are all the divisions of a COBOL program?

0 Answers  






A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X

3 Answers   TCS,


1.What is the limit of linkage section?

4 Answers  


Can we put move statement in COBOL copybook

3 Answers   Global Logic,


Why did you choose to work with ibm mainframe cobol programming?

0 Answers  


What is comp-1 and comp-2?

0 Answers  


u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?

2 Answers   IBM,


What does EXIT do ?

3 Answers   Deloitte,


Categories