Chapter Contents

Previous

Next
S370FZDTw.d

S370FZDTw.d



Reads zoned decimal separate trailing-sign data in IBM mainframe format

Category: Numeric


Syntax
Syntax Description
Details
Comparisons
Examples

Syntax

S370FZDTw.d

Syntax Description

w
specifies the width of the input field.
Default: 8
Range: 2-32

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


Details

Use S370FZDTw.d on other operating environments to read zoned decimal data from IBM mainframe files.


Comparisons


Examples

input @1 x s370fzdt4.; 

Data Lines* Results
----+----1

F1F2F34E
123
F1F2F360
-123
*The data line contains a hexadecimal representation of a binary number that is stored in zoned decimal format on an IBM mainframe operating environment. Each two hexadecimal digits correspond to one byte of binary data, and each byte corresponds to one column of the input field.


Chapter Contents

Previous

Next

Top of Page

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