What is an ASRA abend ?
Answers were Sorted based on User's Feedback
Answer / guest
this is the most common abend in CICS . it indicates a
program check execption , roughly equivalent to having an
soc7 in a batch program. check for spaces in a packed
decimal numeric field and changes to the file and records
layouts.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / bharath
ASRA IS JUST LIKE SOC-7 IN COBOL.IT SHOULD BE RESOLVE LIKE SOC7.......
DUE TO DATA EXCEPTION CASE IT WILL OCCUR....
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prabu
ASRA though commonly interpretted as equivalent of S0C7 is
not usually the case. Yes, it is equivalent to S0C7 in
certain cases but a S0C4 or S0C1 would also issue an ASRA
abend
| Is This Answer Correct ? | 0 Yes | 0 No |
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
For multithreading an application program need not be re- entrant(True or False).
What is the General Command format Of CICS
Into which table is the terminal id registered?
Explain how many conditions can you include in a single handle condition command?
Explain the uses that are associated to tsq and tdq ?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
What is meant by a ‘Transid’ ?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?
How do you define Task Work Area?
What is journal recovery?