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-114
Class Transform
Member Summary
Constructor
Transform()
Methods
Method Constructor (no select code field)
Syntax
public Transform (ScobolType[] inRec)
Description
This form instantiates an object to implement a TRANSFORM statement without the
SELECT CODE FIELD [IS] clause.
Parameters
Method Constructor (with select code field)
Syntax
public Transform (ScobolType[] inRec,
ScobolType selectCode,
int offset)
Description
This form instantiates an object to implement a TRANSFORM statement with the
SELECT CODE FIELD [IS] clause.
doTransform() Implements the TRANSFORM statement
yields() Equivalent to the YIELDS clause of the
TRANSFORM statement
inRec An array of ScobolType objects, each of which corresponds to
a working-storage item specified in
trans-rec-out
in the
TRANSFORM statement