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.
-default connected|-dft conn
The NONCONNECTED attribute, when explicitly applied to parameter descriptors, overrides -default connected.