Has anyone had problems in Forecast Studio for Desktop with variables not appearing in the new project wizard during steps 3 and 4? When I select the dataset in Step 2 of the wizard, it shows that variables are present, but none of them are displayed in steps 3 or 4. I cannot proceed past step 4 without choosing a variable.
Thanks!
I recommend you check out this SAS note: http://support.sas.com/kb/19/872.html
Make sure your variable names do not include spaces.
Hope that helps!
-Lorrie
Hello -
Would you mind to run a PROC CONTENTS on your data set and publish the results?
Thanks,
Udo
Example: proc contents data=sashelp.air;run;
I recommend you check out this SAS note: http://support.sas.com/kb/19/872.html
Make sure your variable names do not include spaces.
Hope that helps!
-Lorrie
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.