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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 920 views
  • 0 likes
  • 4 in conversation