This SAS script creates two tables (males and females) and uses a macro to perform a frequency analysis (PROC FREQ) on these tables.
Interactive SAS macro that uses a series of windows to allow the user to spec...
This SAS macro, named `initlilly_setup`, initializes a SAS project environmen...
SAS macro to parse the SASAUTOS system option and extract the list of macro s...
SAS macro to configure GOPTIONS graphic options for generating files in GIF f...
Macro-program to decompose an absolute file path into file name and parent path.
Function-style macro that allows editing a list of space-delimited items by a...
Macro to write system and user environment variables to a SAS dataset.
This script uses a SAS macro to dynamically generate a distinct PDF report fo...
Macro to delete macros from the work.sasmacr catalog using a user-specified S...
SAS macro that deletes all observations from a table while preserving its str...
Macro-function that converts double quotes to single quotes in a character st...
Function-type macro that cleans a character string by removing option modifie...