![]() Chapter Contents |
![]() Previous |
![]() Next |
| DM |
| Valid: | anywhere |
| Category: | Program Control |
Syntax |
| DM <window> 'command(s)' <window> <CONTINUE>; |
| Default: | If you omit the window name, SAS uses the Program Editor window as the default. |
| Details |
Execution occurs when the DM statement is submitted to SAS. This statement is useful for
| Examples |
dm 'color text cyan; color command red';
dm log 'clear; pgm; color numbers green' output;
dm 'caps on';
dm log 'clear' output;
dm 'af c=your-program' continue; data temp; . . . more SAS statements . . . run;
dm 'af c=your-program' continue; proc print data=temp; run;
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.