*Copyright @ www.mycsg.in;


Macro functions - %SCAN, %INDEX, %LENGTH, and building variable lists

What are macro functions

%LENGTH - count characters in a macro variable value

%SCAN - extract words from a delimited string

Loop through a list using %SCAN and %DO %WHILE

%INDEX - locate text within a macro variable value

Building a dynamic variable list from a dataset

Key points to remember