Archives of the TeradataForum
Message Posted: Tue, 19 Aug 2008 @ 16:35:59 GMT
Subj: | | Re: Automatic generation of showfsp reports |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Tue, 19 Aug 2008 10:30 -->
Just insert the response as a line in your script:
/usr/ntos/bin/cnsrun -utility ferret -commands '{scope
table (5 52293 0)} {showfsp} {y} {quit}' -machine SMP001-9 -debug 1
And it doesn't matter for showfsp, but it's good practice to include
{enable script}
As the first command in any ferret script that is run unattended.
|