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

Hi All,

Is it possible to pass a calculated column into proc sql co-related query ? Something like this 

 

where  calculated daten in( select trtsdt from adam.adsl where (trtsdt ne .) and (trtsdt<= calculated daten <=trtsdt+10) )
group by usubjid

1 ACCEPTED SOLUTION

Accepted Solutions
PGStats
Opal | Level 21

To quote the documentation:

 

"CALCULATED enables you to use the results of an expression in the same SELECT clause or in the WHERE clause. It is valid only when used to refer to columns that are calculated in the immediate query expression."

[my underlining]

PG

View solution in original post

3 REPLIES 3
Reeza
Super User
What happens when you try it?
mkeintz
PROC Star

@Reeza wrote:
What happens when you try it?

... which is exactly what I would do if I had this question.

--------------------------
The hash OUTPUT method will overwrite a SAS data set, but not append. That can be costly. Consider voting for Add a HASH object method which would append a hash object to an existing SAS data set

Would enabling PROC SORT to simultaneously output multiple datasets be useful? Then vote for
Allow PROC SORT to output multiple datasets

--------------------------
PGStats
Opal | Level 21

To quote the documentation:

 

"CALCULATED enables you to use the results of an expression in the same SELECT clause or in the WHERE clause. It is valid only when used to refer to columns that are calculated in the immediate query expression."

[my underlining]

PG

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 630 views
  • 0 likes
  • 4 in conversation