what is difference between the sysabend and userabend?

Answers were Sorted based on User's Feedback



what is difference between the sysabend and userabend?..

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

what is difference between the sysabend and userabend?..

Answer / guest

sysabend - lack of m/y space

userabend - infinite looping

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More COBOL Interview Questions

Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

0 Answers  


WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?

3 Answers   TCS,


In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)

3 Answers   Keane India Ltd,


what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99

2 Answers   TCS,


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

0 Answers   IBM,






I have a sequential file of 100 records. How do I load the records into a two dimensional array ?

3 Answers   IBM, Xansa,


I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest

2 Answers   IBM,


what happens if we dont close cursor in db2-cobol pgm?

6 Answers  


Without using move verb how to move one variable to another.

5 Answers  


What is a report item?

0 Answers  


How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one

10 Answers   IBM,


Write the code implementing the perform … varying.

0 Answers  


Categories