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

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

944


Write some characteristics of cobol as means of business language.

708


what happens if parmparameter passes zero bytes to the program

1753


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

805


What is amode(31)

807






What is the difference between external and global variables in COBOL?

911


How to remove 2 duplicate records and copy only one using job control language?

875


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

7073


what is difference between cobol and cobol/400

21859


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1717


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1864


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

797


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1220


What is difference between static and dynamic call in cobol?

903


What is the usage of comp fields in cobol?

753