Answer Posted / ms. stanley
SSRANGE is a compiler option used to handle an array overflow
Default Compiler Option is NOSSRANGE and hence when required
to handle the overflow condition, SSRANGE Compiler Option
needs to be specified in the COBOL Program (The first Line
of the program)
| Is This Answer Correct ? | 57 Yes | 5 No |
Post New Answer View All Answers
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the compute verb? How is it used?
i need a small 3d program using inline and outline.
Which division and paragraphs are mandatory for a COBOL program?
How do you reference the fixed block file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
What is the problem of ordered sequential files access?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
what is search and searchall?what is the diffrence between them?give an best example?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Give some examples of command terminators?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between PIC 9.99 and PIC9v99?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is a report item?