mycsg.in
SAS
SASnR
Clinical Programming
CRFs
SDTM
ADaM
TFL
Tasks
Macros
QnA
Certification
Resources
Disclaimer
Contact Us
Training
Sign Up
Login
New or returning user — sign in with Google for instant login, no password needed.
Sign in with Google
Maybe later
Quiz title : Working with Macro Programs
Question 1 of 8
Which of the following is false?
A %MACRO statement must always be paired with a %MEND statement.
A macro definition can include macro variable references, but it cannot include SAS language statements.
Only macro language statements are checked for syntax errors when the macro is compiled.
Compiled macros are stored in a temporary SAS catalog by default.