| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| smile_rajeev Beginner
 
 
 Joined: 28 Oct 2005
 Posts: 14
 Topics: 9
 
 
 | 
			
				|  Posted: Fri Nov 04, 2005 4:44 am    Post subject: reg: accesing across  regions |   |  
				| 
 |  
				| if a transaction say TDIM is creating the TSQ. So that some other transaction may read the tsq. The above can be done in when the two transaction executed from the same region.
 My question is :: Is it possible to read the TSQ created in one region is able to read by another transaction from  another region.
 
 For example ::
 Am i using a testing region in cics . Is it pssble for me to browse the queue present in the production region.
 If pssble tell me how could i read that queue.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Manas Biswal Intermediate
 
  
 Joined: 29 Nov 2002
 Posts: 382
 Topics: 27
 Location: Chennai, India
 
 | 
			
				|  Posted: Fri Nov 04, 2005 10:12 am    Post subject: |   |  
				| 
 |  
				| smile_rajeev, 
 One method that I can immediately think of is starting a transaction on the remote CICS system to read the TSQ on the remote system using a START TRANSID command with a remote SYSID parameter. Check this link or CICS Reference for details about START TRANSID command.
 
 http://publib.boulder.ibm.com/infocenter/cicsts31/index.jsp?topic=/com.ibm.cics.ts.doc/dfhp4/commands/dfhp4_start.htm
 
 
 But I am not sure of why you want to access a production TSQ from a test region. I can't think of such a requirement in a real-life scenario.
 
 HTH...Regards,
 Manas
 _________________
 There is no path to peace. Peace is the path.
 - Mahatma Gandhi (1869-1948)
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| kolusu Site Admin
 
  
 
 Joined: 26 Nov 2002
 Posts: 12394
 Topics: 75
 Location: San Jose
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| smile_rajeev Beginner
 
 
 Joined: 28 Oct 2005
 Posts: 14
 Topics: 9
 
 
 | 
			
				|  Posted: Sat Nov 05, 2005 5:13 am    Post subject: |   |  
				| 
 |  
				| thanks for the links which i am looking for. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
	
		|  |