what is difference between the sysabend and userabend?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rmode(any) ?

686


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.

2058


How do you define a variable of comp-1 and comp-2?

705


What is report-item in COBOL?

711


How do we get current date from system with century in COBOL?

807






What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

717


Why did you choose to work with ibm mainframe cobol programming?

631


Name the sections present in data division.

701


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

676


Explain how you can characterize tables in cobol?

638


What is static and dynamic call in cobol?

597


explain sorting techniques in cobol program?

690


What is the Purpose of POINTER Phrase in STRING command in COBOL?

721


how do you define single dimensional array and multidimensional array in your cobol?

678


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897