Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Java Import Package Reference
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
6-104
Class PicX
Syntax
public pathway.its.PicX extends ScobolType
Description
This class is the Java representation of the SCREEN COBOL alphanumeric data
types; that is, those that are described by the PIC X clause.
Member Summary
Constructor
PicX()
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