what is difference between the sysabend and userabend?
Answers were Sorted based on User's Feedback
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 |
Answer / guest
sysabend - lack of m/y space
userabend - infinite looping
| Is This Answer Correct ? | 2 Yes | 3 No |
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
Write the code implementing the perform … varying.
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
What are literals?
What are the different ways to run a COBOL DB2 program using JCL?
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
Give some advantages of REDEFINES clause?
What is the file organization clause ?
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.