In a SAS IML program I am using there is a line of code that follows:
run Struct(subsets);
What does this statement do. Does it call a subroutine, R code ?????
Thanks
It calls the STRUCT subroutine in a SAS-distributed ListUtil package.
See also p. 8 of Wicklin (2017), "More Than Matrices: SAS/IML Software Supports New Data Structures"
View solution in original post
Thank You very Much
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates