1.

Write different ways to create micro variables in SAS Programming?

Answer»

The FOLLOWING are some WAYS to create macro variables: 

  • %LET
  • %Global
  • Call Symput
  • Proc SQL into clause
  • Macro Parameters


Discussion

No Comment Found