M204.1973: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.1973 skeleton}}
{{Template:M204.1973 skeleton}}
<P>
<P>
A user has attempted to open a remote file that is a non-[[Transaction backout|TBO]] file. Non-TBO files may not be accessed remotely. </P>
A user has attempted to open a remote file that is a non-[[Transaction back out|TBO]] file. Non-TBO files may not be accessed remotely. </P>
<p><b>Response:</b> Code remote file specifications only against TBO files. </p>
<p><b>Response:</b> Code remote file specifications only against TBO files. </p>
<p><b>File manager response:</b> If remote access to the file is vital, consider changing the file to a TBO file. </p>
<p><b>File manager response:</b> If remote access to the file is vital, consider changing the file to a TBO file. </p>
{{Template:M204.1973 footer}}
{{Template:M204.1973 footer}}
<!-- skeleton as it was in pdf/NON-TBO REMOTE FILE /-->
<!-- skeleton as it was in pdf/NON-TBO REMOTE FILE /-->

Latest revision as of 23:25, 16 March 2018

M204.1973  Non-TBO remote file

A user has attempted to open a remote file that is a non-TBO file. Non-TBO files may not be accessed remotely.

Response: Code remote file specifications only against TBO files.

File manager response: If remote access to the file is vital, consider changing the file to a TBO file.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages