BookmarkSubscribeRSS Feed
Reeza
Super User

I have issues, where sometimes I submit a job and it'll error out, even though the code is fine. Hit submit again and everything runs fine.

Does anyone know why this occurs? And a workaround?

Desktop is SAS 9.2

Server is also 9.2

First time:

184  rsubmit;

NOTE: Remote submit to SERVER commencing.

506  proc sql;

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

507      select count(*) from MY_TABLE.TABLE;

         ------

         180

508  quit;

Second time:

186  rsubmit;

NOTE: Remote submit to SERVER  commencing.

509  proc sql;

510      select count(*) from MY_TABLE.TABLE;

511  quit;

NOTE: The PROCEDURE SQL printed page 1.

NOTE: PROCEDURE SQL used (Total process time):

      real time           6:21.47

      cpu time            0.03 seconds

1 REPLY 1
snoopy369
Barite | Level 11

Probably something from the previous submission hanging out (a missing semicolon, who knows?).

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 929 views
  • 0 likes
  • 2 in conversation