M204.1674: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>s)
 
Line 1: Line 1:
{{Template:M204.1674 skeleton}}
{{Template:M204.1674 skeleton}}
<P>
<P>
A %variable was provided as a file name in an OPEN, POSITION, READ, or CLOSE statement. The value of the %variable was null when the statement was executed. The statement sets the $STATUS value to 2. </P>
A %variable was provided as a file name in an <var>Open</var>, <var>Position</var>, <var>Read</var>, or <var>Close</var> statement. The value of the %variable was null when the statement was executed. The statement sets the <var>$Status</var> value to 2. </P>
<p>
<p>
<b>Response:</b> Assign a valid file name to the %variable. Retry the request. </p>
<b>Response:</b> Assign a valid file name to the %variable. Retry the request. </p>
{{Template:M204.1674 footer}}
{{Template:M204.1674 footer}}
<!-- skeleton as it was in pdf/FILE NAME CANNOT BE NULL /-->
<!-- skeleton as it was in pdf/FILE NAME CANNOT BE NULL /-->

Latest revision as of 02:00, 9 March 2018

M204.1674  File name cannot be null

A %variable was provided as a file name in an Open, Position, Read, or Close statement. The value of the %variable was null when the statement was executed. The statement sets the $Status value to 2.

Response: Assign a valid file name to the %variable. Retry the request.

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
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