BBjStoredProcedureData::getBBjProgram

Description

In BBj 18.0 and higher, this method returns the name of the BBj program that opened the file via OPEN or SQLOPEN for the BBjStoredProcedureData instance.

Syntax

Return Value

Method

string

getBBjProgram()

Parameters

None.

Return Values

The name of the BBj program that opened the file via OPEN or SQLOPEN.

Remarks

None.

Example

rem 'Get the BBjStoredProcedureData object

data! = BBjAPI().getFileSystem().getStoredProcedureData()
program$ = data!.getBBjProgram()

See Also

BBjAPI

BBjStoredProcedureData

ObjectVariables

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