| Date: | Sat, 26 Feb 2005 11:43:36 -0800 |
| Reply-To: | jfh@stanfordalumni.org |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Jack Hamilton <jfh@STANFORDALUMNI.ORG> |
| Subject: | Re: V9 format |
|
| In-Reply-To: | <4220CD3F.4030609@hotmail.com> |
| Content-Type: | text/plain; charset=us-ascii |
|---|
Is the system option FMTSEARCH set correctly? See
<http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000279102.htm>.
--- Stat <BillGates@HOTMAIL.COM> wrote:
> Hi,
>
> I have a dataset with a v9 formats catalog. However, my program is
> not
> picking up the format. Are their quirks in v9 or do I have a typo?
>
> Libref SASDAT
> Engine V9
>
>
> Member File
> # Name Type Size Last Modified
>
>
> 3 FORMATS CATALOG 17408 26Feb05:14:18:32
>
>
> Dataset is also in listing and ..
> program has:
>
> format dec dec.;
>
> and I get this log entry:
>
> The format DEC was not found or could not be loaded.
>
> ???
> Stumped
>
>
|