As this macro is empty, it neither manipulates nor generates any data.
1 Code Block
MACRO DEFINITION
Explanation : This code block defines the `%AHGgetTempVname` macro with parameters `dsnname` and `vname`. The macro body is empty, meaning it contains no SAS statements to execute. It serves only as a macro declaration.
Copied!
%macro AHGgetTempVname(dsnname,vname);
%mend;
1
%macro AHGgetTempVname(dsnname,vname);
2
3
%mend;
This material is provided "as is" by We Are Cas. There are no warranties, expressed or implied, as to merchantability or fitness for a particular purpose regarding the materials or code contained herein. We Are Cas is not responsible for errors in this material as it now exists or will exist, nor does We Are Cas provide technical support for it.
SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. ® indicates USA registration. WeAreCAS is an independent community site and is not affiliated with SAS Institute Inc.
This site uses technical and analytical cookies to improve your experience.
Read more.