BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
MarioS_
Calcite | Level 5

Hi there,

 

can anybody explain to me in simple words why libref and fileref are limited to 8 characters?

What is the reason why we can't use .. I don't know .. 32 characters?

 

Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

SAS was developed on IBM mainframes, and so SAS object names resemble typical OS/360 / MVS / z/OS file names, and those have a restriction that every level can have a maximum of 8 characters (so the names look like PROD.SOURCE.CNTL, but PROD.JOBSOURCE.CNTL is impossible), this is a legacy restriction coming from the early development of SAS.

It depends on the internal quality of the code repository if changing the underlying type from 8 to 32 characters will break something or not.

 

OTOH, I've never felt the need for more characters in file/librefs. And as a longtime programmer (and UNIX at that), I hate unnecessary typing. So 8 character libnames and 32 character dataset names is enough for me.

 

View solution in original post

3 REPLIES 3
LinusH
Tourmaline | Level 20
I think that this question is best directed to the SAS development team.
I think that one obstacle towards longer librefs is z/os naming restictions.
Data never sleeps
Reeza
Super User

Legacy restrictions. 

8 chars is one byte so that may have something to do with it. 

Kurt_Bremser
Super User

SAS was developed on IBM mainframes, and so SAS object names resemble typical OS/360 / MVS / z/OS file names, and those have a restriction that every level can have a maximum of 8 characters (so the names look like PROD.SOURCE.CNTL, but PROD.JOBSOURCE.CNTL is impossible), this is a legacy restriction coming from the early development of SAS.

It depends on the internal quality of the code repository if changing the underlying type from 8 to 32 characters will break something or not.

 

OTOH, I've never felt the need for more characters in file/librefs. And as a longtime programmer (and UNIX at that), I hate unnecessary typing. So 8 character libnames and 32 character dataset names is enough for me.

 

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 3 replies
  • 3668 views
  • 3 likes
  • 4 in conversation