Standard Macro Header

Macro Name {name of macro}
Description {brief description}
Macro Parameters {parameters}
Programmer Name {WikiName}
Revision History {rev = ???}
Disclaimer {notes notes notes notes}

Example of macro call This is an example of a macro call. This is an example of a macro call. This is an example of a macro call. This is an example of a macro call.

Special Features This is an example of a macro call. This is an example of a macro call. This is an example of a macro call. This is an example of a macro call. This is an example of a macro call.

Called Macros This is an example of a macro call. This is an example of a macro call. This is an example of a macro call. This is an example of a macro call.

Section with calls to needed macros

For example %Let MacroDir = L:\BCU Macros\Macros; %include "&MacroDir\words.sas";

Macro call with fully specified parameters

For example %macro logistic(DSName=,Outcome=,Predictors=,ClassVar=,Quartiles=,Quad=Y,Out=,Print=N,Include=FP,Obs=Y,LL=N,HL=N);

Section with definitions of global macro variables :

For example %Global _ClassVar _ClassVariables _Error _Model;

Section with definitions of local macro variables :

For example %Local I J K Flag Testvar;

MacroHeaderForm edit

Macro Name TestMacroHeaderForm?
Description This macro does this and that and this and that.
Macro Parameters parameter
parameter
Programmer WikiName
Revision 11
Disclaimer None
Special Features Special Features Involved
Called Macros Blah
Topic revision: r2 - 16 Mar 2009 - 16:34:40 - CTSpediaAdmin
 
Copyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding CTSPedia? Send feedback