M204.0100: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.0100 skeleton}}
{{Template:M204.0100 skeleton}}
<P>FTBL contains entries pertaining to file groups, some of which are allocated at the time the files are open. XTBL contains procedure security information for a file. These tables are in use when files or groups are open. </P>
<P>[[Defining_the_runtime_environment_(CCAIN)#File_group_table_.28FTBL.29|FTBL]] contains entries pertaining to file groups, some of which are allocated at the time the files are open. [[Defining_the_runtime_environment_(CCAIN)#Procedure_security_table_.28XTBL.29|XTBL]] contains procedure security information for a file. These tables are in use when files or groups are open. </P>
<p><b>Response:</b> Close the necessary file(s) and/or groups before attempting to change FTBL or XTBL. </p>
<p><b>Response:</b> Close the necessary file(s) and/or groups before attempting to change FTBL or XTBL. </p>
{{Template:M204.0100 footer}}
{{Template:M204.0100 footer}}
<!-- skeleton as it was in pdf/FILES MUST BE CLOSED TO CHANGE XTBL /-->
<!-- skeleton as it was in pdf/FILES MUST BE CLOSED TO CHANGE XTBL /-->

Latest revision as of 18:21, 14 February 2018

M204.0100  Files must be closed to change XTBL

FTBL contains entries pertaining to file groups, some of which are allocated at the time the files are open. XTBL contains procedure security information for a file. These tables are in use when files or groups are open.

Response: Close the necessary file(s) and/or groups before attempting to change FTBL or XTBL.

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

Back to list of messages