LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (October 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 9 Oct 2001 15:57:17 GMT
Reply-To:   Jens Schlatter <OAFGFZWETIVH@SPAMMOTEL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Jens Schlatter <OAFGFZWETIVH@SPAMMOTEL.COM>
Subject:   Re: Number of Format statements in a datastep limited under Windows?
Content-Type:   text/plain; charset="iso-8859-1"

> Running a piece of code, originally developed under Unix, under > Windows. The dataset has >7,000 fields, which need to be formatted. > However, only 4,096 format statements will load without crashing the > datastep. It works OK without the format statements. I can't find any > reference to an OS-specific limit on number of format statements.

I'm not aware of any limitations either. But: you normally don't need a format in a data step since most formats are used for humans. And I guess your friend won't print 7000 variables at once.

Jens Schlatter -- Jens Schlatter Jens Schlatter Jens Schlatter Jens Schlatter Jens Schlatter


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