Originally posted by: NancyR
From the Functions and Expressions Reference Guide:
Syntax: PUT (single-text-expression , single-text-expression, single-text-expression)
Meaning: PUT (adapter_alias , adapter_commands, data_to_send_to_adapter)
For example, PUT ( "FILE", "c:\directory_name\file_name", PACKAGE (data_source) )
where you want the data contained in data_source written to a file named file_name in c:\directory_name.
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender