BBjTriggerData::getSize

Description

In BBj 11.0 and higher, this method returns the SIZ option's value.

Syntax

Return Value

Method

BBjNumber

getSize()

Parameters

None.

Return Value

The SIZ= Option from the Read/Extract Verb.

Remarks

None.

Example

rem 'Get the Trigger object from the BBj File System

td! = BBjAPI().getFileSystem().getTriggerData()

rem 'Get the SIZ value passed into the READ RECORD or EXTRACT call
siz = td!.getSize()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.