Cartesian Product in SAS
Posted on Oct 23, 2014 in Computer Science • Tagged with programming, SAS, Cartesian product
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
Suppose we have 2 variables x = ("a", "b", "c")
and y = (1, 2, 3)
,
and we want to create a dataset containing the Cartesian product of x …
Continue reading