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

Hi,

 

I have already seen the following post on the SAS communities regarding this issue and othes as well, but none of the solutions are working for me:

https://communities.sas.com/t5/SAS-Stored-Processes/Batch-Process-Throwing-Error/m-p/188757/highligh...

 

This is the code which I am using:

"C:\Program Files\SAS93\x86\SASFoundation\9.3\sas.exe" –sysin   "C:\Users\pullarkd\Documents\Work\SAS Models\Models 1.5\SAS_Models_Macros.sas" -nosplash -icon

 

And this is the error I am getting -

Capture.PNG

 

Would be helpful if some can tell me where I am going wrong.

 

I am sure that the SAS code is accurate, since it runs and when I right click the code and select "Batch Submit", it works.

 

Thanks,

Deepthi

1 ACCEPTED SOLUTION

Accepted Solutions
TomKari
Onyx | Level 15

And as one more follow-up to the previous two, I've seen a LOT of problems from any code associated with SAS that has been edited in MS-Word. Word tends to use "pretty" punctuation symbols, which SAS doesn't recognize. In addition to the dashes, watch out for single and double quotes.

 

Tom

View solution in original post

4 REPLIES 4
JuanS_OCS
Amethyst | Level 16

Hi,

 

just a wild guess, but I can see a different "minus sign"on the sysin and the nosplash and icon parameters, which I could see many times on copy and paste from windows.

 

If you run this from the command line, try to type it by hand, replacing the "-" signs by your keyboard's "-" sign.

dpullarkat
Calcite | Level 5

Juan and Timmy,

 

Thanks for your suggestions, but it wasn't the hyphen or dash. Instead it was the quotes. I ended up replacing the double quotes with single quotes.

 

Thanks again!

Timmy2383
Lapis Lazuli | Level 10
I'm not as familiar with Windows installations, and maybe this is just a typo in the post, but is there a reason you're using the M-dash (long dash/hyphen) instead of the n-dash (single/short dash/hyphen) for the SYSIN option?
TomKari
Onyx | Level 15

And as one more follow-up to the previous two, I've seen a LOT of problems from any code associated with SAS that has been edited in MS-Word. Word tends to use "pretty" punctuation symbols, which SAS doesn't recognize. In addition to the dashes, watch out for single and double quotes.

 

Tom

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
  • 4 replies
  • 1008 views
  • 5 likes
  • 4 in conversation