BookmarkSubscribeRSS Feed
Reeza
Super User

SAS is saying your input data set, called WANT in your code does not have the variables you're trying to use. 

 

Run a PROC CONTENTS on your data set to verify that you have the variables you need.

 

proc contents data=want;
run;

If the data set does not have the variables Lgoldprice and Lsilverprice, then there's no data to be used. Check the output in the results pane to see if the variables are present. 

 

 

You say there's no way to 'combine them'. What's them? What type of combination are you thinking of here?

From the code you've posted earlier your data set only has month so not sure where you're expecting the prices to come from. 

 

PGStats
Opal | Level 21

You should refer to the transformed data, not the original version.

PG
SystemsasdD2019
Calcite | Level 5

Sory ,my orijinal data (goldprice and silverprice)   in table WORK.IMPORT and OUTMONTH created in table WORK.WANT how can I  put  it them in one table , So I can apply my program PROC VARMA . 

SystemsasdD2019
Calcite | Level 5

thanks very much for your answer, but I think the data is unclear , I will send my details to be clear to you

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 18 replies
  • 2489 views
  • 0 likes
  • 5 in conversation