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-102
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)
str The string literal to be moved into this object
data The data used to set the value of this object