BookmarkSubscribeRSS Feed
hk2013
Fluorite | Level 6

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;
                 ____
                  180

ERROR 180-322: Statement is not valid or it is used out of proper order.

3 REPLIES 3
ChrisHemedinger
Community Manager

Probably a missing semicolon in your code above that.  Share your entire log for better diagnosis.

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
Reeza
Super User

Do you have any code set to automatically run before your programs, such as an autoexec or a run on startup for the project?

bobpep212
Quartz | Level 8

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.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 3 replies
  • 2299 views
  • 3 likes
  • 4 in conversation