what are the error codes in cobol, db2, cics, vsam , and jcl
Answer Posted / rohit dwivedi
ERROR CODES ARE NOTHING BUT THE REPRESENTATION OF CERTAIN
ABNORMAL TERMINATION
E.G;-811 TRYING TO SELECT THE SECOND ROW
+100-NO CURSOR IS AVAILABLE OR NO RECORD FOUND
SOC7-INVALID NUMERIC FIELD
SOC-4 STORAGE VIOLATION ERROR AND ETC.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
What is the difference between binary search and sequential search?
Write the code to count the sum of n natural numbers.
What are the pertinent COBOL
What is comp-1 and comp-2?
How do u write test cases?
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 is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how do you reference the rrds file formats from cobol programs
) How do u handle errors in BMS macro
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how to access the file from prodution from changeman tool and to submit a file to production
What are the different rules for performing sort operation?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Whats the difference between search & search ALL?