Chapter Contents |
Previous |
Next |
BINARYw. |
Category: | Numeric |
Alignment: | left |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples |
Syntax |
BINARYw. |
Default: | 8 |
Range: | 1-64 |
Details |
The BINARYw. format writes any negative numbers as all 1s.
Comparisons |
Examples |
put @1 x binary8.;
Values | Results |
---|---|
----+----1 |
|
123.45 |
01111011 |
123 |
01111011 |
-123 |
10000101 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.