Global Variables are used to replace Variable with Value, for example before input form is shown to the user <CustomerId> will be replaced with 1
EG
Select * from Customers where CustomerId = <CustomerId>Is changed to
Select * from Customers where CustomerId = 1
<ATEUserName><username> OS user name<computername><datetime><CurrentDateTime><CurrentDate>Confused? Ask question on our ETL Forum