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 |
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
Write a program to enter and display the names of students in a class using the occurs clause.
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
how to display comp3 variables reply soon ?
Define cobol?
If we use GO BACK instead of STOP RUN in cobol?
i need a small 3d program using inline and outline.
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
what is ASRA, AEY9?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
What is the mode in which you will OPEN a file for writing?