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

MAX-RC 88 and Return code 606 in DFH0CXCC.


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

New User


Joined: 04 Feb 2015
Posts: 32
Location: Tajikestan

PostPosted: Tue Jan 24, 2017 1:23 pm
Reply with quote

Dear friends
I am running the JCL :
Code:
//EXCI    JOB NOTIFY=&SYSUID,CLASS=A,TIME=1440,REGION=100M         
//*===============================================================
//*    JCL to execute an external CICS interface client program   
//*===============================================================
//EXCI10  EXEC PGM=DFH0CXCC,PARM=(CICSAPL1,CICSUSER)               
//STEPLIB   DD DISP=SHR,DSN=CICSTS41.CICS.SDFHEXCI                 
//          DD DISP=SHR,DSN=CICSTS41.CICS.SDFHLOAD                 
//SYSPRINT  DD SYSOUT=*                                           
//SYSMDUMP  DD SYSOUT=*                                           
//SYSIN     DD DUMMY                                               
/*                                                                 
//                                                                 

But it return
Code:

*===================== EXCI Sampl  Batch Client Program =======================*
*                                                                              *
*    Parameters: APPLID=CICSAPL1   USERID=CICSUSER                              *
*                                                                              *
*  EXEC Level Processor.                                                       *
*    Setting up the EXEC level ca l.                                           *
*    The Link Request has failed.  Return codes are:                           *
                    00000088  00000606                                         
*    >>>> Aborting further proces ing <<<<                                     *
*                                                                              *
*=================== End of EXCI  AMPLE BATCH CLIENT PROGRAM ==================*


I can't solve this problem.
Can eny body help me?
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 24, 2017 2:52 pm
Reply with quote

The 00000088 is RESP while 00000606 is RESP2 from the EXEC CICS LINK PROGRAM(...) in the DFH0CXCC program.

You can find the sample source for DFH0CXCC in the .SDFHSAMP library and the copybook used in it is in the .SDFHCOB library.

Google 'EXCI RESP 88 RESP2 606' for an explanation of the error.

Garry.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3048
Location: NYC,USA

PostPosted: Wed Jan 25, 2017 11:22 pm
Reply with quote

Also, You should talk to the CICS site support to know more on fix and the cause.

Code:
A VERIFY call to the MVS™ subsystem interface (SSI) to obtain the current CICS® SVC number failed.
 

Explanation


System Action

The Initialize_User request is terminated. The return code from the SSI call is returned in subreason field-1 of the return area. This error occurs before the external CICS interface dump services are initialized, therefore EXCI issues an MVS user abend (0405) to force a SYSMDUMP.


User Response

Locate the return code in the dump, and use this with the rest of the dump and SSI documentation to determine why the VERIFY request failed. When the problem is resolved, restart the client application program.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top