Guest_imported
New member
- Jan 1, 1970
- 0
Hi all,
I solved the previous problem I posted. Now it seems, below SAS v7/8.. the macro SYSlPUT is not defined. Now, is there a way to do something like
if SAS Version < 8 then
define macro SYSLPUT
else
don't define
end if
John
I solved the previous problem I posted. Now it seems, below SAS v7/8.. the macro SYSlPUT is not defined. Now, is there a way to do something like
if SAS Version < 8 then
define macro SYSLPUT
else
don't define
end if
John