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-97
Class PicN
Class PicN
Package
pathway.its
Syntax
public pathway.its.PicN extends ScobolType
Description
This class is the Java representation of the SCREEN COBOL double-byte data types;
that is, those that are described by the PIC N clause.
Member Summary
Constructor
PicN()
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