Chapter Contents

Previous

Next
PIBw.d

PIBw.d



Reads positive integer-binary (fixed-point) values

Language element: informat
Category: numeric
Width range: 1 to 8
Default width: 1
Decimal range: 0 to 10
OpenVMS specifics: native integer-binary values; byte reversal


Syntax
Details
See Also

Syntax

PIBw.d

w
specifies the width of the input field.

d
optionally specifies the power of 10 by which to divide the input value. If you specify d, the PIBw.d informat divides the input value by the 10d value. SAS uses the d value even if the input data contain decimal points.


Details

Under OpenVMS, the PIB informat reads native integer-binary values. However, this informat ignores the negativity of data in twos-complement notation and reads it as positive. For more information about OpenVMS native fixed-point values, see Architecture Reference Manual for Alpha and Architecture Reference Manual for VAX.

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.