BookmarkSubscribeRSS Feed
Forecaster
Obsidian | Level 7
  1. Is it possible to access proc optlso in SAS/IML ?
  2. If yes, is it possible to provide few example from the documentation on SAS/IML ?

 

Thanks

3 REPLIES 3
Ksharp
Super User

I don't know what kind of product this proc optlso belong to.
But if you have license of it, you can invoke it in IML. I guess.
if you don't have its license, then you would be able to invoke it .

proc iml;
..........
submit;
proc optlso
......
endsub;
quit;


Rick_SAS
SAS Super FREQ

1. Yes

2. Yes, the SAS/IML documentation has examples. See the  chapter "Submitting SAS Statements," especially the section "Calling a Procedure."

 

If you prefer video to reading documentation, you can watch a short video "Calling SAS procedures fro mthe SAS/IML language."

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!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 3 replies
  • 909 views
  • 0 likes
  • 4 in conversation