Answer Posted / sree
ASRA ABEND IS CICS IS SIMILAR TO SOC 7 ABEND IN BATCH PROGRAM
IE IF U R MOVING DATA FROM ONE DATAITEM TO ANOTHER DATAITEM
WHICH IS NOT OF SAME DATATYPE AS FIRST DATAITEM THEN THIS
ABEND AROUSE
BY DEBUGGING WE CAN KNOW WHERE THE ASRA ABEND OCCURS
AEY9 - I DONT KNOW ABOUT IT
CORRECT ME IF I AM WRONG
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
When is inspect verb is used in cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do you differentiate between cobol and cobol-ii?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is the local-storage section?
what is difference between cobol and cobol/400
What are the different rules to perform a Search?
What are the cobol coding sheets?
What is the difference between perform … with test after and perform … with test before?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are different data types in cobol?
how do you reference the variable block file formats from cobol programs