M204.3020: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
Line 2: Line 2:
__NOTOC__
__NOTOC__
<p>
<p>
>** Replace this with an <b><i>explanation of the message</i></b>, such as the conditions causing it **<
This Informational Message provides the DDNAME, Dataset Name and several Dataset Characteristics of a successful Dynamic Dataset Allocation as
specified in the Dataset Definition.
</p>
<p>The following are used to describe the Dataset Allocation:</p>
 
<var>STATUS</var>
<p class="code"> NEW          The Allocation creates a new Dataset
OLD          An existing Dataset was Allocated. 
CONDitional  The Dataset was conditionally allocated as NEW if it did not exist previously. </p>
 
<var>CONTROL</var>
<p class="code">EXCLUSIVE    The Dataset can be accessed only by users of the Model204 Online in which it was allocated.
            Any data set allocated within a Model 204 Online is accessible to any Model 204 user in that Online
    irrespective of the SCOPE specified on the Definition of that Dataset.
SHARE        The Dataset is accessible by other jobs and users. </p>
 
<var>DISPOSITION</var>
<p class="code">CATALOG      An entry for this Dataset is created in the System Catalog.
NOCATALOG    An entry for this Dataset is not created in the System Catalog. </p>
 
<var>DATASET ORGANIZATION</var>
<p class="code">DIRECT      The Dataset Organization is DIRECT ACCESS.
KEYED        The file is KEYED SEQUENTIAL and can be accessed by key or in sequential order.
SEQUENTIAL  The Dataset Organization is PHYSICAL/SEQUENTIAL. </p>
 
<var>ACCESS METHOD</var>
<p class="code">
BSAM        The Dataset Access Method is SEQUENTIAL.
DAM          The Dataset Access Method is DIRECT.
VSAM        The Dataset Access Method is VSAM.
</p>
</p>
<p>
<p>
<b>Response:</b>
<b>Response:</b>
>** Replace this with a <b><i>description of the action</i></b> the customer should take **<
No action is necessary: This is an informational message
</p>
</p>
<p><b>Version introduced:</b>
<p><b>Version introduced:</b>
x.x
7.8
</p>
</p>
{{Template:M204.3020 footer}}
{{Template:M204.3020 footer}}
[[Category: Pending messages]]
[[Category: Pending messages]]

Revision as of 23:20, 26 June 2024

M204.3020  Successfully allocated Ddname Dsn Status Control Disposition Dsorg Access Method

This Informational Message provides the DDNAME, Dataset Name and several Dataset Characteristics of a successful Dynamic Dataset Allocation as specified in the Dataset Definition.

The following are used to describe the Dataset Allocation:

STATUS

NEW The Allocation creates a new Dataset OLD An existing Dataset was Allocated. CONDitional The Dataset was conditionally allocated as NEW if it did not exist previously.

CONTROL

EXCLUSIVE The Dataset can be accessed only by users of the Model204 Online in which it was allocated. Any data set allocated within a Model 204 Online is accessible to any Model 204 user in that Online irrespective of the SCOPE specified on the Definition of that Dataset. SHARE The Dataset is accessible by other jobs and users.

DISPOSITION

CATALOG An entry for this Dataset is created in the System Catalog. NOCATALOG An entry for this Dataset is not created in the System Catalog.

DATASET ORGANIZATION

DIRECT The Dataset Organization is DIRECT ACCESS. KEYED The file is KEYED SEQUENTIAL and can be accessed by key or in sequential order. SEQUENTIAL The Dataset Organization is PHYSICAL/SEQUENTIAL.

ACCESS METHOD

BSAM The Dataset Access Method is SEQUENTIAL. DAM The Dataset Access Method is DIRECT. VSAM The Dataset Access Method is VSAM.

Response: No action is necessary: This is an informational message

Version introduced: 7.8

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