M204.2724: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 2: Line 2:


<p>
<p>
<b>Response:</b> Parameter <var>DELETE</var> has been used to compact a file with the [[Record level locking and concurrency control#Lock pending updates#Lock pending updates|lock pending updates]] feature disabled, and the run is not single-user (<code>NUSERS=1</code>). If no exclusive file enqueue is available, the compactor will not run.
<b>Response:</b> Parameter <var>DELETE</var> has been used to [[File_reorganization_and_table_compaction#Dynamic_data_compactor_for_Table_B|compact a file]] with the [[Record level locking and concurrency control#Lock pending updates#Lock pending updates|lock pending updates]] feature disabled, and the run is not single-user (<code>NUSERS=1</code>). If no exclusive file enqueue is available, the compactor will not run.
</p>
</p>
{{Template:M204.2724 footer}}
{{Template:M204.2724 footer}}
<!-- skeleton as it was in pdf/PARAMETER "DELETE" IS INDICATED FOR %F WITH NO LPU FEATURE ENABLED AND NOT A SINGLE USER RUN. AN EXCLUSIVE FILE ENQUE WILL BE REQUIRED./-->
<!-- skeleton as it was in pdf/PARAMETER "DELETE" IS INDICATED FOR %F WITH NO LPU FEATURE ENABLED AND NOT A SINGLE USER RUN. AN EXCLUSIVE FILE ENQUE WILL BE REQUIRED./-->

Latest revision as of 23:15, 20 March 2018

M204.2724  Parameter "DELETE" is indicated for file fileName with no LPU feature enabled and not a single user run. An exclusive file enqueue will be required.

Response: Parameter DELETE has been used to compact a file with the lock pending updates feature disabled, and the run is not single-user (NUSERS=1). If no exclusive file enqueue is available, the compactor will not run.

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

Back to list of messages