$$RESEND(MSGIEN,.ERROR) |
This routine re-transmits a message. It does this by
making a copy of the message, reusing all the original parameters. Then the
message is placed in the same outgoing queue.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
$$RESEND |
Output |
The function returns 1 on success, 0 on failure.
|
MSGIEN |
Input |
The IEN of the message that is to be sent from HLO
MESSAGES file( #778).
|
ERROR |
Output |
On failure, the function also returns an error
message.
|
|
$$REPROC(MSGIEN,.ERROR) |
This routine reprocesses a message by placing it on
the appropriate incoming queue.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
$$REPROC |
Output |
This function returns 1 on success, 0 on failure.
|
MSGIEN |
Input |
The IEN of the message that is to be sent from HLO
MESSAGES file( #778).
|
ERROR |
Output |
On failure, this function also returns an error
message.
|
|
$$SETPURGE(MSGIEN,TIME) |
This API can be used to reset the scheduled purge
date/time.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
$$SETPURGE |
Output |
This function returns 1 on success, 0 on failure.
|
MSGIEN |
Input |
The IEN of the message that is to be reprocessed from
HLO MESSAGES file (#778).
|
TIME |
Input |
Optional, date/time to which to set the purge time.
If not defined, defaults to NOW.
|
|