| View previous topic :: View next topic |
| Author |
Message |
mustaqmm Beginner
Joined: 23 Sep 2005 Posts: 1 Topics: 1
|
Posted: Fri Sep 23, 2005 1:45 am Post subject: FE Status Code in IMS DC |
|
|
Hi
Could you please help out with information about what does the status Code FE mean and how to correct the problem. Also information on how to track the statement number that is mentioned in the error message will be helpful.
Below is what i found from IMS reference material -
| Code: |
--------------------------------------------------------------------------
FE
Explanation: IMS returns this status code any time a program issues a FLD call that receives a nonblank status code in the FSA.
Programmer Response: See "Fast Path Databases" in IMS/ESA Application Programming: Database Manager for an explanation of FSA
status codes and correct the FLD call.
Also, find below the exact error message that we are getting -
TIRM030E: APPLICATION FAILED - UPDATES HAVE BEEN BACKED OUT
TIRM031E: FAILING PROCEDURE EXIT DATA FOLLOWS
TIRM032E: LAST OR CURRENT ACTION BLOCK ID = 0817372407
TIRM033E: LAST OR CURRENT ACTION BLOCK NAME = MERCHANDISER_RESPONSIBILITIES
TIRM034E: LAST OR CURRENT DATABASE STATEMENT = 0000000000
TIRM035E: CURRENT STATEMENT BEING PROCESSED = 0000000357
TIRM038E: ** FATAL DATABASE ERROR WAS ENCOUNTERED **
TIRM039E: DB LAST STATUS = FE
TIRM046E: *** TRANSACTION PROCESSING TERMINATED CLMRCR0D
TIRM044E: *** PRESS PA2 TO CONTINUE ***
Any help in this regard will be appreciated.
|
Thanks
Mustaq |
|
| Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12399 Topics: 75 Location: San Jose
|
Posted: Fri Sep 23, 2005 3:10 am Post subject: |
|
|
| Quote: | Also information on how to track the statement number that is mentioned in the error message will be helpful.
TIRM035E: CURRENT STATEMENT BEING PROCESSED = 0000000357
|
Take a look at the compiler listing of the program and check the line no: 357
Is your program issuing a FLD call? If so you need to check the status code in FSA field which is one byte. The format of the FSA is
| Code: |
FLDNAME 8 byte
Status code 1 byte
Operator 1 byte
Fld Value Field length defined in DBD
Connector 1 byte
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
| Back to top |
|
 |
|
|
|