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 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 3 replies
  • 4428 views
  • 3 likes
  • 4 in conversation