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"
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"
Thank You very Much
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.