Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-95
Class PicN
Method moveAll
Syntax
public void moveAll (String str)
Description
Equivalent to the SCREEN COBOL statement MOVE ALL string-literal TO
ws-item, where ws-item is a PIC N identifier.
Parameters
Method setSpaces
Syntax
public void setSpaces()
Description
Equivalent to the SCREEN COBOL statement MOVE SPACES TO ws-item, where
ws-item is a PIC N identifier.
Method setValue (PicN data)
Syntax
public void setValue (PicN data)
Description
Equivalent to the SCREEN COBOL statement MOVE ws-item-src TO
ws-item-dest, where both ws-item-src and ws-item-dest are PIC N
identifiers.
Parameters
Method setValue (PicX data)
Syntax
public void setValue (PicX data)
Description
Equivalent to the SCREEN COBOL statement MOVE ws-item-src TO
ws-item-dest, where ws-item-src is a PIC X identifier and ws-item-dest is
str
The string literal to be moved into this object
data
The data used to set the value of this object