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-117
ProgramUnit Class
Description
This form is equivalent to this clause of the SCREEN COBOL TRANSFORM
statement:
[SELECT CODE FIELD [IS]
code-field
]
CODE
select-code
YIELDS
trans-rec-in
where the
select-code
value is specified as a working-storage item. This form
instantiates a ScobolType object as the
code-field
. This method is called once for
each
select-code
value in the YIELDS clause.
Parameters
ProgramUnit Class
The ProgramUnit class provides methods to perform actions that apply to a program
unit.
Class ProgramUnit
Package
pathway.its
Syntax
public abstract pathway.its.ProgramUnit
Description
This abstract class provides methods for these actions:
Setting the currency and decimal point symbols
Exiting and stopping a program
Obtaining a handle to an instance of the OverlayManager class
The Java representation of each SCREEN COBOL program unit must extend this
class.
selectCode The
select-code
value in the YIELDS clause, specified as a
working-storage item
outRec An array of ScobolType objects, each one corresponding to a
trans-rec-in
value in the YIELDS clause