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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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