ADSM-L

select to file

2005-06-17 07:43:55
Subject: select to file
From: Dierk Harbort <Dierk.Harbort AT BUERGEL DOT DE>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 17 Jun 2005 13:44:01 +0200
hi all !

thanks for your ideas, they were helpful. the solution is: the mount point
wasn't there for this server...now it works fine.

best regards, have a nice weekend



hi all !

there is a need to now all archived files from a special node, so i tried
the following:

select LL_NAME,count(*) from archives where NODE_NAME='cob03' group by
LL_NAME
 ...it worked fine.

but now i want this output in a file (linux), so i typed

select LL_NAME,count(*) from archives where NODE_NAME='cob03' group by
LL_NAME > /path/filename
the result is ANR8038E ...unable to open file '/path/filename' for
redirection

i wondered, and tried
select LL_NAME,count(*) from archives where NODE_NAME='cob03' group by
LL_NAME > /filename
the result seems to be allright, but the file 'filename' is not on the
system - 'find' couldn't find it anywhere

can anyone tell me, what the solution is ??
any idea is welcome

thank you very much!

regards,
Dierk

<Prev in Thread] Current Thread [Next in Thread>
  • select to file, Dierk Harbort <=