Date: Wed, 16 Jan 2008 22:54:43 -0500
Reply-To: Trish Bous <tbouSSARD@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Trish Bous <tbouSSARD@GMAIL.COM>
Subject: Re: help using library catalog
Hi,
Thanks for your reply.
Yes, so my formats are being created in formats category. If I look inside
this category "folder", all of my formats are present as formatc type (yes,
even ORPROC).
So I guess that my problem is that my program is not finding these formats.
Do I need to do anything in addition to the below line to have my program
read the formats that I have created?
libname library "Z:\PSI"
Thanks for all your help!
Trish
On Wed, 16 Jan 2008 21:14:30 -0500, Arthur Tabachneck <art297@NETSCAPE.NET>
wrote:
>Trish,
>
>Your error indicated something to the effect that ORPROC could not be
>found. You have apparently written some code that tries to use a format
>called ORPROC, which was not among the formats you listed.
>
>Yes, a SAS catalog looks very similar to a directory in SAS. In Window's
>Explorer, however, it simply shows up with the correct file name and
>catalog extension.
>
>Art
>-----------
>On Wed, 16 Jan 2008 20:54:06 -0500, Trish Bous <tbouSSARD@GMAIL.COM> wrote:
>
>>Yes, the formats were created. When I run
>>
>>proc catalog, my values are there:
>>
>> 152 TRAUMID FORMATC 16JAN2008:15:24:22
>16JAN2008:15:24:22
>>
>>In Z:\PSI\ there is no formats.sas7bcat file, but there is a folder
>>"formats" (type = catalog)
>>
>>Am I missing a file?
>>
>>Thanks for the help
|