Sends a spooled file to another user on the same system or to a remote system on the network.
unsigned int CWB_ENTRY cwbOBJ_SendNetSplF( cwbOBJ_ObjHandle splFHandle, cwbOBJ_ParmHandle parmListHandle, cwbSV_ErrHandle errorHandle);
The following list shows common return values.
The equivalent of a send net spooled file (SNDNETSPLF) command will be issued against the spooled file. The following parameter key's MUST be set in the parmListHandl object:
Specifies user ID to send the spooled file to.
Specifies the remote system to send the spooled file to. "*NORMAL" is the default.
The following parameter key's may be set in the parmListHandle object:
Specifies the data format in which to transmit the spooled file. May be "*RCDDATA" or "*ALLDATA". "*RCDDATA" is the default.
Specifies the VM/MVS SYSOUT class for distributions sent to a VM host system or to an MVS™ host system. May be "A" to "Z" or "0" to "9". "A" is the default.
Specifies the queueing priority used for this spooled file when it is being routed through a snad network. May be "*NORMAL" or "*HIGH". "*NORMAL" is the default.