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

Can we use redefine clause in occurs clause?

10 Answers  


1.Can we define condition-name conditions in FD entry.

11 Answers  


How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.

6 Answers   Accenture,


what is the difference between Normal vaiable and comp variable.

5 Answers   DELL,


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

0 Answers   HCL,






01 A pic 9(100) find record length of it

6 Answers   TCS,


I want ALL jcl ERROR cods

1 Answers  


What is difference between comp & comp-4?

6 Answers  


What are the different rules for performing sort operation?

0 Answers  


What are different data types in cobol?

0 Answers  


A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

0 Answers  


Categories