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

Hi. What's wrong with answer C?

 

Which library name (libref) is valid?

 

 a.  2010Car
 b.  car/2010
 c.  car2010
 d.  cars_2010


Your answer: d
Correct answer: c


This libref follows all three rules for valid librefs. A libref must have a length of one to eight characters, and must begin with a letter or underscore. The remaining characters must be letters, numbers, or underscores.

1 ACCEPTED SOLUTION

Accepted Solutions
vellad
Obsidian | Level 7

The question asks which of the 4 is valid. Only (c.) is valid.

(a.) Invalid because first character is numeric.

(b.) Invalid because one of the characters is '/'.

(d.) Invalid because length > 8.

View solution in original post

1 REPLY 1
vellad
Obsidian | Level 7

The question asks which of the 4 is valid. Only (c.) is valid.

(a.) Invalid because first character is numeric.

(b.) Invalid because one of the characters is '/'.

(d.) Invalid because length > 8.

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
  • 1 reply
  • 1777 views
  • 3 likes
  • 2 in conversation