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 |
what is the difference between PA & PF keys?
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
what is soc7 abend?how u can trace it?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
In an EVALUATE statement, can I give a complex condition on a when clause?
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 index and subscript?
1)what is use of linkage section? 2)what is difference between comp and comp-3
Suppose i want to declare a binary comp fild of 7 byte .how to write?
Name the sections present in data division.
is it possible to declare index in cobol program? if it is not why its tell me pls
can we display comp-3 variables. if we want to display what we have to do . give me one example