Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-109
ProgramUnit Class
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 the following 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