Previous Topic: Uses of SUBSYS

Next Topic: Control Subsystems

Send Parameter Lists to the Subsystem

When a call is made to an NCL procedure using the SUBSYS facility, parameters are passed to that procedure. These parameters are passed in a list which can be in an old or a new format.

Note: For more information about the old parameter format, see the description of &CALL in the Network Control Language Reference Guide.

The new parameter list format is available for direct call-attach and is specified in the PARMLIST=NEW operand of the SUBSYS DEFINE command. The new format provides the following:

The PARMLIST format is described in the distributed macro, $NMNCPL.

Note: The new format PARMLIST is compatible with high-level languages that use standard IBM linkage conventions.