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

Hi All,

  

I have created a Prompt to select a date range and assigned it to a program. I am now having trouble assigning the date prompts to the data Step.

 

Prompt.PNG

 

This is my data step

 

Data Work.CLK_Farmers_Assistance_Hotline;

Set CARTEL.Preagent_Telephony;

Keep Event_DT QUEUE_CD QUEUE Calls_entered_cnt calls_ANswered_CNT calls_abandoned_cnt Total_answer_tm;

Where QUEUE_CD in ('NAT_DRA' 'CLK_RUDA_DROUGHTASSIST')

 and EVENT_DT = '&Date_Range_Min' and EVENT_DT <='&Date_Range_Max';

Run;

 

 

I need to assign the date prompts to EVENT_DT.

 

 

I select dates from the prompt and when the rest of the code runs I get the following error.

 

37 and EVENT_DT = '&Date_Range_Min' and EVENT_DT <='&Date_Range_Max';

ERROR: WHERE clause operator requires compatible variables.

 

Have I used the correct code to use the selected dates form the prompt? What do i need to change it to if I haven't?

 

 Thanks in advance

 

 

 

 

 

 

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
DME790
Pyrite | Level 9

Fixed

 

Didn't realise I had left off the & in the code:

 

and EVENT_DT bewteen "&Date_Prompt_Min."d and "&Date_Prompt_Max."d;

 

works now

View solution in original post

1 REPLY 1
DME790
Pyrite | Level 9

Fixed

 

Didn't realise I had left off the & in the code:

 

and EVENT_DT bewteen "&Date_Prompt_Min."d and "&Date_Prompt_Max."d;

 

works now

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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