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 |
if a file has 1000 recods how copy the records from 1 to 100 records using sort
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
What is CALL statement in COBOL?
In an EVALUATE statement, can I give a complex condition on a when clause?
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.
what is subscript in cobol?give realtime example?
What is the difference between COMP & COMP-3 ?
What is different between variable length and fixed length?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.