From: Patrick on
This means that a format associated with a variable is not around.

Most likely one of your variables defined as metadata in one of the
tables used in the DI job will have this format associated.

Have a look at options fmterr and fmtsearch=

HTH
Patrick
From: Yu Zhang on
try

option nofmterr;

or if you knew the path to the PRODDIM catalog, then specify the path
in you fmtsearch option.

HTH

Yu

On Sat, Mar 6, 2010 at 6:33 PM, sasbond1981 sasbond1981 <
sasbond1981(a)gmail.com> wrote:

> Hi All,
>
> Please help me in the format problem...
>
> I am using DI studio and suddenly i am getting an error message like
>
> "Error: the format PRODDIM was not found or could not be loaded" .
>
> Can any one please help me in resolving this issue..
>
>
> Thanks
>
From: sasbond1981 sasbond1981 on
Hi,

Still i am facing same prob... shwing format error...

Please suggest me to rectify this error...


Thanks
From: Nathaniel Wooding on
I do not and have not used DI studio but in general, the message suggests that someone has created a format called PRODDIM and the library where it is stored has not been identified in your session and a variable that is being read in from a stored SAS data set is assigned this format. One solution to the problem is to issue

Options nofmterr; (if I remember the spelling properly).

This will let SAS load the data set but he values of the variable will not be displayed using that format.

Nat Wooding

-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L(a)LISTSERV.UGA.EDU] On Behalf Of sasbond1981 sasbond1981
Sent: Saturday, March 06, 2010 7:33 PM
To: SAS-L(a)LISTSERV.UGA.EDU
Subject: format problem

Hi All,

Please help me in the format problem...

I am using DI studio and suddenly i am getting an error message like

"Error: the format PRODDIM was not found or could not be loaded" .

Can any one please help me in resolving this issue..


Thanks
CONFIDENTIALITY NOTICE: This electronic message contains
information which may be legally confidential and or privileged and
does not in any case represent a firm ENERGY COMMODITY bid or offer
relating thereto which binds the sender without an additional
express written confirmation to that effect. The information is
intended solely for the individual or entity named above and access
by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying, distribution, or use of the
contents of this information is prohibited and may be unlawful. If
you have received this electronic transmission in error, please
reply immediately to the sender that you have received the message
in error, and delete it. Thank you.
 | 
Pages: 1
Prev: format problem
Next: Many-to-many merge