I want ALL ERROR codes in VSAM
Answer Posted / richard barnard
20 is for an invalid key
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are the cobol coding sheets?
how to move the records from file to array table. give with code example
how do you reference the printer file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
) what is the difference between AID and HANDLE AID?
What is comp-1 and comp-2?
how to refer the data field?
What is the usage of comp fields in cobol?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
How do define dynamic array in cobol.
What are the access modes of START statement?
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.
How to print 10 to 1 if the input have only 10 digit number?