Pathway/iTS Web Client Programming Manual (G06.24+)

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-90
Class PicN
Method setValue (String data)
Syntax
public void setValue (String data)
Description
Equivalent to the SCREEN COBOL statement MOVE string-literal TO
ws-item, where ws-item is a PIC 9V identifier.
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 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()
data
The data used to set the value of this object