LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 6 Aug 2006 14:34:11 -0700
Reply-To:     Hari <excel_hari@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Hari <excel_hari@YAHOO.COM>
Organization: http://groups.google.com
Subject:      Assigning Format
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="iso-8859-1"

Hi,

I have a Datset A (in library ProjA) having some user defined formats with its format catalog (FmtProjA) in a library called FmtProj and I have associated the format of the dataset with the catalog in FmtProj.

Now, I create a new data set called B from A (data ProjA.B; Set ProjA.A;run;) and I see that the formats in B do not get assigned automatically from the formats in dataset A. I get messages like

"NOTE: Format PIDCS was not found or could not be loaded."

Because of this am forced to explicitly associate the FmtProjA to dataset B using Proc datasets statement. Shouldnt SAS associate the formats for derived datasets by default?

Regards, HP India


Back to: Top of message | Previous page | Main SAS-L page