-default

Applies the CONNECTED attribute to array parameter descriptors by default.

When passing arguments to parameters without an explicit CONNECTED attribute, the compiler assumes the called parameter to be connected. If the caller argument is unconnected (discontiguous in memory), a dummy connected argument is created at the call point.

Syntax

-default connected|-dft conn

Dependencies

The NONCONNECTED attribute, when explicitly applied to parameter descriptors, overrides -default connected.