Chapter Contents

Previous

Next
S370FPDw.d

S370FPDw.d


Reads packed data in IBM mainframe format

Category: Numeric


Syntax
Syntax Description
Details
Comparisons

Syntax

S370FPDw.d

Syntax Description

w
specifies the width of the input field.
Default: 1
Range: 1-16

d
optionally specifies the power of 10 by which to divide the value.
Range: 0-10


Details

Packed decimal data contain two digits per byte, but only one digit in the input field represents the sign. The last half of the last byte indicates the sign: a C or an F for positive numbers and a D for negative numbers.

Use S370FPDw.d to read packed decimal data from IBM mainframe files on other operating environments.


Comparisons


Chapter Contents

Previous

Next

Top of Page

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