Hi,
Iam trying to run the below code in SAS 94 region but getting falied. but successfully executing in SAS93 environmnet. please help for any options/suggestions ?
PROC IMPORT datafile="/fff/cccv/cc/Cdfffd.xlsx"
dbms=xlsx out=temp REPLACE;
sheet=excel;
GETNAMES=YES;
MIXED=YES;
RUN;
NOTE: The previous statement has been deleted.
30 sheet=excel;
31 GETNAMES=YES;
32 MIXED=YES;
_____
180
ERROR 180-322: Statement is not valid or it is used out of proper order.
Thanks @Ksharp , Yes i am using xlsx engine only.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.