tag:blogger.com,1999:blog-10629375.post-55036766859822874732008-01-29T11:22:00.000-08:002008-01-29T11:31:23.160-08:00New Macro IN OperatorHas anyone gotten the new IN Macro operator to work? I just want to test it out and SAS Macro keeps coughing up an error that a character operand is found where a numeric operand is required.
According to the documentation, you can use the # character or the mnenomic IN. Their example is A#B C D E.
I am trying to test it with:
%macro test;
%if A#B C D E A %then %put it works;
%mend test;
%Stephenhttp://www.blogger.com/profile/01356803756509162192noreply@blogger.com6