what is srange and nosrange pls reply to ths question ?
Answer Posted / 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 |
Post New Answer View All Answers
) how do u code after getting data?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Which division and paragraphs are mandatory for a COBOL program?
What is rmode(any) ?
i need a small 3d program using inline and outline.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the use of intialize verb?
What type of SDLC u followed? Why?
How many sections are there in data division in COBOL?
How are the next sentence and continue different from each other?
How to know whether the module is dynamical or statistical?
What is the difference between structured cobol programming and object alternativelyiented cobol?
how to move the records from file to array table. give with code example
What are various search techniques in cobol? Explain.
Whats the difference between search & search ALL?