| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| jimmy_augustine Beginner
 
 
 Joined: 23 Jun 2004
 Posts: 32
 Topics: 13
 
 
 | 
			
				|  Posted: Fri Jun 25, 2004 5:38 am    Post subject: What is TWA and what is the use of it? |   |  
				| 
 |  
				| Friends, Could any one explain me what is TWA (I know it is trasaction work area and the address of TWA can be retrieved by ADDRESS command.) But I want to know what is the use of TWA for an Application programmer in his CICS application.
 
 Thanks in advance
 Jimmy
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| kolusu Site Admin
 
  
 
 Joined: 26 Nov 2002
 Posts: 12394
 Topics: 75
 Location: San Jose
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Mike Chantrey Intermediate
 
 
 Joined: 10 Sep 2003
 Posts: 234
 Topics: 1
 Location: Wansford
 
 | 
			
				|  Posted: Fri Jun 25, 2004 7:35 am    Post subject: |   |  
				| 
 |  
				| Note that the TWA is a 'legacy method' of storing data and should not be used for new applications. Also it can be used by some supplied vendor applications (e.g. ADABAS) so you could get conflicts if you use it for application purposes as well. Passing data around between different programs in a transaction should normally be done via a COMMAREA (which can also be used between different transactions).
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| jimmy_augustine Beginner
 
 
 Joined: 23 Jun 2004
 Posts: 32
 Topics: 13
 
 
 | 
			
				|  Posted: Fri Jun 25, 2004 9:05 am    Post subject: |   |  
				| 
 |  
				| Kolusu Thanks for the links and I should lern the advanced technique of searching. In fact I did a search, but wasnt satisfied with the results:(
 
 Mike,
 Thanks a lot
 Jimmy
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
	
		|  |