what is srange and nosrange pls reply to ths question ?
Answers were Sorted based on User's Feedback
Answer / i go crazy
ssrange is a compiler option. if u code this while compiling a cobol program, then the below advantages are there.
1. you cannot access the storage beyond the defintion of the occurs clause.
ex: ws-table occurs 5 times.
you cannot access ws-table(6).
If tried, job will give S0C4 exception.
2. You cannot use negative subscripts while referring to the array.
Ex: ws-table(-1) is not allowed.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / srikanth doki
If we give ssrange means while we store elements in arrays
beyond the limit then it will give error. When we declare no
ssrange means the elements will be inserted beyond the limit
ther will be no particular range. By default compiler will
take as no ssrange.
| Is This Answer Correct ? | 2 Yes | 0 No |
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between binary search and sequential search?
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
how we can edit records in vsam data set and non vsam data sets
Write a cobol program making use of the redefine clause.
I have a occurs for 100 times but it has executed 101 time what could be the reason?
What is the default value of DISP for temp datasets
What does the IS NUMERIC clause establish ?
what is amode(24), amode(31), rmode(24) and rmode(any)?
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
can we redefine 77 level item is it possible
wht is the difference between goto and perform stmts