File Selector Task
The file selector task displays an Options tab containing a file selector.
When a selection made he following macro variables are created and set as follows:
- File_Server - set to the value "Local"
- File - the complete path of the file selected
An example of the code generated by this task is:
%global File_Server;
%let File_Server="Local";
%global File;
%let File=/r/ge.unx.sas.com/vol/vol810/u81/sasxxx/program.sas;