Can anyone specify how to define fields to read an SMF Time Stamp field? In the SMF Type 6 records there are two fields that contain the Entry Date and Time as an example and are described below:
Field Name Offset Length Format
SMF6TME 6 4 Binary
SMF6DTE 10 4 Packed
Trying to use the following, though not sure if the mixed field type can be combined:
FILE SMF06 VB(32756 32760)
JOB-ENTRY 6 8 P
ENT-TIME 4 P
ENT-DATE +4 4 P
Any insight appreciated thanks.
Duane