View previous topic :: View next topic |
Author |
Message |
shiva r Beginner
Joined: 09 May 2003 Posts: 7 Topics: 3
|
Posted: Wed Aug 06, 2003 11:47 am Post subject: CICS error handling |
|
|
Hi
I am facing a problem with the CICS READ coomand in an assembler program.After the Read the program abends.I am unable to find out the response code.The program has a HANDLE condition with some conditions
Since any abnormal condition other than mentione in handle is taken care by CICS and terminated i was unable to find out the resp code.
I commented out the HANDLE condition but still i am unable to trap
the exact reason for the error as the transaction is getting terminated after execution of the read.Read i put a RESP condition.I am using INTERTEST
Any help to find out the error is helpfull.
The problem is after the READ the next statement is not getting executed
to keep the RESP varaibles in intertest
Thanks
shiva |
|
Back to top |
|
|
slade Intermediate
Joined: 07 Feb 2003 Posts: 266 Topics: 1 Location: Edison, NJ USA
|
Posted: Wed Aug 06, 2003 9:22 pm Post subject: |
|
|
Hi shiva,
What is the abend code? Are there any msgs associated w/the abend? Can you give us a look at the ACTUAL read stmt, the stmts before and after (use cut & paste)?
Thanx, Jack. |
|
Back to top |
|
|
|
|