![]() Chapter Contents |
![]() Previous |
![]() Next |
| Comment |
| Valid: | anywhere |
| Category: | Log Control |
| Syntax | |
| Arguments | |
| Details | |
| Examples |
Syntax |
|
*message;
or /*message*/ |
| Range: | These comments can be any length. |
| Restriction: | These comments must be written as separate statements. |
| Restriction: | These comments cannot contain internal semicolons. |
| Details |
![[cautend]](../common/images/cautend.gif)
| Examples |
These examples illustrate the two types of comments:
*This code finds the number in the BY group;
*---------------------------------------* | This uses one comment statement | | to draw a box. | *---------------------------------------*;
input @1 name $20. /* last name */ @200 test 8. /* score test */ @50 age 3.; /* customer age */
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.