BBjCommandLineObject::setQuiet

Description

In BBj 4.0 and higher, this method sets whether the BBjCommandLineObject specifies quiet mode.

Syntax

Return Value

Method

void

setQuiet(boolean tc)

Parameters

Variable

Description

tc

0 = Quiet mode not specified.

1 = Quiet mode specified.

Return Value

None.

Remarks

In a traditional BBj SCALL, this is specified as –q.

Example

rem 'get and set Quiet property

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

See Also

BBjAPI

BBjConfig

BBjAPI::newBBjSession

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