JavaScript must be enabled in order to use this site.
Please enable JavaScript in your browser and refresh the page.
Execution Parameters of IVP Sender Listener 
The following input control statement sets instruct the IVP Sender Listener to publish the corresponding request messages and wait for the status reply. 
  
	 Rendezvous 
		
		
		  SUBJ-REQ   tibss.CICS.Cobol.Complex.Request
RESOURCE   SXCCI010
REPEAT     1
TIMEOUT    15
WAIT       0
BES-DELAY  5
IVP-ID     SXCIV010 
		 
	 Enterprise Message Service 
		
		
		  DEST-REQ   tibss.CICS.Cobol.Complex.Request
DEST-REP   tibss.CICS.Cobol.Complex.Reply
TYPE       QUEUE
RESOURCE   SXCCI010
REPEAT     1
TIMEOUT    15
WAIT       0
BES-DELAY  5
IVP-ID     SXCIV010 
		 
	 Copyright © Cloud Software Group, Inc. All rights reserved.