The following SASMACRO submits a DATA step that uses the GETEXEC function to retrieve the value of the REXX variable DATALINE. It then prints the value of DATALINE in the SAS log. Note that the REXX ...
A SASMACRO is analogous to an XEDIT macro in its structure and invocation: A SASMACRO is a REXX program. It is submitted as part of a SAS program in the same way as any other global SAS statement. A ...