I tried something today that seemed like it should work. I am running
Unidata 3.3.2.58 on DGUX.
SSELECT SOME.FILE BY.EXP SOME.FIELD
SAVE.LIST TP
Overwriting existing saved list
can not open file: savedlists/__TP'.
The save list works fine for all other selects, but not with the BY.EXP.
Hmm! Checked the VOC entry for SAVEDLISTS. Tried deleting the list TP
first, but nothing lets me save a list if it is BY.EXP'd
Is this just our Unidata, can someone confirm or deny this is a problem?
Thanks.
Tom
Tom Packert <t...@phase1systems.com> wrote in article
<7dh3lt$e5f$1...@camel15.mindspring.com>...
> Hello,
I do a simple SELECT <FILENAME> BY.EXP <FIELD>
SAVE.LIST XX
All works fine here
Thomas
tho...@tzogg.com
Tom Packert wrote in message <7dh3lt$e5f$1...@camel15.mindspring.com>...
>Hello,
>
>I tried something today that seemed like it should work. I am running
>Unidata 3.3.2.58 on DGUX.
>
>SSELECT SOME.FILE BY.EXP SOME.FIELD
>SAVE.LIST TP
>
>Overwriting existing saved list
>can not open file: savedlists/__TP'.
>
--Kevin
ke...@precisonline.com
http://www.precisonline.com
http://www.precisonline.com/gold.htm
Thomas Zogg wrote in message ...
I believe you are on track here but there is a bit more info to consider. I'm
guessing the person who asked originally is on UNIX. On UNIX you have two
files SAVEDLISTS and savedlists (on NT since its case insensitive we can't do
that so one is something like SAVEDLISTSL). The SAVEDLISTS file you know and
love as a file that contains your saved lists (whoa). The savedlists file is
used internally by UniData for selects and sorts especially those involving
BY.EXP. Normally you shouldn't have to worry about it, its there, the default
permissions are good, UniData uses it when it needs to and generally cleans
up after itself. Sounds like someone tightened down on the permissions or the
umask caused them to be too tight. Loosen those pups up and try again.
Jackie Burhans
Ardent Software, Inc.
In article <BuXL2.35$h3.170...@news.frii.net>,
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Thanks to Mark Rathbun who responded via email too.
The savedlists file (in lower case) is missing from the Unix level. It is
there in the VOC but not in the directory for the account. I put it back
and voila. It works.
Thanks to all!
Tom
In article <7drbnn$rg0$1...@camel21.mindspring.com>,