Chapter Contents |
Previous |
Next |
RMFDURw. |
Category: | Date and Time |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples | |
See Also |
Syntax |
RMFDURw. |
Requirement: | w must be 4 because packed decimal duration values in RMF records contain four bytes of information. |
Details |
The RMFDURw. informat reads the duration of RMF measurement intervals of RMF records that are produced as packed decimal data by IBM mainframe systems and converts them to SAS time values.
The general form of the duration interval data in an RMF record in hexadecimal notation is mmsstttF, where
Comparisons |
Examples |
input dura rmfdur4.;
Data Lines * | Results | |
---|---|---|
----+----1----+ |
||
3552226F | 2152.266 | |
*The data line is a hexadecimal representation of a binary duration value that is stored in packed decimal form as it would appear in an RMF record. Each byte occupies one column of the input field. The result is a SAS time value corresponding to 00:35:52.226. |
See Also |
Informats:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.