MSIR.0893 Doing a (type) cancel of Fast/Unload request (reqnum) -- (reason): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 3: Line 3:
The '''''type''''' indicates the type of cancellation being done: <tt>Hard</tt> means that the <var class="product">Fast/Unload</var> task is being immediately terminated; Soft means the request has not been started yet, or the <var class="product">Fast/Unload</var> task is being asked to terminate the request. The '''''reqnum''''' is simply a serial request number given to a request, and it can be matched to the request number on an MSIR.0890 message that was issued when the request was made. The '''''reason''''' should make the reason for the cancellation clear.
The '''''type''''' indicates the type of cancellation being done: <tt>Hard</tt> means that the <var class="product">Fast/Unload</var> task is being immediately terminated; Soft means the request has not been started yet, or the <var class="product">Fast/Unload</var> task is being asked to terminate the request. The '''''reqnum''''' is simply a serial request number given to a request, and it can be matched to the request number on an MSIR.0890 message that was issued when the request was made. The '''''reason''''' should make the reason for the cancellation clear.


{{Template:MSIR.0893 footer}}
[[Category:Sirius Mods messages]] [[Category:MSIR.0800 - MSIR.0999]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0800 - MSIR.0999]]

Revision as of 19:27, 12 July 2016

This message is issued when a Fast/Unload User Language Interface request is cancelled for any reason (such as its time limit expiring, or the requesting user being bumped).

The type indicates the type of cancellation being done: Hard means that the Fast/Unload task is being immediately terminated; Soft means the request has not been started yet, or the Fast/Unload task is being asked to terminate the request. The reqnum is simply a serial request number given to a request, and it can be matched to the request number on an MSIR.0890 message that was issued when the request was made. The reason should make the reason for the cancellation clear.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages