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;