Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-54
Class Pic9
Class Pic9
Package
pathway.its
Syntax
public pathway.its.Pic9 extends ScobolType
Description
This class is the Java representation of the SCREEN COBOL numeric integer (both
computational and display) data types. SCREEN COBOL numeric integer data types
are those that are described by the PIC 9 clauses.
Member Summary
Constructor
Pic9()
Abstract Method Implementation
getHostLength() Returns the number of bytes required to store the
NonStop Kernel representation of the data
getHostValue() Returns the NonStop Kernel representation of the
data as a byte array
setHostValue() Updates the value of the object with the given byte
array