what is difference between the sysabend and userabend?
Answers were Sorted based on User's Feedback
Answer / paray2x
As the name indicates, system abends are caused by failures
related to the system. Examples are Space Abends, Data
Exception errors etc.,
User Abends are forced by the user on possibly a logical
error, an invalid value in a field etc, that have no
relation to the system.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / guest
sysabend - lack of m/y space
userabend - infinite looping
| Is This Answer Correct ? | 2 Yes | 3 No |
how to convert vsam table into DB2 table?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
what are the control characters used in reports
Can we move X(9) to 9(9). If yes what are the ways for doing this?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the reference modification.
What is sqlca and why is it needed in any cobol-db2 program?
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
How to resolve the soc4 and soc7 errors?
Whats the difference between search & search ALL?
how the control comes back from subprogram to mainprogram
Define static linking and dynamic linking.