BBjStoredProcedureData::getBBjProgram

Description

In BBj 18.00 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 Value

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

Example

rem 'Get the BBjStoredProcedureData object

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

See Also

BBjAPI

Object Variables

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