M204.1967: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.1967 skeleton}}
{{Template:M204.1967 skeleton}}
<P>
<P>
An attempt has been made to access a remote file in an IFAM call such as IFOPEN or IFCLOSE. Remote files may not be accessed from IFAM. </P>
An attempt has been made to access a remote file in an IFAM call such as <var>[[IFOPEN_(HLI_function)|IFOPEN]]</var> or <var>[[IFCLOSE_(HLI_function)|IFCLOSE]]</var>. Remote files may not be accessed from IFAM. </P>
<p>
<p>
<b>Response:</b> If a remote file was inadvertently accessed, correct the HLI call. If access is required to the remote file, a SOUL application must be used. </p>
<b>Response:</b> If a remote file was inadvertently accessed, correct the HLI call. If access is required to the remote file, a SOUL application must be used. </p>
{{Template:M204.1967 footer}}
{{Template:M204.1967 footer}}
<!-- skeleton as it was in pdf/REMOTE ACCESS NOT ALLOWED FROM IFAM /-->
<!-- skeleton as it was in pdf/REMOTE ACCESS NOT ALLOWED FROM IFAM /-->

Latest revision as of 23:00, 16 March 2018

M204.1967  Remote access not allowed from IFAM

An attempt has been made to access a remote file in an IFAM call such as IFOPEN or IFCLOSE. Remote files may not be accessed from IFAM.

Response: If a remote file was inadvertently accessed, correct the HLI call. If access is required to the remote file, a SOUL application must be used.

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