Answer Posted / dev
Can u explain why it throws compilation error?
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how do you reference the ksds vsam 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 your cobol program?
What are different data types in cobol?
IF I mention stop run in CICS what happens?
How do define dynamic array in cobol.
What is rmode(24)
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are declaratives and what are their uses in cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are the different rules to perform a Search?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
what is amode(24), amode(31), rmode(24) and rmode(any)?
Differentiate between structured cobol programming and object-oriented cobol programming.
explain sorting techniques in cobol program?