ADSM-L

[no subject]

2005-06-16 10:52:36
From: Dierk Harbort <Dierk.Harbort AT BUERGEL DOT DE>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 16 Jun 2005 16:52:34 +0200
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>
  • [no subject], Dierk Harbort <=