SAS Programming

DATA Step, Macro, Functions and more
BookmarkSubscribeRSS Feed
satya_asam
Calcite | Level 5

Hi I have sas script, given by our sas bi team.

I am new to SAS.

I need to execute that script take the output and need to store on db.

can you help me on that.

4 REPLIES 4
PeterClemmensen
Tourmaline | Level 20

If you are running Base SAS, press F3 🙂

satya_asam
Calcite | Level 5

Thanks for your quick response draycut.

as of now I have only sas script with me, which is given by our SAS team. and this script will run in some other machine.I am not aware of the machine. I have only hostname ,port & user credential to connect to that machine.

I need to develop a java application to get the output of the given sas script.

please help.

SASKiwi
PROC Star

You need to ask your SAS team: "what is the SAS command line I need to execute to run the SAS script in batch mode". Once they provide that you simply embed that in your Java application. Running a SAS application in batch is just like running an OS command. You will of course have to logon to the SAS server first to run the job.

 

Dealing with the output will be more complicated. What type of output is the script producing? Text, HTML or something else?

satya_asam
Calcite | Level 5

Is there any JAVA code snippet available to connect to SAS servers and executing the sas script?

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 4 replies
  • 2066 views
  • 0 likes
  • 3 in conversation