Chapter Contents

Previous

Next
S370FZDTw.d

S370FZDTw.d



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

Category: Numeric
Alignment: left


Syntax
Syntax Description
Details
Comparisons
Examples

Syntax

S370FZDTw.d

Syntax Description

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

d
optionally specifies to multiply the number by 10d.


Details

Use S370FZDTw.d in other operating environments to write zoned decimal separate trailing-sign data in the same format as on an IBM mainframe computer.


Comparisons


Examples

y=put (x,s370fzdt4.); ;
put y $hex8.;

Values Results*
123
F1F2F34E
-123
F1F2F360
*The result is a hexadecimal representation of a binary number in zoned decimal format on an IBM mainframe computer. Each two hexadecimal digits correspond to one byte of binary data, and each byte corresponds to one column of the output field.


Chapter Contents

Previous

Next

Top of Page

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