![]() Chapter Contents |
![]() Previous |
![]() Next |
| PUT |
| Category: | Utility |
| Comparisons: | SAS Statement with limitations in SCL |
| Syntax | |
| Details | |
| Differences in PUT Statement Execution |
Syntax |
| PUT <<'character-string'> <variable-name<=>><object.attribute<=>>> | _ALL_; |
Type: Character
Type: Character
_ALL_Type: Character
| Details |
PUT supports dot notation for returning the value of
an object. Use the form
put object.attribute=;. For more information about dot notation, see Accessing Object Attributes and Methods With Dot Notation.
| Differences in PUT Statement Execution |
SCL supports only the forms of the PUT statement shown in "Syntax." You can combine these forms. For example:
PUT 'character-string' variable-name=;
For details about the PUT statement in the base SAS language, see SAS Language Reference: Dictionary .
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.