Reads an eight-byte time-of-day stamp.
| Category: | Date and Time |
input btime: $hex16.; y=input(btime, todstamp8.);
|
Data Line 1
|
Result
|
|---|---|
----+----1----+----2 |
|
B591183D5FB80000 |
1300786905 |
| 1The data line is a hexadecimal representation of a binary, 8-byte time-of-day clock value. Each byte occupies one column of the input field. The result is a SAS datetime value that corresponds to March 21, 2001, 09:41:45. | |