BookmarkSubscribeRSS Feed
Clybersoft
Calcite | Level 5

What considerations should be made when switching from variable length records to fixed length records in formatting data?

5 REPLIES 5
Doc_Duke
Rhodochrosite | Level 12

Please be more specific.  SAS datasets store data as fixed length fields, so I am not sure of the context.

Doc Muhlbaier

Duke

Clybersoft
Calcite | Level 5

I'm using an Excel Spreadsheet to import data and was wondering what changes I need to make or be concerned about when going from a variable length record to a fixed one. Especially when it comes to the options settings I am using (i.e. GETNAMES, SCANTEXT, etc.). I'm looking more for generic answers than specific ones here.

Thanks,

Yoda

Doc_Duke
Rhodochrosite | Level 12

SAS's PROC IMPORT will use the maximum number of columns that it observes in the rows that are scanned to determine a size unless you do a manual override.  It's in the documentation for SCANTEXT and TypeGuessingRows.

I'm not sure how the EGuide import wizard does it, though I've generally found it to be accurate.

Doc Muhlbaier

Clybersoft
Calcite | Level 5

Thanks for the info. I'm building all of mine from scratch as it is a customized system and EGuide doesn't give me the granularity I need.

Appreciate it Doc,

Yoda

Petersas
Calcite | Level 5

in case of infile use lrecl=x not sure about EG

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 1178 views
  • 0 likes
  • 3 in conversation