pcbType

The pcbType property defines the way the PCB is used on the host system.
EGL uses the pcbType property to determine the function of the PCB. The value for this property comes from the PCBKind enumeration:
DB
PCB is associated with a DL/I database.
GSAM
PCB is associated with a GSAM file.
TP
PCB is associated with transaction processing.
In the following example, the PCB is used for database processing:
pcbType = PCBKind.DB

For a complete example of a PCB record, see Example DL/I database.

Type: STRING


Feedback