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

Hi,
Were using SAS Enterprise Guide V 7.13 HF1 (7.100.3.5419) (64-bit)

I'm currently running a SAS program from SAS Enterprise Guide. I have external parameters I pass to it when I run it on Linux. The command looks like this:

 

sas -noterminal -batch -log simple_run.log -print simple_run.lst -sysparm "beg_dt=2500,end_dt=2" simple_run.sas

 

How do I pass external parameters for beg_dt and end_dt to my program from SAS Enterprise Guide?

1 ACCEPTED SOLUTION

Accepted Solutions
tomrvincent
Rhodochrosite | Level 12
Write them to a text file and then read them in within SAS.

View solution in original post

1 REPLY 1
tomrvincent
Rhodochrosite | Level 12
Write them to a text file and then read them in within SAS.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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