Chapter Contents |
Previous |
Next |
BYTE |
Category: | Character |
Syntax | |
Arguments | |
Details | |
Examples | |
See Also |
Syntax |
BYTE (n) |
Range: | 0-255 |
Details |
For EBCDIC collating sequences, n is between 0 and 255. For ASCII collating sequences, the characters that correspond to values between 0 and 127 represent the standard character set. Other ASCII characters that correspond to values between 128 and 255 are available on certain ASCII operating environments, but the information those characters represent varies from host environment.
Examples |
SAS Statements | Results | |
---|---|---|
ASCII | EBCDIC | |
x=byte(80); |
||
put x; |
P |
& |
See Also |
Functions:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.