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

01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases

6 Answers   Patni,


Write a program to enter and display the names of students in a class using the occurs clause.

0 Answers  


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?

5 Answers   Cognizant,


how to display comp3 variables reply soon ?

4 Answers   Patni,


Define cobol?

0 Answers  






If we use GO BACK instead of STOP RUN in cobol?

2 Answers   Temenos,


i need a small 3d program using inline and outline.

0 Answers  


If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it

7 Answers   BirlaSoft,


what is ASRA, AEY9?

2 Answers   IBM,


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

0 Answers  


which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks

1 Answers  


What is the mode in which you will OPEN a file for writing?

4 Answers  


Categories