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

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

Discussion stats
  • 4 replies
  • 866 views
  • 5 likes
  • 4 in conversation