View previous topic :: View next topic
|
Author |
Message |
rajyalalitha
New User
Joined: 25 Sep 2006 Posts: 6 Location: bangalore
|
|
|
|
pls tell me what this option is used for |
|
Back to top |
|
|
hikaps14
Active User
Joined: 02 Sep 2005 Posts: 189 Location: Noida
|
|
|
|
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 |
|
|
raviprasath_kp Warnings : 1 New User
Joined: 20 Feb 2005 Posts: 65 Location: chennai
|
|
|
|
it is a complier option
default one is nossrange |
|
Back to top |
|
|
anshul
New User
Joined: 08 Oct 2006 Posts: 2 Location: india
|
|
|
|
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 |
|
|
|