Answer Posted / selvam a
S04E abend:
Explanation: When the system detects an error in internal
IBM DATABASE 2 (DB2(TM)) processing, it will abnormally end
a connected user task (TCB) or one of its own internal
tasks. For information about the reason codes associated
with this abend code, see DB2 Messages and Codes.
System Action: The system abnormally ends the connected user
task or the DB2 internal task.
Programmer Response: Check register 15 of the SDWA section
'General Purpose Registers at Time of Error', and locate the
accompanying reason code. In addition, check the information
displayed at the user's terminal,
and in the corresponding logrec data set entry.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
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 do you reference the printer file formats from cobol programs
What are the different rules of SORT operation?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Why did you choose to work with ibm mainframe cobol programming?
What guidelines should be followed to write a structured cobol prgm?
What is cobol?
What are declaratives and what are their uses in cobol?
what is the use of outrecord?
How do get the result of your program directly on your pc?
how to refer the data field?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is a scope terminator give example?
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?