PowerExchange Adapters for Informatica 
			
			- PowerExchange Adapters for Informatica 10.5
- All Products
 
           
      	
            
	
      |  System Variable 
				 |  Available 
				 |  Description 
				 | 
|---|---|---|
|  TBPC_USER_NAME 
				 |  client/server 
				 |  Name of the connected SPI Server user. 
				 | 
/* Store system variables into SAS macro variables: */ usrname = sysget("TBPC_USER_NAME"); /* Use the SAS macro variables to code logic: */ ............. ............. /* End of logic */