Specifies the location in program storage that contains the message to be sent.
Either a register that points to the message text or the symbolic name of the area that contains the message text.
Specifies the length, in bytes, of the message text.
A register that contains the length of the message, the symbolic name of a user-defined field that contains the length, or an absolute expression.
Specifies the destination receiving the message. The destination is a list of logical terminals or users defined during system generation.
A register that points to the destination ID, the symbolic name of a user-defined field that contains the ID, or the ID literal enclosed in quotation marks.
Specifies the user to receive the message. The user can be signed on to any terminal.
A register that points to the user ID or the symbolic name of a user-defined field that contains the ID.
Specifies the logical terminal to receive the message.
A register that points to the logical terminal ID, the symbolic name of a user-defined field that contains the ID, or the ID literal enclosed in quotation marks.
Specifies whether the system is to queue the message if the specified destination, user, or terminal is not currently being used.
(Default); The DC/UCF system sends the message immediately if the destination, user, or terminal is available, and does not queue the message for subsequent transmission if the destination, user, or terminal is not available.
Note: If ONLY is specified with the DESTID parameter, described above, the system sends the message to those users or terminals in the destination that are available. The sender is not aware of any unsuccessful transmissions.
The DC/UCF system sends the message immediately if the destination, user, or terminal is available, and queues the message for later transmission if the destination, user, or terminal is not available.
Specifies the location of the storage area in which the system builds the #SENDMSG parameter list.
(Default); is the symbolic name of the storage area in which the system builds the #SENDMSG parameter list.
A register that points to the area or the symbolic name of the area in which the system builds the #SENDMSG parameter list.
Specifies whether this #SENDMSG is conditional and under what conditions control should be returned to the issuing program.
(Default); specifies that the request is not conditional.
Specifies that control is returned if the #SENDMSG cannot be serviced for one or more of the reasons listed in condition.
Specifies conditions under which control is returned to the program. Multiple conditions must be enclosed in parentheses and separated by commas.
An I/O error occurred during processing.
The parameter list is invalid.
The specified message destination is not defined to the system.
Specifies the symbolic name of a routine to which control should be returned if the #SENDMSG request cannot be serviced because of an I/O error.
Specifies the symbolic name of a routine to which control should be returned if the #SENDMSG cannot be serviced because of an invalid parameter list.
Specifies the symbolic name of a routine to which control should be returned if the #SENDMSG cannot be serviced because the specified destination is undefined to the system.
Specifies the symbolic name of a routine to which control should be returned if a condition specified in the COND parameter occurs for which no other exit routine was coded.
|
Copyright © 2014 CA.
All rights reserved.
|
|