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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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