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
Write a program to explain size error.
What is length is cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is static and dynamic call in cobol?
Why occurs cannot be used in 01 level in COBOL?
what is difference between cobol and cobol/400
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between Call and a Link?
how do you define single dimensional array and multidimensional array in your cobol?
example for sub strings ? and refernce modifications whit output pls
How do define dynamic array in cobol.
how can i see junk values in dclgen or in hostvariable of comp ?
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.
how to move the records from file to array table. give with code example
Write a cobol program making use of the redefine clause.