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

LINKing to a program that is remotely defined


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

New User


Joined: 31 Oct 2007
Posts: 11
Location: Bangalore - India

PostPosted: Mon Apr 06, 2009 10:35 am
Reply with quote

Hi,
I am linking to a module B which is defined in CICS as remote. i.e., when i issue the below command

Code:
CEMT I PROG(B)


i get the response as
Code:

STATUS:  RESULTS - OVERTYPE TO MODIFY                       
 Prog(VFCC971 )                      Pro Ena               
                                         Qua Cic Rem(QTRG) 
                                                           


After linking to this module B, i get the EIBRESP as 53 and RESP2 as 28.

Could anyone please let me know whether any initial set up is required in the CICS region from where i am running the transaction?

Plese let me know whether you need any further details
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: Mon Apr 06, 2009 4:01 pm
Reply with quote

You are using DPL (Distributed Program Link), which requires a PPT entry in the local region, pointing to the REMOTESYSTEM (SYSID) of the CICS region where the program is defined. The remote region also requires a PPT entry as well or AUTOINSTALL will work too.

An EIBRESP of 53 is a SYSIDERR, which indicates that the SYSID defined to the local PPT entry is invalid or perhaps, not in service.

An EIBRESP2 of 28 (from the manual) states -

The remote system specified by SYSID is not in service. This response can also indicate that the transaction has not been defined on the remote system.

You need to speak with your CICS System Programmer(s) and/or Tech Support group about these errors.

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 DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top