IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Getting the CICS abend AXFQ


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kothamasu

New User


Joined: 28 Jan 2008
Posts: 6
Location: Sandton

PostPosted: Tue May 12, 2009 4:49 pm
Reply with quote

Hi,

I am using External CICS Interface.

My batch program will execute a specefic program in one of the online region for each record from the inputfile. (I am using EXEC CICS LINK)

I am getting the following errors.

EXEC-RESP = 88
EXEC-RESP2 = 414
and a CICS abend of AXFQ.

Could any one please let me know what are these errors and how can I fix them.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue May 12, 2009 4:57 pm
Reply with quote

according to the ABEND Assistant (free download from this site):
Quote:
Check that the transaction profile parameter, INBFMH, is set to ALL. If communicating across a distributed program link, ensure that the requested function is supported on the partner system.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue May 12, 2009 5:01 pm
Reply with quote

There is a link at the top of the page to manuals, including the CICS Language Reference. This manual describes the EIBRESP values in one of the appendices.

Google AXFQ and the fourth returned link (for me) is the IBM manual that describes the AXFQ abend code.

Once you understand what the error codes mean, that should guide you as to how to fix your code.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Wed May 13, 2009 3:23 am
Reply with quote

First: It is not good performance practice to issue multiple EXEC CICS LINK from a batch cobol program into CICS.

Second: Usage of EXCI from batch requires some CICS setup by
your CICS Technical support group. Have you discussed with them ?

Third: There is vendor software available that can out perform anything
you write on your own. Suggest you review the following for additional
information and pass it on to CICS Tech. support people.

cicswiki.org/cicswiki1/index.php?title=BatchCICS-Connect_-_24x7_Integration

cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_transaction_from_a_batch_program%3F
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed May 13, 2009 3:51 am
Reply with quote

If you really need to access CICS from Batch and you don't have any 3rd-Party Software to do this and the access will be significant, then I'd suggest that you look into the EXCI's cousin, named ECI.

Regards,
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top