Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-78
Class Pic9V
Method setZeroes
Syntax
public void setZeroes()
Description
Equivalent to the SCREEN COBOL statement MOVE ZEROS TO data-name-1,
where data-name-1 is this object.
Class Pic9V
Package
pathway.its
Syntax
public pathway.its.Pic9V extends ScobolType
Description
This class is the Java representation of the SCREEN COBOL numeric real data types
(both computational and display). SCREEN COBOL numeric real data types are those
that are described by the PIC 9V clauses.
Member Summary
Constructor
Pic9V()
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