November 2009
Intermediate to advanced
332 pages
10h 8m
English
Read a character value that cannot be read with an existing SAS time informat or function to create a SAS time value.
| Featured Step | PROC FORMAT and DATA step |
| Featured Step Options and Statements | PICTURE format, INPUT and PUT functions |
Data set INCIDENTS has power supply information for five incidents. Character variables IN_NOTED and RESP_NOTED records the times each incident was noted and responded to. The time values are not stored in a way that can be read with a single time informat.
INCIDENTS Obs location type in_noted resp_noted 1 SW009A Surge 33.49 38.01 2 N0003Q Drop 9:13.69 12:15.02 3 ESE01C Transformer 8:00:00.33 10:21:06.43 4 NW503K ...
Read now
Unlock full access