what is ASRA, AEY9?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sushant kumar mohanty
ASRA : An ASRA is the CICS interrupt code, the equivalent of an MVS abend code like SOC7.
AEY9 : unsupported command issued / DB2 DB not up
Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
Can we put move statement in COBOL copybook
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
what is the difference between Plan & package
What is the difference between index and subscript?
what are the steps to sort in a cobol program?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?