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

batch call online,resp=88,resp2=414


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

New User


Joined: 07 May 2006
Posts: 35

PostPosted: Mon Jan 24, 2011 10:14 pm
Reply with quote

Dear all,

here is a batch call online, i put program name,transid,applid(for TOR ONLY),etc using EXEC CICS LINK . I hope the transaction will be routed to available AOR through TOR specied by my parameter APPLID in the batch program.
for example:
the statement is :
EXEC CICS LINK PROGRAM(CICSA) TRANSID(ABCD) APPLID(TOR1) ... END-EXEC

CICSA has been already installed in each AOR.
TRANSACTION ID ABCD is defined dynamic(yes), routable.
the transactions are also be defined in group a (for tor) and group b(for aor) respectively.
however, once the job was excuated, it abended.and resp=88,resp2=414

Could anyone help me ?
Thanks ahead.
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: Mon Jan 24, 2011 10:28 pm
Reply with quote

Did you look up the response code 88 in the manual? What did it tell you? Did you find the 414 resp2 code in the manual as well?

If you haven't done this, why do you expect us to read the manuals for you?
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Tue Jan 25, 2011 12:57 pm
Reply with quote

Quote:
here is a batch call online


Batch?

Garry
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Tue Jan 25, 2011 1:05 pm
Reply with quote

typical misuse of terms.

it is a CALL to an API, executed by a batch program to emulate a CICS LINK.
Back to top
View user's profile Send private message
xpower

New User


Joined: 07 May 2006
Posts: 35

PostPosted: Tue Jan 25, 2011 5:05 pm
Reply with quote

Thanks guys for help me. actually i have read the mannual but have no idea about it...someone helped me yesterday, the reason is that the terminal can not be found. so we define the program in TOR as dynamic but the transaction id is static.

sorry for misusing terms. :(
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 How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Call program, directly from panel CLIST & REXX 9
Search our Forums:

Back to Top