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 (October 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 2 Oct 2006 09:33:07 -0500
Reply-To:     SAS_learner <proccontents@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         SAS_learner <proccontents@GMAIL.COM>
Subject:      Re: A Format catalog question
Comments: To: Jim Groeneveld <jim2stat@yahoo.co.uk>
In-Reply-To:  <200610020754.k920vKNr003563@mailgw.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I am sorry that was a typo, yes I mean cntlin and other one I am referring is CNTLOUT= (Create a SAS data set that stores information about informats or formats )

On 10/2/06, Jim Groeneveld <jim2stat@yahoo.co.uk> wrote: > > Hi SAS_learner, > > The CNTRLIN option, that you referenced in your reply below, actually is > spelled as CNTLIN, I believe. And I don't know what those letters CNTL > mean > with this respect. I wouldn't understand why if it ment 'control'. The C > might have to do with Catalog, but the rest? > > Regards - Jim. > -- > Jim Groeneveld, Netherlands > Statistician, SAS consultant > home.hccnet.nl/jim.groeneveld > > > On Fri, 29 Sep 2006 14:29:52 -0500, SAS_learner <proccontents@GMAIL.COM> > wrote: > > >Do you want to create a dataset out of catalog ( then use cntlout > = ) or > >if want to read a dataset as catalog then use (cntrlin = ) , the basic > >syntax is some thing like this > > > >proc format data = library. name cntrlout = work. test ;* To create a > >dataset out of catalog ; > > > >proc format cntrlin = test out = library.<name of the catalog > ; > >run; > > > >and to have list file of the format catalog use fmtlib option. > > > >You tend to do this when you have want to move format catalog across the > >Operating systems . > > > > > >On 9/29/06, Rathindronath <mehedisas@yahoo.com> wrote: > >> > >> I never ran or used a format catalog for dataset. Can you please tell > me a > >> source where I can learn about it? > >> >


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