Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-96
Class PicX
a PIC N identifier. The PIC X identifier can contain a combination of double-byte and
single-byte characters.
Parameters
Method setValue (ScobolGroupType data)
Syntax
public void setValue (ScobolGroupType data)
Description
Equivalent to the SCREEN COBOL statement MOVE ws-group-item TO
ws-item-dest, where ws-group-item is a group item identifier and
ws-item-dest is a PIC N identifier.
Parameters
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 N identifier.
Parameters
Class PicX
Package
pathway.its
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.
data
The data used to set the value of this object
data
The data used to set the value of this object
data
The data used to set the value of this object