Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-106
Class Transform
Description
This class implements the SCREEN COBOL TRANSFORM statement.
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