![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Companion for the CMS Environment |
If you want to invoke SASMACROs directly from a command line:
%macro FILELIST/cmd parmbuff;
pgm;
submit "FILELIST &syspbuff;"
%mend;
You can then, for example, issue the following from the command line:
FILELIST * SAS A
SUBMIT /
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.