Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-66
Class Pic9P
Parameters
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 Pic9P
Package
pathway.its
Syntax
public pathway.its.Pic9P extends ScobolType
Description
This class is the Java representation of the SCREEN COBOL numeric (both
computational and display) data types having the P character-string symbol.
Member Summary
Constructor
Pic9P()
Abstract Method Implementation
data
The data used to set the value of this object
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