CA Disk assigns a step completion condition code to every step. The code accompanies a message and indicates the circumstances under which the step finished. In most cases, this CA Disk-generated condition code is the best value for your installation. However, you can override these generated condition codes if your installation has special requirements. This override allows you to select the code that accompanies a message upon the completion of a step. These user-specified condition codes are optional.
Note: A similar option is available for those instances where NO CATALOG ENTRIES WERE FOUND exists when DSCL is searching for candidate data sets. For more information, see the sysparm CCDRESETn in the chapter "Sysparms."
To specify user condition codes, you must create a member in PARMLIB called CCSET. This member is not provided with the system, although a member called SAMPCSET is provided as a sample, and can be copied to create your initial CCSET. User condition codes are then specified by an entry in this member.
When using this option, several technical points must be kept in mind with respect to user condition code processing.
Each CCSET entry is composed of a message number, a state flag (O=override or N=no-override), and one of five possible condition codes. The message number is the first four positions followed by a blank. The next two positions consist of the state flag and a condition code respectively.
To add, change, or delete entries in the CCSET member, use your online editor or other conventional means for updating a PDS member in the following manner:
|
Field |
Meaning |
|
|
|---|---|---|---|
|
$FLG |
$FLG |
|
|
|
X |
BLANK |
|
|
|
y |
BATCH FLAG |
B BLANK |
display message under BATCH do not display message |
|
z |
TSO FLAG |
T BLANK |
display message under TSO do not display message |
In order to suppress the display of the notify message under BATCH or TSO processing, simply blank out the respective flag. If you want to suppress the display of the notify message under BATCH and TSO processing, blank out both flags.
'3179 OE'
The format for message number, state code, and condition code is shown in the following table:
|
Field |
Meaning |
|---|---|
|
MMMM |
message number |
|
B |
blank |
|
s |
state flag |
|
c |
condition code |
The valid entries for MMMMBsc are shown in the following table:
|
Field |
Possible Values |
|---|---|
|
MMMM |
any valid four-digit CA Disk message number |
|
B |
must be blank |
|
s |
O—override N—no-override
|
|
c |
G—0, good, successful completion I4, informational message R—8, resource error E—12, error occurred during CA Disk processing C—16, command error, DSCL command error detected |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|