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

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!

1 ACCEPTED SOLUTION

Accepted Solutions
lorgal
SAS Employee

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

View solution in original post

2 REPLIES 2
udo_sas
SAS Employee

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;

lorgal
SAS Employee

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