Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 report-item in COBOL?

0 Answers   Arigo Infotech,


level number 77 is used to define a)group data b)elementary data c)redefine d)none

8 Answers   TCS,


how will u code parm parameter and where pls ?

3 Answers   DELL,


What is file status 92?

3 Answers  


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

0 Answers   Cap Gemini,


What is IMPACT analysis?

2 Answers   IBM,


IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why

3 Answers  


What is the local-storage section?

0 Answers  


I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?

2 Answers  


Name the divisions, which are available in a cobol program?

0 Answers  


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

0 Answers  


How to pass return codes from cobol to jcl?

5 Answers  


Categories