MANAGED-FNC-PARAM-BY

Determines whether user-defined function parameters are passed BY VALUE or BY REFERENCE by default when compiled with JVMGEN.

Syntax:

>>-.---.-.--MANAGED-FNC-PARAM-BY"type"------------><
   +-/-+

Parameters:

type Determines the passing type. Must be one of VALUE or REFERENCE.

Properties:

Default: MANAGED-FNC-PARAM-BY"VALUE"
Phase: Syntax check
$SET: Initial

Comments:

BY REFERENCE is always the default for native COBOL compilations.