Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

EXPLICIT-CALL( ) Output explicit command call

EXPLICIT-CALL( ) outputs the type of call to a procedure. Here, TRUE means that the call was explicit (i.e. by a CALL-PROCEDURE, INCLUDE-PROCEDURE) and FALSE means an implicit call (e.g. when the call is made by a command in a procedure).

Result type: BOOLEAN

EXPLICIT-CALL( )