|
|
Archives of the TeradataForum
Message Posted: Tue, 28 Jan 2003 @ 18:37:16 GMT
Subj: | | Re: How to pass external arguements to mload script |
|
From: | | Arunachalam, Sankar |
IF this is in Windows environment use the 'ACcept Var from environment env_Variable' statement to accept the 'var' value from the
external environment and use it in place of the hardcoded "1.dat" file name.
If this is in unix you should be able to use the $unix_file_variable_name in the mload script to pass values from the unix script to the
mload script.
| |