Archives of the TeradataForum
Message Posted: Thu, 09 Oct 2003 @ 03:21:55 GMT
Subj: | | Re: Running OS Commands from within an mload script |
|
From: | | Sanjaya Nagabhushan |
You need to enclose your command in single quotes...
help 'multiload .system';
help 'multiload .system';
*** Query completed. 10 rows found. One column returned.
*** Total elapsed time was 1 second.
On-Line Help
------------------------------------------------------------------------
---
.SYSTEM 'oscommand' ;
where
'oscommand'
is a command string enclosed within single quotes which is appropriate
for the local operating string.
BTEQ -- Enter your DBC/SQL request or BTEQ command:
Sanjaya
|