BBjCommandLineObject::isLoadOnly

Description

In BBj 4.0 and higher, this method returns whether the BBjCommandLineObject specifies load only mode.

Syntax

Return Value

Method

boolean

isLoadOnly()

Parameters

None.

Return Value

Returns whether the BBjCommandLineObject specifies load only mode (0 = Load only mode not specified, 1 = Load only mode specified).

Remarks

In a traditional BBj SCALL, this is specified as –LO<Load Only>.

Example

rem 'get and set Load Only flag

rem 'get CommandLine Object
myCMD! = BBjAPI().getConfig().getCurrentCommandLineObject()
myCmd!.setLoadOnly(1)
PRINT myCMD!.isLoadOnly()

See Also

BBjAPI

BBjConfig

BBjAPI::newBBjSession

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