home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: bit.listserv.sas-l
- Path: sparky!uunet!munnari.oz.au!newsroom.utas.edu.au!tasman.cc.utas.edu.au!jmw
- From: jmw@tasman.cc.utas.edu.au (John Mark Williams)
- Subject: user-defined macro functions?
- Message-ID: <jmw.726368153@tasman>
- Sender: news@newsroom.utas.edu.au
- Organization: University of Tasmania, Australia.
- Date: Thu, 7 Jan 1993 00:55:53 GMT
- Lines: 19
-
- Hi all,
-
- Is is possible to write a user-defined function in SAS? Something that would
- operate like:
-
- %let x = %amacro;
-
- where amacro will return a value. Alternatively what about
-
- %amacro(x)
-
- where the value of x is altered within the macro and is available outside it.
-
- Many thanks,
- --
- John M Williams,
- School of Health Sciences, University of Tasmania
- J.M.Williams@med.utas.edu.au
-
-