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
what is difference between cobol and cobol/400
What is rmode(any) ?
Discuss about changing dataset name in proc.
What is cobol?
Name the divisions, which are available in a cobol program?
What are various search techniques in cobol? Explain.
What is the problem of ordered sequential files access?
HOw can I get the negative sign while deduct high value from low value
What are the different open modes available in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
When is inspect verb is used in cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are 77 levels used for?