I keep getting this error and im not sure why
414 %LET _CLIENTTASKLABEL=;
415 %LET _CLIENTPROJECTPATH=;
416 %LET _CLIENTPROJECTNAME=;
417 %LET _SASPROGRAMFILE=;
418
419 ;*';*";*/;quit;run;
____
180ERROR 180-322: Statement is not valid or it is used out of proper order.
Probably a missing semicolon in your code above that. Share your entire log for better diagnosis.
Do you have any code set to automatically run before your programs, such as an autoexec or a run on startup for the project?
FYI...I had a colleague who was getting 180-322 on an Enterprise Guide submitted program right at line one for the auto submitted code ;*';*";*/;quit;run;. Reeza, your comment definitely helped. I suggested he check his autoexec and also if he had anything in the EG options to autosubmit code. He had the EG Program option checked to run some code before connecting to server that was causing the error. We added run; quit; to the end of that and it worked (it was a simple %let statement).
If you're running a program in EG and getting 180-322 on the first line of code, I'd definitely check any auto-submitted code.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.