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 |
Under which scenario you would go for a static call as opposed to dynamic call?
what is a load module ?
what is sync clause?
How to pass return codes from cobol to jcl?
What should be the sorting order for SEARCH ALL?
in cobol perform stmt whether it first checks the condition or not
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Describe the cobol database components?
What is report-item?
What does the INITIALIZE verb do?
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 would find total records in files using seqientional