Welcome to myCobol.ovh Monday, 29 September 2025, 06:15

zoned decimal data item
Category Syntax
Subject Cobol
An external decimal data item that is described implicitly or explicitly as USAGE DISPLAY and that contains a valid combination of PICTURE symbols 9, S, P, and V. The content of a zoned decimal data item is represented in characters 0 through 9, optionally with a sign. If the PICTURE string specifies a sign and the SIGN IS SEPARATE clause is specified, the sign is represented as characters + or -. If SIGN IS SEPARATE is not specified, the sign is one hexadecimal digit that overlays the first 4 bits of the sign position (leading or trailing).
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary