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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Define Macro if version is less than v8

Status
Not open for further replies.

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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top