What is a SSRANGE and NOSSRANGE?
No Answer is Posted For this Question
Be the First to Post Answer
) what is the difference between AID and HANDLE AID?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
What guidelines should be followed to write a structured Cobol program?
can we use variable picture clause as xx.99 in cobol.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
How can you submit a job from COBOL programs?
what is the difference between start and startbr?
How to Pass table from a cobol program to another cobol program and how to use that table in called program
I want ALL jcl ERROR cods
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above