BookmarkSubscribeRSS Feed
Golumn
Calcite | Level 5

Hello,

I would like to do something as basic as creating a new character string variable using the SAS query builder wizard. Before, I would just create a variable using a data step within a program node, however in this particular case it would be beneficial to use the "query builder".

So far, the only options I see are to either re-define an existing variable within the available tables, or create an advanced expression using these existing variables. How does one go about creating a new variable?

Sincerely,

Golumn

2 REPLIES 2
stat_sas
Ammonite | Level 13

Hi,


Not sure, may be case statement will do the job.

Patrick
Opal | Level 21

You create a new variable with the advanced expression and you can use whatever expression you want. Whatever you add as advanced expression will then be on the left side of the generated SQL select statement.

<your advanced expression> <attributes> as <column name given>

Here an example:

Capture.PNG

Capture.PNG

Capture.PNG

Capture.PNG

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 2 replies
  • 1538 views
  • 0 likes
  • 3 in conversation