RunUnitCall Method (String)

MicroFocus.COBOL.RuntimeServices
Executes a program in the new run-unit with no parameters

Namespace:  MicroFocus.COBOL.RuntimeServices
Assembly:  MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax

public int Call(
	string program
)

Parameters

program
Type: SystemString

Return Value

Type: Int32

Implements

IRunUnitCall(String)
Exceptions

ExceptionCondition
ArgumentExceptionIf StopRun method has already been invoked.
Examples

myRunUnit.Call("ProgCounter");
See Also

Reference