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
Have you used comp and comp-3 in your project? And how?
How are the next sentence and continue different from each other?
What is report-item in COBOL?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are literals?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the problem of ordered sequential files access?
How do u write test cases?
What guidelines should be followed to write a structured cobol prgm?
How do you reference the following file formats from cobol programs?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
How arrays can be defined in COBOL?
HOw can I get the negative sign while deduct high value from low value