Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with macro

Status
Not open for further replies.

deanj2k1

Programmer
Joined
May 28, 2009
Messages
5
Location
GB
data Subjects;
set Subjects;
%let missvaluesw=%NMISS(of wheeze);
%let missvaluesc=%NMISS(of cough);
run;

returns the error:
Warning: apparant invocation of macro NMISS not resolved

does anyone know what the problem is?
 
There is no macro function NMISS. You could try to run that function in a %SYSFUNC() macro function. I don't think that you will get the results you want, but it may help you.

Klaz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top