MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FE Status Code in IMS DC

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS
View previous topic :: View next topic  
Author Message
mustaqmm
Beginner


Joined: 23 Sep 2005
Posts: 1
Topics: 1

PostPosted: Fri Sep 23, 2005 1:45 am    Post subject: FE Status Code in IMS DC Reply with quote

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
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12399
Topics: 75
Location: San Jose

PostPosted: Fri Sep 23, 2005 3:10 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group