IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Why SSRANGE option is used for


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rajyalalitha

New User


Joined: 25 Sep 2006
Posts: 6
Location: bangalore

PostPosted: Tue Sep 26, 2006 9:28 am
Reply with quote

pls tell me what this option is used for
Back to top
View user's profile Send private message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Tue Sep 26, 2006 9:40 am
Reply with quote

Hi

SSRANGE - This a compiler option. this is used for array bounds checking.

Ex:
If ur program has an array defined to have 10 items. Due to a bug , u
find that even if ur program access the 11th item in the array, the
program does not abend.


Must use the compiler option SSRANGE, if u want array bounds checking.
Default is NOSSRANGE.

Thanks,
-Kapil
Back to top
View user's profile Send private message
raviprasath_kp
Warnings : 1

New User


Joined: 20 Feb 2005
Posts: 65
Location: chennai

PostPosted: Sun Oct 08, 2006 8:19 pm
Reply with quote

it is a complier option
default one is nossrange
Back to top
View user's profile Send private message
anshul

New User


Joined: 08 Oct 2006
Posts: 2
Location: india

PostPosted: Sun Oct 08, 2006 10:49 pm
Reply with quote

This a compiler option. this is used for array bounds checking.

supose If ur program has an array defined n have 10 items. n u find that ur program access the 11th item in the array,n ur program does not give abend,its a bug in the programming language so to prevent frm it Must use the compiler option SSRANGE, if u want array bounds checking.
Default is NOSSRANGE.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts SCOPE PENDING option -check data DB2 2
No new posts OUTFIL with SAVE option DFSORT/ICETOOL 7
No new posts CICS vs LE: STORAGE option CICS 0
No new posts INSYNC option with same function as I... JCL & VSAM 0
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
Search our Forums:

Back to Top