The PDTIME
w. informat reads packed decimal time values
that are contained in SMF and RMF records that are produced by IBM
mainframe systems and converts the values to SAS time values.
The general form of
a packed decimal time value in hexadecimal notation is 0
hhmmssF:
is a half byte that
contains all 0s.
is one byte that represents
two digits that correspond to hours.
is one byte that represents
two digits that correspond to minutes.
is one byte that represents
two digits that correspond to seconds.
is a half byte that
contains all 1s.
If a field contains
all 0s, PDTIME
w. treats it
as a missing value.
PDTIME
w. enables you to read packed decimal time values
from files that are created on an IBM mainframe on any operating environment.