Published on :
Macro Documentation NON_APPLICABLE

Macro B for the Institute

This code is also available in: Deutsch Español Français
This block is integrated documentation for a SAS© macro. It provides a summary of the macro, instructions for its use, and a list of its parameters. The detailed content includes :
Summary:
Macro B for our glorious institute, it just misses the S.
Usage:
Like a macro
Parameters:
* input_1 = blabla
* input_2 = bleh
* input_3 = bluh
Other section:
More fancy text
Data Analysis

Type : NON_APPLICABLE


This code block is a documentation comment. No data operations are performed or defined here.

1 Code Block
Commentaire de documentation
Explanation :
This block is a multi-line Markdown-formatted comment describing a SAS macro. It contains information about the macro's summary, usage, and parameters. It is not executable SAS code but a form of inline documentation within the script.
Copied!
1/*~
2# Summary
3Macro B for out glorious institute, it just misses the S.
4 
5# Usage
6Like a macro
7 
8# Parameters
9* input_1 = blabla
10* input_2 = bleh
11* input_3 = bluh
12 
13# Some other heading
14More fancy text
15 
16~*/
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.