What does the expression mean in the following code:
alea=a-1;
do while(alea<a | alea>b);/*this one?*/
alea = rannor(-1)*s+mean ;
end;
SAS(R) 9.4 Language Reference: Concepts, Fourth Edition
Since you and many other find those abstract operators hard to under understand, I discourage the use of these.
But it is so much fun to write obscure code Linus! Actually I agree and normally use OR, AND and NOT as appropriate. The extra special fun part with the | operator is you might have meant || or vice versa.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.