An internal error has occurred in module modname, when invoked by a CSD utility command.
Processing terminates abnormally with an operating system dump and abend code abcode.
The CSD utility attempts to:
See the description of abend code abcode for guidance.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, modname, abcode
The execution of a CSD utility command command completed successfully.
Normal processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, command
The CSD utility issued messages during syntax-checking and execution of the command command.
Normal utility processing continues to the end of the job.
Review the warning messages to see how they have affected utility processing. Then decide whether you need to submit a further CSD utility job.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, command
The CSD utility either found a syntax error in the utility command command, or the command command failed to execute correctly.
Utility command execution is terminated.
If commands are being read from a SYSIN data stream by the utility, subsequent commands (except LIST) are checked for syntax only. (If the primary CSD file cannot be opened, LIST is not processed either.)
If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
If the command failed because of syntax errors, correct the command.
If the command failed to execute correctly, this may have been caused by a previous error. In this case, an associated error message, such as DFHCA5275, should have been issued. Refer to these error messages for further guidance.
Correct all errors before trying to open the CSD file again.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, command
After the CSD utility program encounters an error, it ceases to execute any further commands read from a data stream (as opposed to supplied by a put-message exit routine). However, it continues to check the syntax of subsequent commands. The exception is the LIST command, which is still executed if the primary CSD file can be opened.
Subsequent CSD utility commands (except LIST) are ignored.
Check for a syntax error in the commands used, and correct it.
There should be associated error messages which identify the problem that caused DFHCSDUP to halt active processing. These messages should appear in the DFHCSDUP output before message DFHCA5104 is issued.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
If a syntax error (or an execution error) occurred in a command read from a data stream and processed earlier, no further commands (except for LIST commands) are executed. If the primary CSD file could not be opened, the LIST command is not executed either.
The CSD utility command is not executed.
Check for syntax errors or execution errors in commands processed earlier.
Correct the invalid commands.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, command
The CSD utility has completed input command processing.
Commands giving warnings may or may not have been executed successfully.
Normal processing continues to the end of the job.
If any CSD utility commands in error were executed, decide if the results are what you want.
If not, correct them and resubmit in another job.
If any commands were not executed, you must resubmit them. (See message DFHCA5108.)
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, ns, nw, ne
The CSD utility has completed input command processing. The number of commands not executed because of errors is indicated by nn.
Normal processing continues to the end of the job.
Correct the commands in error and resubmit them in another job.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, nn
The CSD utility job is complete.
Control returns to the invoker, that is, either to the operating system or to an invoking program.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, retcode
The value of the PARM parameter on the EXEC statement in the JCL to run the DFHCSDUP utility is incorrect.
The PARM parameter is ignored. The CSD is opened for read and write operations.
Correct the erroneous PARM value. The incorrect value can be found in the job control language used to execute DFHCSDUP.
The CICS® Operations and Utilities Guide describes how to code the PARM parameter.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The primary CSD file must be initialized before any CSD utility command (other than the INITIALIZE or SERVICE commands) can be processed. If a secondary CSD file is used, it must always be initialized before this command can be processed. CICS issues this message if you try to break either of these rules, or if an attempt to initialize a CSD file fails to complete successfully
The CSD utility ignores the command.
Initialize the CSD file. You may first have to determine why a previous initialization attempt failed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, csdtype
An INITIALIZE or a SERVICE command was encountered but the primary CSD file has already been initialized.
The INITIALIZE or SERVICE command is ignored.
Confirm that the correct CSD file was specified.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The CSD utility cannot initialize the CSD file because it has been defined to VSAM with an invalid key length.
The CSD file remains uninitialized, and no utility commands are processed.
Delete the CSD file, using VSAM Access Method Services (AMS). In the JCL defining the CSD cluster, change the AMS control statements to specify KEYS(22 0). Use this JCL to redefine the CSD file, and use the CSD utility to reinitialize it.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The CSD utility cannot initialize the CSD file, because it has been defined to VSAM with an invalid record length.
The CSD file remains uninitialized, and no utility commands are processed.
Delete the CSD file, using VSAM Access Method Services (AMS). In the JCL
defining the CSD cluster, change the AMS control statements to
specify RECORDSIZE(200 2000).
Use this JCL to redefine the CSD file,
and use the CSD utility to reinitialize it.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The VSAM data set specified in the JCL has been successfully opened, and is identified as the primary or secondary CSD file. (All utility commands processed will use the same primary CSD file. Different secondary CSD files may be accessed by different utility commands.)
Normal processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname
An I/O error occurred when reading or writing control records of the VSAM data set identified in the JCL as the primary or secondary CSD file.
The utility command is not executed.
Retry the utility command that failed. If the problem persists, restore the CSD file from your own backup procedures.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname
A VSAM error occurred when opening the data set identified in the JCL as a primary or secondary CSD file.
The utility command is not executed.
Refer to the VSAM diagnostics output in message DFHCA5179 for further information and guidance.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname
The VSAM data set used as the primary or secondary CSD file has been successfully closed, with control records updated if necessary. (The primary CSD file is closed after all the utility commands have been processed; the secondary CSD file is closed after the command for which it was opened.)
Normal processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname
A storage corruption is preventing the CSD control records from being updated when the CSD file is being closed.
No further CSD utility commands are processed.
Obtain a dump from DFHCSDUP together with a listing of the DFHCSDUP run and its JCL. Also try to obtain a print out of the CSD, using either IDCAMS or the DFHCSDUP LIST ALL option. The LIST will indicate where the errors have occurred because they do not print and are therefore easily identifiable.
Using the information available, determine the cause of the errors and correct them.
Resubmit the CSD utility commands that failed.
If you cannot resolve the problem, or if the problem persists, you will need further help from IBM. See CICS Problem Determination Guide for guidance on how to proceed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname
After processing the CSD utility commands, the CSD control records are updated before closing the data set.
Updating failed because data set ddname was full.
Utility command processing is terminated.
Initialize a new primary CSD file with a larger data set size. Then use the IDCAMS IMPORT and EXPORT commands to restore the CSD file onto a larger data set. If you have a recoverable CSD and you update it from CICS in RLS mode, there are extra steps required to ensure that any retained locks remain associated with the data set. These are explained in the CICS Recovery and Restart Guide.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname
An I/O error occurred when reading or writing the control records of the CSD file before closing VSAM data set ddname.
No further utility commands are executed.
Resubmit the utility commands that failed. If the problem persists, restore the CSD file from your own backup procedures.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname
A VSAM error occurred when closing the data set ddname in the JCL as the primary or secondary CSD file.
No further CSD utility commands are executed.
Refer to the VSAM diagnostics output in message DFHCA5179 for further information and guidance.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname
An attempt to open the CSD has returned an error from VSAM because the data set is not available for the type of processing requested.
This usually means that
The command is not executed.
You can change the access mode in which you are trying to open the CSD.
Alternatively, wait until the CSD file is no longer being accessed in the conflicting access mode, or until it becomes available again in accordance with the SHAREOPTIONS rules defined for the cluster.
If the conflict is due to SHAREOPTIONS and LIST is the only command you want to execute, you can specify PARM=CSD(READONLY).
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname
The DFHCICS module is missing from the library.
Processing of the INITIALIZE command is terminated.
Ensure that the DFHCICS module is present in the library.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The INITIALIZE command has created the header for an IBM-protected list.
Normal processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, listid
The INITIALIZE command has failed when calling the CSD manager routing program, DFHDMP, to create a new list listid on the CSD file for the IBM-protected groups. The CSD file may be full or corrupt.
Processing of the INITIALIZE command is terminated.
Check that the data set size for the CSD file is large enough. If it is not, allocate more space.
If there is ample space and you suspect that the CSD file is corrupt, you need further assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, listid
The CEDA transaction was used to create a list while the INITIALIZE command was executing.
Processing of the INITIALIZE command is terminated.
Redefine the data set and rerun the INITIALIZE command. The CEDA transaction must not be used until the initialization of the CSD file has been successfully completed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
A call to the CSD manager routing program, DFHDMP, to write the definition of group grpname to the CSD file as a member of an IBM-protected list listid created an error. The CSD file may be full or corrupt.
Processing of the INITIALIZE command is terminated.
Increase the data set size for the CSD file and repeat the INITIALIZE request. If this fails, you will need further assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, grpname, listid
A group definition grpname has been satisfactorily created on the CSD file in list listid.
Processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, grpname, listid
Group grpname already exists in list listid. CICS does not create a duplicate entry.
Normal utility processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, grpname, listid
The CSD utility detected a migrate of a TST TYPE=SHARED entry. A DFHTST TYPE=SHARED entry is not directly migrated. Only when a TYPE=REMOTE macro that specifies a SYSIDNT that matches a SYSID in the corresponding TYPE=SHARED macro is a TSMODEL created.
The CSD utility continues processing of the MIGRATE command.
If SYSID is explicitly specified on the EXEC CICS request, or added by a global user exit program, and the intent of the SYSID is to direct the request to a SHARED TS pool, you must use the migrated TST in order to satisfy the request to use the pool. See the CICS Resource Definition Guide for more information.
CSMT
DFHCSDUP
XMEOUT Parameters: date, time,applid, netname, tranid
CICS issued this message after migrating a CICS table. nn definitions of type xxxxxxxx have been created on the CSD file.
Normal utility processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, nn
The MIGRATE command failed when calling the CSD manager routing program, DFHDMP, to create a new group grpname on the CSD file for the data in the table being migrated. The CSD file may be full, corrupt, or not initialized. The group name may be invalid.
Processing of the MIGRATE command is terminated.
Check the group name in the TOGROUP parameter. Reinitialize the CSD file with the INITIALIZE command, providing a larger data set size if necessary.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, grpname
The list or group lgname cannot be used because an operation to update it, using the DFHCSDUP offline utility, failed to execute to completion.
This has probably happened in a previous execution of DFHCSDUP.
The command is not executed, and the execution of subsequent DFHCSDUP commands in the job stream is suppressed.
Use the DFHCSDUP VERIFY command to remove the in-flight flag detected when this message is produced.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, lgname
A new CSD group, grpname, has been created for the data in the table being migrated.
Migration continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, grpname
The list or group lgname cannot be used because a user of the CEDA or CEDB transaction has enforced a LOCK command to prevent updating by other users.
The command is not executed.
If commands are being read from a SYSIN data stream, subsequent commands (except the LIST command) are checked for syntax only. (If the primary CSD file cannot be opened, the LIST command is not processed either.)
If commands are being read from a get-command exit, the DFHCSDUP utility attempts to process subsequent commands.
Negotiate with the user with the specified OPID and APPLID, or create a new group or list by taking a copy of the definitions in the locked one.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, lgname, applid, opid
The list or group lgname cannot be used because:
The command is not executed.
If commands are being read from a SYSIN data stream, subsequent commands (except the LIST command) are checked for syntax only. (If the primary CSD file cannot be opened, the LIST command is not processed either.)
If commands are being read from a get-command exit, the DFHCSDUP utility attempts to process subsequent commands.
Resubmit the utility job to retry the command that failed. Perform the subsequent commands that were suppressed.
If this fails to resolve the problem, run the DFHCSDUP VERIFY command to remove the in-flight flag detected when this message is produced.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, lgname, applid, opid
The name chosen for the target group (or list) duplicates that of an existing group or list on the CSD file.
Processing of the utility command is terminated.
Choose a different name for the target group.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, lgname, group-or-list
There is insufficient storage to satisfy a GETMAIN request for table table.
The system action depends on the table specified as follows:
Allocate additional storage. If your TCT assembly and link-editing is successful, the RDT should be in the library. The LD is in the load library of the supplied pregenerated CICS system.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, tabletype, table
A user attempted to add a definition to an IBM-supplied group or list (groups or lists beginning with DFH). This is not allowed.
The CSD utility does not create a definition.
Change the input command or TCT source data to name a target group or list whose name does not begin with DFH.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx
During the execution of an ALTER command containing a generic group name a matching group was found which is an IBM-supplied group and is protected.
The CSD utility does not alter the definition in the specified group.
None.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
netname,
tranid,
xxxxxxxx
The name of the migrated table entry, xxxxxxxx, matches the name of an IBM-supplied resource in IBM-protected group grpname, created by the INITIALIZE command.
CICS migrates this entry normally.
If necessary, rename the resource, using the CEDA transaction.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, tdqueue, xxxxxxxx, grpname
The properties of the resource defined in the user’s table entry are the same as those of the IBM-supplied resource of the same name contained in IBM-protected group grpname.
The entry for the user’s resource is not migrated.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, TDqueue, xxxxxxxx, grpname
The CSD utility has successfully added a resource definition to a group, where:
Normal utility processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname
After loading the table table, the migration routine
checks that the table being processed has been link-edited with the correct
AMODE and RMODE attributes. For migration purposes, DCTs, FCTs and TCTs must
be link-edited with AMODE(24) RMODE(24). RCTs must be link-edited with RMODE(24).
The MIGRATE command is not processed.
Relink the table with the correct attributes. For example,
when migrating a DCT to your CSD include the following statement in your DCT:
DFHDCT TYPE=(INITIAL,MIGRATE). For more information about migrating tables
to your CSD, refer to the CICS Resource Definition Guide.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, table
The CSD utility detected a CSD record with a matching key before adding the definition to the CSD file, where:
The CSD utility does not migrate the resource definition to the CSD file. (If it is a transaction, a generated profile is not created either.)
Use the CEDA transaction to define the resource with a unique name.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname
An error occurred when the CSD utility called DFHDMP to write the definition of the object object to the CSD file.
The CSD file may be full or corrupted.
resource is the type of resource.
If the CSD is full, the CSD utility issues message DFHCA5176, and then terminates with a return code of 12 in message DFHCA5109.
If the CSD is not full, the CSD utility terminates abnormally with message DFHCA5175, usually accompanied by one or more of the explanatory messages, DFHCA5177, DFHCA5178, and DFHCA5179.
Use the additional messages to determine the cause of the error and the appropriate user action required.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, object
The call to module DFHDMP has failed to construct a valid key for the record created on the CSD file because of an invalid character, or the resource name for the migrated table entry may be invalid. resource is the type of resource, and object is the name of the object.
A CSD record is not created for this definition. (If it is a transaction, a generated profile is not created either.)
Use the CEDA transaction to define the resource with a valid name.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, object
While processing a MIGRATE command, the CSD utility has detected that the CSECTs in table table are in the wrong order. Input to the linkage editor omitted a control statement to order the CSECTs.
The CSD utility does not process the MIGRATE command.
Use the IBM-supplied procedure, DFHAUPLK, to assemble and link-edit CICS tables. This procedure ensures the correct ordering of CSECTs within the tables.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, table
After loading the table table, the migration routine checks the VMNAME field in the DFHVM expansion of the data area following the load point. This message is produced if VMNAME is not that of a valid table.
The MIGRATE command is not processed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, table, tabletype
After loading the table table, the migration routine checks the VMVERS field in the DFHVM expansion of the data area following the load point. This field indicates the CICS release (rrr) for which the table was assembled, and is invalid for the CICS system (release sss) that is running.
The MIGRATE command is not processed.
Reassemble the table for the correct release of CICS.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, table, rrr, sss
This command requires the CSD to be opened for read-write access. Your job step specified read-only access for the CSD in the DFHCSDUP utility job stream.
This command is not executed.
If commands are being read from a SYSIN data stream, subsequent commands (except LIST) are checked for syntax only. (If the primary CSD file cannot be opened, LIST is not processed either.)
If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
Amend the JCL to specify ‘PARM=CSD(READWRITE)’.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An invocation of the CSD manager, DFHDMP, has resulted in an error. The name of the function that failed is function.
DFHCSDUP issues additional messages, then:
Ensure that you have set up your CSD file correctly. If you have migrated your CSD file from a previous release, note that you should have increased your block size to 500. If necessary, use the diagnostics in the additional messages.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, function
The VSAM data set containing the CSD file is full.
Execution of the CSD utility command is terminated.
If commands are being read from a SYSIN data stream, subsequent commands (except LIST commands) are checked for syntax only. (If the primary CSD file cannot be opened, the LIST command is not processed either.)
If commands are being read from a get-command exit, the DFHCSDUP utility attempts to process subsequent commands.
The DFHCSDUP utility leaves a system lock on the group being created at the time of failure. This lock prevents processing of the group by the CSD utility or the CEDA transaction.
First, use the DFHCSDUP VERIFY process to remove the system lock on the partly-created group. Normal RDO processing of the group should then be possible, enabling the group (or any unwanted definitions) to be deleted.
To recover the contents of the CSD file, define a larger data set and use the AMS REPRO command. Usually, you will be able to REPRO from the CSD file that became full. If you are unable to do this, use a backup copy.
If your CSD is a recoverable data set and you update it from CICS in RLS mode, there are additional steps to be taken when using REPRO to ensure that any retained locks remain associated with the data set. These are explained in the CICS Recovery and Restart Guide.
You may be able to transfer definitions from the CSD file that filled up by using the DFHCSDUP COPY command with the FROMCSD option.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An I/O error occurred when executing a READ or WRITE of a CSD record on the primary or secondary CSD file.
DFHCSDUP issues additional messages and terminates abnormally.
Restore the CSD file to a new data set from your own backup, or create the new CSD file by using the INITIALIZE, COPY, and APPEND commands to restore existing definitions.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An error occurred during execution of the CSD manager, DFHDMP, to access the primary or secondary CSD file.
DFHCSDUP issues additional messages and terminates abnormally.
See the VSAM diagnostics given in message DFHCA5179.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
VSAM returned the following diagnostics when an error occurred, where:
The CSD utility terminates command processing, and in some situations, produces an operating system dump.
For the meaning of the VSAM return and error codes, refer to the DFSMS/MVS V1R3 Macro Instructions for Data Sets manual.
When interpreting these diagnostics, ensure that the data set referenced in the JCL exists.
Check the following:
If DFHCSDUP specifies RLS access mode, a ‘record not found’ error could mean that the CSD has not been initialized.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, nn, ddd(yy), type
When the LIST command invoked DFHDMP to scan the objects on the CSD file, an error occurred during execution of the DFHDMP function.
The CSD utility terminates with an MVS abend 0325.
This error should be reported. You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, function, subfunction
The LIST command was executed with a generic group or list name, but no qualifying group or list exists on the CSD file.
Normal processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, group-or-list, xxxxxxxx
The LIST command or the DELETE command was executed using the name of a group or list that does not exist on the primary CSD file.
The LIST command or the DELETE command is not processed. Subsequent commands may still be processed.
Correct the LIST command or the DELETE command to use a valid group or list name.
If a CSD upgrade is being performed, no user action is required.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, group-or-list, xxxxxxxx
The LIST command or the DELETE command was executed using a group name that is already in use as a list name, or using a list name that is already in use as a group name.
The LIST command or the DELETE command is not processed. Subsequent commands may still be processed.
Correct the LIST command or the DELETE command to use a valid group or list name.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, group-or-list, xxxxxxxx, list-or-group
There has been an internal logic error in the DFHCSDUP utility program. The data in the back-translated output buffer is invalid. The length code may be out of range or the data fields in the wrong sequence. One or more of the data fields may be invalid.
The CSD utility terminates with an MVS abend 0326.
This error must be reported.
Obtain a dump from DFHCSDUP together with a listing of the DFHCSDUP run and its JCL. Also try to obtain a print out of the CSD, using either IDCAMS or the DFHCSDUP LIST ALL option. The LIST indicates where the error(s) have occurred because they do not print and are therefore easily identifiable.
You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
In executing a LIST command, the CSD utility has found a group or list header on the CSD file for which no corresponding group or list elements exist.
The utility continues to process the LIST command, but will not tabulate elements of the group or list named in the message.
Run the DFHCSDUP VERIFY utility.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, objects, grpname, listid
The CSD utility detected a locked resource that is not a group or list. The reason is that an interrupt or failure occurred during a CEDA transaction or a previous utility job. A lock had been created but not the associated group or list.
The utility continues normal processing of the VERIFY command.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource
The VERIFY command discovered that the resource was not available for the CEDA transaction or offline commands. The restriction on its availability, which was due to the failure of some previous command affecting it, has now been removed.
Normal processing of the VERIFY command continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, object-type, name
The VERIFY command has been processed successfully, and any internal locks associated with groups and lists on the CSD file have been removed.
Normal processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
There is insufficient storage available to load the service module progname, that is to be loaded and executed by DFHCSDUP.
Utility command execution is terminated.
If commands are being read from a SYSIN data stream, subsequent commands (except LIST commands) are checked for syntax only. (If the primary CSD file cannot be opened, the LIST command is not processed either.)
If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
Ensure that there is sufficient storage allocated to load module progname.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, progname
The service module progname has been loaded correctly. Execution of the module has started.
Normal processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, progname
Either the LEVEL parameter specified in the SERVICE command is wrong, or an incorrect version of the CSD file is being used as the secondary (input) CSD file.
The SERVICE command is not executed.
If commands are being read from a SYSIN data stream, subsequent commands (except LIST commands) are checked for syntax only. (If the primary CSD file cannot be opened, the LIST command is not processed either.)
If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
The SERVICE command may upgrade the service level of the CSD file only in increments of one. Check that the input CSD file is the intended one, and that the LEVEL parameter takes the value one higher than the current service level of the CSD file.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, ttt, sss
The LEVEL parameter specified in the SERVICE command is incompatible with the status of the service module progname being applied to the CSD file.
The SERVICE command is not executed.
If commands are being read from a SYSIN data stream, subsequent commands (except LIST commands) are checked for syntax only. (If the primary CSD file cannot be opened, the LIST command is not processed either.)
If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
Ensure that the service module progname, being applied, is correctly updated with the service fix supplied by IBM. (It should have been amended so as to be able to process SERVICE commands at the target level ttt.)
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, progname, ttt
The loaded service module is performing the required upgrade of the CSD file from service level sss to service level ttt.
Normal processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, sss, ttt
The loaded service program progname has run to completion. Control is being transferred back to the CSD offline utility program, DFHCSDUP.
Normal processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, progname
An I/O error has occurred on the specified CSD file.
The SERVICE command is terminated.
If commands are being read from a SYSIN data stream, subsequent commands (except LIST) are checked for syntax only. (If the primary CSD file cannot be opened, LIST is not processed either.)
If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
Retry the command, ensuring that a sufficiently large data set size is specified for the output (primary) CSD file.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The contents of a control record of the secondary input CSD are invalid.
The SERVICE command is terminated.
If commands are being read from a SYSIN data stream, subsequent commands (except LIST) are checked for syntax only. (If the primary CSD file cannot be opened, LIST is not processed either.)
If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
Check that the input and output data sets have been correctly defined, and that the DDNAME for the secondary CSD file in the JCL corresponds to the OLDCSD parameter in the SERVICE utility command.
If the problem persists, you will need further help from IBM. First, obtain a dump from DFHCSDUP together with a listing of the DFHCSDUP run and its JCL. Also try to obtain a printout of the CSD using either IDCAMS or the DFHCSDUP LIST ALL option. The LIST indicates where the errors have occurred because they do not print and are therefore easily identifiable. See CICS Problem Determination Guide for guidance on how to proceed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The specified modification to a record on the CSD file has taken place.
Normal processing continues. If the modified record is an element in a GROUP or LIST, its date-and-time field is updated when copied to the output (primary) CSD file.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource-type, resource-name, group-or-list,group-or-list-name
An unexpected value was found in one of the fields of a CSD record that was to be modified for element resource-name of type resource-type.
Normal processing continues, and the invalid record is left unchanged on the new (primary) CSD file.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource-type, resource-name, group-or-list,group-or-list-name
The utility found that the RDO language table had not been loaded correctly, or that it contained invalid data.
The utility terminates because it cannot process any commands.
Check that the correct version of the RDO language table (DFHEITSP) is in the program library.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The CSD utility does not recognize the command.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, command
The syntax of the command is incorrect.
The CSD utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, command
The syntax of the command was incorrect. Either a right parenthesis has been omitted or a keyword value in excess of 256 bytes has been specified.
The utility executes the command as if the right parenthesis was present.
Confirm that the correction applied by the utility generated the required command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxx
The keyword xxxx is not valid on this command.
The utility command is ignored.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxx
The option xxxx is incomplete, possibly because a value has been omitted.
The utility command is ignored.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxx
Option xxxx appears twice on a single utility command.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxx
The utility detected an input command coded with a value for option xxxxxxxx when no value was required.
The utility does not process the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx
The utility detected an input command coded with an invalid value for option xxxx.
The utility does not process the command.
Correct the value.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxx
The utility has detected an input command coded with a misplaced option delimiter x.
The utility does not process the command.
Place the delimiter correctly.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, x
An ambiguous DFHCSDUP or CREATE command has been specified.
The command is not executed. For DFHCSDUP, if commands are being read from a SYSIN data stream, subsequent commands (except LIST commands) are checked for syntax only. If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
Correct the command syntax and retry. See accompanying message DFHCA5213 for further details of the command failure.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, comptype, string
An ambiguous DFHCSDUP or CREATE command has been specified.
The command is not executed. For DFHCSDUP, if commands are being read from a SYSIN data stream, subsequent commands (except LIST commands) are checked for syntax only. If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
Correct the command syntax and retry.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, input, match1, match2
The utility has detected an input command coded with an obsolete keyword. The keyword specifies an option not valid for this release of CICS.
The utility ignores the keyword.
Confirm that the resulting utility command is correct for this release of CICS.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, keyword
A closing parenthesis was not added when a null value was specified for a keyword on an ALTER command. A closing parenthesis is automatically added for keyword values other than nulls.
The command is not executed. If commands are being read from a SYSIN data stream, subsequent commands (except LIST commands) are checked for syntax only. If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
Correct the command syntax and retry.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
A nonexistent resource of type restype and name resname, has been specified on an ALTER command.
The command is not executed. If commands are being read from a SYSIN data stream, subsequent commands (except LIST commands) are checked for syntax only. If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
Correct the command syntax and retry.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, restype, resname, group
A closing bracket has been omitted from the xxxx keyword
on a CREATE or DFHCSDUP DEFINE command.
The command is not executed.
Correct the command syntax and retry.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxx
During the execution of a generic ALTER command, the CSD batch update utility scans the CSD file for matches to the specified generic resource name and/or GROUP keyword. For every match, the utility processes the request and informs the user of the resulting resourcename and/or groupname respectively.
Normal processing continues.
None.
CSMT
DFHCSDUP
XMEOUT Parameters: date, time,applid, netname, tranid, Resourcetype, Resourcename, Groupname
The ALTER command was executed with a generic resource and/or group name, but no qualifying resource and/or group exist on the CSD file.
Normal processing continues.
None.
CSMT
DFHCSDUP
XMEOUT Parameters: date, time,applid, netname, tranid, Resourcetype, Resourcename, Groupname
The CSD utility found an INITIALIZE command after other commands.
The CSD utility ignores the command.
Confirm that the INITIALIZE command was misplaced.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx
A required keyword xxxxxxxx was omitted from a CSD utility command.
The utility ignores the command.
Specify keyword xxxxxxxx.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx
The syntax of the command is incorrect. Conflicting keywords have been specified.
The utility command is ignored.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, xxxxxxxx
A numeric value of operand was detected, which is outside the permitted range of values for the keyword keyword.
The command is not executed.
Correct the value.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, operand, keyword
This message is issued for one of the following reasons:
The CSD utility or CICS ignores the command.
Correct the name (or names) in error.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, xxxxxxxx
A CSD utility command used a generic name; that is, one containing asterisk (*) or plus sign (+) characters, in conjunction with an option that conflicted with the use of generic names.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx
The CSD utility detected an input command coded with more than one resource-type keyword.
The utility does not process the command.
Correct the command to refer to only one resource-type keyword.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The CSD utility detected an input command coded with a resource-type keyword (for example, PROGRAM, TRANSACTION) in a situation where a resource-type keyword is invalid.
The utility does not process the command.
Correct the command and resubmit.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx
The CSD utility detected the obsolete ERASE command in its input.
The utility processes the command as a DELETE command.
In future, use the DELETE command instead of the ERASE command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An attempt has been made to execute the MIGRATE command with an invalid table type and (or) an invalid keyword specified.
The CSD utility terminates.
Correct the command syntax and resubmit the job.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, tabletype
In a CSD utility MIGRATE command, the xxxxxxxx parameter contained an invalid table name or group name.
The utility does not process the command.
Resubmit with a valid table name or group name.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx
The CSD utility detected a TABLE parameter that referred to a CICS table type not supported by RDO.
RDO supports:
The utility does not process the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, tabletype
The CSD utility detected a command command in its input which is not supported by RDO.
The utility does not process the command.
Correct the command
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, command
A CSD utility EXTRACT command has been submitted. A GROUP or LIST name must be specified with an EXTRACT command.
The utility command is not executed. This message is followed by DFHCA5104.
Correct the invalid command by adding a valid GROUP or LIST name and rerun the utility job.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An EXTRACT user-exit program has been specified via the entry parameter list and on the USERPROGRAM keyword of the EXTRACT command.
The program specified on the USERPROGRAM keyword is used.
Ensure that the user program used is the one intended.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The environment adaptor GETCARD utility cannot read an input utility command.
The CSD utility terminates abnormally without processing the input commands.
Check that the utility commands are prepared correctly and located correctly in the JCL. Check also that the DD statement defining the output data set startup job stream is correct. For JCL examples, refer to the CICS Operations and Utilities Guide.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The CSD utility detected incorrectly formatted input in the SYSIN data stream.
The CSD utility cannot process any commands. The utility attempts to:
Ensure that the output data set data stream is formatted with fixed length 80-byte records.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The CSD utility detected an input command that was too long and extended over too many records.
The utility does not process the command.
This message may be caused by an error in the rejected command or in the preceding or subsequent commands in the input stream. Correct the commands in error.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
During the execution of a generic COPY command, the batch update utility found the argument of the TO parameter specified too many non contiguous asterisks.
Only one '*' is allowed in the TO parameter during the execution of a generic copy.
The utility rejects the command.
Correct the command.
SYSPRINT
DFHCSDUP
A resource definition existed in both source and target groups. Based on the CSD utility commands submitted, the utility has replaced the definition in the target group with that from the source group.
Normal utility processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname
The CSD utility has correctly copied a resource definition to the specified group, where:
Normal utility processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname
The CSD utility has detected a command that attempted to retrieve definitions from the non-existent group, grpname, in the CSD specified in DDNAME ddname.
The utility does not process the command.
Either correct the group name in the command, or make sure that the specified CSD file is the correct one.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, grpname, ddname
The CSD utility detected a command that attempted to add a definition to a group that already contained a definition of an object with the same name, where:
The CSD utility does not process the command.
Change the name in the command, or alter the name of the existing definition.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, object
The CSD utility detected an APPEND or REMOVE command that referred to a nonexistent list in the CSD file specified in DDNAME ddname.
The utility does not process the command.
Either correct the list name in the command, or make sure that the specified CSD file is the correct one.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, ddname
In executing a LIST command, the CSD utility has found a group header on the CSD file for which no group elements exist.
The CSD utility continues to process the LIST command, but will not list elements of the named group.
Run the DFHCSDUP VERIFY utility to verify the group.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, grpname
During the execution of a generic COPY command, the batch update utility found the length of the prefix of the generic group specified in the TO keyword to be greater than the length of the prefix of the generic GROUP keyword.
The utility ignores the command to prevent truncation of the TO group name.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
During the execution of a generic COPY command, the CSD batch update utility scans the CSD file for matches to the generic GROUP keyword. For every match, the utility resolves the generic TO keyword, and informs the user of the resulting grpname1 and grpname2 respectively.
Normal processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, grpname1, grpname2
CICS has found an unrecognized resource type code in a CSD record. The unrecognized code does not match any of the function codes in the language definition table. This can occur for one of the following reasons:
The resource is ignored and the operation continues.
Determine which of the possible reasons caused the error. If you can eliminate reasons 1 and 2, you can assume that reason 3 applies.
Take action corresponding to the reason you have established as follows:
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
During the execution of a generic COPY command, the batch update utility found the length of the suffix of the generic group specified in the TO keyword to be of different length than that of the suffix of the generic GROUP keyword.
The utility ignores the command to prevent ambiguity on the TO group name.
Correct the command.
SYSPRINT
DFHCSDUP
The CSD utility detected an attempt to migrate a TCT that either contains no RDO-supported terminal or sessions definitions, or whose TYPE=INITIAL entry specifies MIGRATE=COMPLETE.
The utility does not create any CSD definitions.
Check the TCT source code to see if it contains any RDO-supported definitions. If it does, ensure that it has been correctly assembled (MIGRATE=YES specified) and link-edited.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
During CSD utility processing, an internal error has occurred in the migration of a TCT. This is because of lack of storage for TYPETERM definitions.
The utility attempts to:
In any of the above cases, definitions that have already been migrated remain on the CSD.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
During CSD utility processing, an internal error has occurred in the migration of a TCT. This is because of abnormal data in the assembled table.
The utility attempts to:
Definitions that have already been migrated remain on the CSD. The MVS user abend code is 0308.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
During the migration of a TCT, the CSD utility could not define a resource object because the target group grpname was not available. The utility has issued a previous message indicating the reason.
The utility creates no definition for resource object. Normal utility processing continues.
Review the original message. If necessary, recode the TYPE=GROUP macro in the TCT source to name a suitable group.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, object, grpname
While migrating a TCT, the CSD utility found a terminal definition for which it could not create a corresponding TYPETERM definition.
The utility adds the terminal definition to the CSD file, but it refers to a TYPETERM that may be unsuitable for this device.
Use the CEDA transaction to define a suitable TYPETERM and alter the TERMINAL definition to refer to the new TYPETERM.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, termid
An error has been detected during the migration of a TCT. When migrating a session, DFHCSDUP checks that the associated CONNECTION has been defined successfully. If it has not, DFHCSDUP abnormally terminates the session definition.
The specified SESSIONS resource is not migrated to the CSD. DFHCSDUP continues with the migration of subsequent TCT entries.
Use the diagnostic information in the output listing from the MIGRATE utility to determine why the CONNECTION definition has failed. You can then use RDO to DEFINE the CONNECTION and the SESSIONS to the CSD.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, sessions
The CSD utility has successfully deleted a group or list from the primary CSD file.
Normal utility processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, group-or-list, xxxxxxxx
During CSD utility processing, an error in accessing the CSD file caused a delete operation to fail.
The utility does not process the DELETE command. The group or list to be deleted remains on the CSD file.
You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, group-or-list, xxxxxxxx
The CSD utility successfully deleted the named resource, where:
Normal utility processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname
The CSD utility detected an attempt to delete a resource which did not exist in the named group, where:
The utility does not process the DELETE command.
Check that you have coded the group and resource names correctly.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname
During the migration of an RCT, the CSD utility could not define the resource resource because the target group groupname was not available. The utility has already issued a message indicating the reason.
The utility creates no definition for the resource named object. Normal utility processing continues.
Review the original message. If necessary, recode the TYPE=GROUP macro in the RCT source to name a suitable group.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname
The REMOVE command being executed names a GROUP that is not a member of LIST listname.
The command is not executed.
If commands are being read from a SYSIN data stream, subsequent commands (except LIST commands) are checked for syntax only. (If the primary CSD file cannot be opened, the LIST command is not processed either.)
If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
Correct the command and resubmit a DFHCSDUP job to execute the failing command and any subsequent commands that were suppressed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, grpname, listname
The REMOVE command has successfully removed group grpname from LIST listname.
Normal execution continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, grpname, listname
The final group has been removed from list listname. The list has therefore been deleted.
Processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, list
The CSD utility has successfully loaded data from the named library member.
Normal utility processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx
The CSD utility has found an error in data loaded from the named library member.
The utility attempts to:
Obtain a dump containing the failing library member.
You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx
There is insufficient storage available to load the library member xxxxxxxx.
The utility terminates processing of the command that required access to the named library member.
Allocate a larger region size in the utility JCL and resubmit the job.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx
The CSD utility found an internal error in the data loaded while processing the indicated (truncated) UPGRADE, INITIALIZE, or MIGRATE command.
The CSD utility terminates abnormally.
You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxx, xxxx, xxxx
The CSD utility found an internal error in the data loaded while processing the indicated (truncated) UPGRADE, INITIALIZE, or MIGRATE command.
The utility attempts to:
You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxx, xxxx, xxxx
The CSD utility found an internal error in the data loaded while processing the indicated (truncated) UPGRADE, INITIALIZE, or MIGRATE command.
The utility attempts to:
You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxx, xxxx, xxxx
This message is issued during the processing of the indicated (truncated) command for one of the following reasons:
The system action depends on the reason the message is issued, as follows.
In ALL cases, all the definitions created by this command up to the point of failure remain on the CSD.
The user response depends on the reason the message is issued, as follows.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxx, xxxx, xxxx
A batch job has issued a CSD utility EXTRACT command. The EXTRACT command has been terminated because of a nonzero value in register 15 on return from a user exit program. Subsequent messages indicate any further problems encountered by the utility.
Execution of the utility command is terminated. This message is followed by DFHCA5104.
Determine the cause of the error detected by the user exit program, using the return code retcode provided and the relevant documentation of the user exit program.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, retcode
The GET-COMMAND exit has returned a value other than UERCNORM ('00'X) or UERCDONE ('04'X) indicating that the GET-COMMAND exit was unsuccessful.
Execution of the utility command is terminated.
Correct the operation of the GET-COMMAND user exit before re-running the utility. Consult the documentation or listing supplied with the user exit for information on how to diagnose and fix the problem.
SYSPRINT
DFHCAP
During a table tabtype migration for macro mactype, value is not supported. value has been migrated as newvalue.
The utility creates the definition for the resource with the changed value. Normal utility processing continues.
Review the object definition to ensure that the modified definition is acceptable.
SYSPRINT
DFHCSDUP
The DFHCSDUP migration utility could not define object in the group specified. The migration cannot continue.
The utility terminates the migration of the table.
Verify that the specified group is the correct group and review prior errors to determine why the migration utility could not create the definition in the group.
SYSPRINT
DFHCSDUP
The DFHCSDUP migration utility could not define object for the table item name. The migration continues.
During the migration of an RCT, the migration utility issues this message for all DB2TRAN definitions that refer to a DB2ENTRY definition that failed.
The utility continues the table migration without defining the object.
Correct the prior errors and manually define the skipped objects.
SYSPRINT
DFHCSDUP
CICS issues this message after migrating a CICS table. number definitions of type object were not migrated. See one or more DFHCA5292 messages issued prior to this message.
Utility processing continues.
Correct the prior errors and manually define the skipped objects.
SYSPRINT
DFHCSDUP
CICS issues this message if there are object-1 table definitions that have not been defined because the table was not defined correctly. object-1 table definitions must refer to a object-2 in the table.
The migration of the table ends.
Reassemble the table with the current release macro source.
SYSPRINT
DFHCSDUP
Multiple values were specified for TYPE=mactype parameter The migration of the tabtype table supports only one value.
The migration utility ignores the additional values. The migration continues.
Review the migrated definition to ensure that the new single value is acceptable.
SYSPRINT
DFHCSDUP
A keyword keyword, which is required in the command, has been omitted or was incorrectly specified. An earlier message identifies if the latter case is applicable.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, keyword
The value xxxxxxxx specified in a DEFINE or CREATE command has caused another value yyyyyyyy, which is not a normal default, to be assumed.
Normal utility processing continues.
Check that the resulting resource definition is acceptable. If you accept this default, no further action is required.
If the resultant default is not acceptable, you must decide whether to modify the definition, or to delete it and start again.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy
Two options, xxxxxxx and yyyyyyy, that are mutually exclusive have been specified.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy
Option xxxxxxx requires another value, yyyyyyy.
The utility ignores the command.
Specify yyyyyyy.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy
A DEFINE or CREATE TRANSACTION command for the message switching program, DFHMSP, has given it a TWASIZE of less than 528 bytes. If it is to be a definition for the CICS-supplied program of that name, it will not execute correctly.
Normal utility processing continues.
Check that the resulting resource definition is as you expect.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
A keyword or value has been specified that is not consistent with another.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy
A value has been specified that is not consistent with another. xxxxxxx must be greater than yyyyyyy.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy
A value has been specified that is not consistent with another. The value xxxxxxx must be less than or equal to yyyyyyy.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
netname,
tranid,
xxxxxxx,
yyyyyyy
Some values in DEFINE or CREATE commands must not be the same as the name of the resource. xxxxxxx must not have the same name as yyyyyyy.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy
CICS supplies standard programs and transactions whose names you should usually avoid.
Normal utility processing continues.
Check that the resulting resource definition is as you expect.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy
CICS supplies standard programs and transactions whose names you should usually avoid.
Normal utility processing continues.
Check that the resulting resource definition is as you expect.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy
CICS supplies standard programs and transactions whose naming conventions you should avoid.
Normal utility processing continues.
Check that the resulting resource definition is as you expect.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
Some keywords take pairs of values which are essentially maximum and minimum values.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx
The use of SESSNAME in a DEFINE or CREATE SESSIONS command means that a single-session, either for sending or receiving, is required.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
A DEFINE or CREATE TYPETERM command has AUTOPAGE(NO) and DEVICE(3270P) or DEVICE(LUTYPE3).
Normal utility processing continues.
Check that the resulting resource definition is as you expect.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
A DEFINE or CREATE TYPETERM command has a valid but obsolete DEVICE and SESSIONTYPE combination.
This DEVICE and SESSIONTYPE combination has been replaced by a simpler equivalent indicated by devtype.
Normal utility processing continues.
Check that the resulting resource definition is as you expect. The CICS Resource Definition Guide provides further information about device equivalents.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, devtype
In a SESSIONS definition, the prefix parameter (SENDPFX or RECEIVEPFX) is used to generate session names by adding numeric suffixes up to the corresponding count value (SENDCOUNT or RECEIVECOUNT). Since the session names cannot be longer than four characters, when the count of sessions exceeds 99 the prefix can only be one character.
The command is not executed.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, prefix
CICS supplies programs and transactions whose names you should usually avoid.
Normal utility processing continues.
Check that the resulting resource definition is as you expect.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx
All character values in CREATE and DFHCSDUP commands are subject to rules which, depending on the value, disallow certain characters.
The utility ignores the command.
Correct the command.
The CICS Resource Definition Guide provides further information about these rules under the individual attributes for the syntax of the DFHCSDUP command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, y
A DEFINE or CREATE TYPETERM command has a valid but obsolete DEVICE value which has been replaced by a simpler equivalent.
Normal utility processing continues.
Check that the resulting resource definition is as you expect.
The CICS Resource Definition Guide provides further information about these simpler equivalent devices.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx
A value yyyyyyyy has been specified for keyword xxxxxxxx which is not valid. It may for instance be non-numeric.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy
A character value in a DEFINE or CREATE command is too long.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx
DFHCSD has been defined in the CSD rather than in the SIT. This is not allowed.
The utility ignores the command.
Correct the command. Define DFHCSD in the SIT.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The routing of multiline maps or accumulated text to the console is not supported.
Normal processing continues.
Ensure that the unsupported console operations are disabled.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The value xxxxxxxx is not valid. The value yyyyyyyy has been assumed.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, yyyyyyyy
xxxxxxxx must have rows and columns specified.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx
CICS supplies standard programs which are not allowed to have remote attributes.
The command is ignored.
Correct the command by deleting the remote attributes from the program definition.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An invalid value has been supplied for the specified keyword.
The utility ignores the command.
Supply a valid keyword value and retry.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, keyword
Neither of the indicated keywords has been specified. When defining a resource, you must specify one of these keywords.
The utility ignores the command.
Supply one of the indicated keywords and retry.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, keyword, keyword
CICS supplies programs and transactions whose names you should usually avoid in resource definitions.
Normal utility processing continues.
Check that the resulting resource definition is as you expect.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, string
CICS supplies programs and transactions whose names you should usually avoid in resource definitions.
Normal utility processing continues.
Check that the resulting resource definition is as you expect.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, string
One of the specified values is zero and the other is nonzero. This is an invalid combination.
The utility ignores the command.
Ensure that a valid combination of ALTSCREEN rows and columns is specified. See the CICS Resource Definition Guide for details of valid combinations.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, ALTSCREEN
A value has been specified for keyword1 that is incompatible with the value for keyword2.
The utility assumes the default value for keyword1 and processes the command.
Ensure that the resulting resource definition is acceptable.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, keyword1, keyword2
When ALTERing the DEVICE in a TYPETERM resource definition, the batch update utility changes forced values that are incompatible with the new DEVICE. However, dependent default values are not changed, and may now be incompatible.
Normal utility processing continues.
Check that the resulting resource definition is as you expect. See the CICS Resource Definition Guide for more guidance.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The user specified a resource name resname for resource type restype which is reserved for use by CICS.
The utility ignores the command.
Specify a different resource name.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, restype, resname
keyword1 has been preceded by keyword2. However, keyword1 has been kept for compatibility reasons. After updating or creating the resource, the value specified for keyword1 has become inconsistent with the value specified for keyword2.
The resource is created or updated.
If sharing the resource with a back level release, ensure that the resulting resource definition is acceptable. Otherwise, ignore the message.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, keyword1, keyword2
A null value has been accepted for a send or receive prefix for an LU6.1 or MRO session. The default value '>' is supplied by CICS for send sessions and '<' for receive sessions. These values are the default prefixes for MRO session names. The use of these prefixes is allowed for LU6.1 sessions, but is not recommended if MRO session names with the same prefixes are in use, because duplicate names may occur if large numbers of sessions are defined.
CICS generates session names using these prefixes.
If this is an LU6.1 session, it is recommended that a different prefix should be chosen.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The resource resource has been given a name starting with the character x, which might be used for system-generated SESSIONS names.
The definition is created or updated.
Ensure there is no conflict with the name given to the resource and SESSIONS names.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, x
The name you have given to keyword keyword is not valid because the name begins with a reserved character or string such as "C" or "DFH".
The definition is not created.
Change the name of the keyword.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, keyword, string
A value has been specified that is not consistent with another. The value xxxxxxx is greater than value yyyyyyy. Value yyyyyyy takes precedence and overrides the higher value.
The definition is created or updated with the two values as specified.
Ensure that the two values are defined as you expect. You may decide to leave the values as specified and dynamically change the values online once the resource has been installed in the CICS system.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
xxxxxxx,
yyyyyyy
Two options, xxxxxxx and yyyyyyy, have been specified but the length of the respective operands must be the same.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
netname,
tranid,
xxxxxxx,
yyyyyyy
Two options, xxxxxxx and yyyyyyy, have been specified containing generic characters. The generic characters must be placed in the same position for both keywords.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
netname,
tranid,
xxxxxxx,
yyyyyyy
The options, xxxxxxx, must be specified as yyyyyyy because a previous option value was specified as generic.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
xxxxxxx,
yyyyyyy
The options specified conflict. If TYPE EJB is specified, the respective ejb-type options must be specified. The ejb-type attributes are BEANNAME and INTFACETYPE. Likewise, for TYPE CORBA, the corba-type attributes must be specified. These are MODULE and INTERFACE. For TYPE GENERIC, either attributes may be specified but they should be generic.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
xxxxxxx,
yyyyyyy
A value yyyyyyyy has been specified for keyword xxxxxxxx which is not valid. It may for instance be non-numeric.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
netname,
tranid,
xxxxxxx,
yyyyyyy
The options specified conflict. If CORBASERVER name is blank and the respective previous level attributes (OMGMODULE, OMGOPERATION, and OMGINTERFACE) are specified, the use of BEANNAME, MODULE, INTERFACE and OPERATION is not allowed. It is not possible to give a back level requestmodel definition new attributes. The old requestmodel must be discarded and redefined with the new attributes if it is required to be used on this level of CICS.
The utility ignores the command.
Correct the command. If this requestmodel is being maintained for a back level CICS system, specify only the attributes OMGMODULE, OMGOPERATION, OMGINTERFACE and TRANSID. However, to use an old requestmodel on this level of CICS, it must be discarded and redefined with the new attributes.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
xxxxxxx
The values specified for the two attributes must not be the same. For instance, SSLPORT number must be different from PORT number on CORBASERVER definitions.
The utility ignores the command.
Correct the command.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
xxxxxxx,
yyyyyyy
keyword1 has been specified with a value that is incompatible with the value for keyword2.
The utility changes keyword1 to set the default value and processes the command.
Ensure that the resulting resource definition is acceptable.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, keyword1, keyword2
keyword1 has been specified with a generic name containing wildcard characters (asterisks or plus signs). But this is only permitted when keyword2 is also specified as a generic name.
The utility ignores the command.
If it is required that keyword1 must be generic, ensure that keyword2 is also specified with a generic name.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
keyword1,
keyword2
The CIPHER attribute has been specified with an invalid value, value, which is not in the valid set of cipher values as indicated by list.
The utility ignores the command.
Ensure that you have defined a set of CIPHER values which are correct for this CICS address space.
CSMT
DFHCAP
XMEOUT Parameters:
date,
time,
applid,
value,
list
The named attribute field, field, starts with an invalid character, char. This is commonly caused by the field starting with an '*' which is not allowed.
The utility ignores the command.
Change the named attribute field to start with a permitted character.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, field, char
The Server URIMAP attribute field, field1 is within the set that returns a static response. This has forced the setting of field2. This is commonly caused by specifying MEDIATYPE, CHARACTERSET, HOSTCODEPAGE, TEMPLATENAME or HFSFILE with ANALYZER(YES) when ANALYZER(NO) is required.
The utility continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, field1, field2
There is insufficient storage to load module DFHCICS.
Processing of the INITIALIZE command is terminated.
Ensure that there is sufficient storage to load the DFHCICS module.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
Table table cannot be loaded.
The system action depends on the type of table.
Refer to the preceding MVS message which should specify the reason for the failure.
If your FCT or TCT assembly and link-editing is successful, the FCT or RDT should be in the library. The LD is in the load library of the supplied pregenerated CICS system.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, tabletype, table
Table table cannot be unloaded.
The system action depends on the type of table.
Refer to the preceding MVS message which should specify the reason for the failure.
If your FCT or TCT assembly and link-editing is successful, the FCT or RDT should be in the library. The LD is in the load library of the supplied pregenerated CICS system.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, tabletype, table
Table table cannot be located.
The system action depends on the type of table specified.
Determine the reason for the failure.
If your FCT, TCT or DCT assembly and link-editing is successful, the FCT, RDT or DCT should be in the library. The LD is in the load library of the supplied pregenerated CICS system.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, tabletype, table
DFHCSDUP was unable to obtain storage for table table.
DFHCSDUP cannot process the command.
If commands are being read from a SYSIN data stream, subsequent commands (except LIST) are checked for syntax only. (If the primary CSD file cannot be opened, LIST is not processed either.)
If commands are being read from a get-command exit, DFHCSDUP attempts to process subsequent commands.
Increase the region size and retry the command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, table
The call to module DFHDMP has failed to construct a valid key for the record created on the CSD file. This is because the group or list name contains an invalid character.
A CSD record is not created for this definition. (If it is a transaction, a generated profile is not created either.)
Use the CEDA transaction to define the resource with a valid name.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, object
The service module, progname, cannot be loaded due to insufficient storage.
Utility command execution is terminated. If commands are being read from a SYSIN data stream by the utility, subsequent commands are checked for syntax only.
Retry the utility command with an increased region size.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, progname
An I/O error has occurred on the secondary CSD file.
The SERVICE command is terminated. If commands are being read from a SYSIN data stream by the utility, subsequent commands are checked for syntax only.
Check that the input and output data sets have been correctly defined, and that the DDNAME for the secondary CSD file in the JCL corresponds to the FROMCSD parameter in the SERVICE utility command.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An I/O error has occurred on the secondary CSD file.
The SERVICE command is terminated. If commands are being read from a SYSIN data stream by the utility, subsequent commands are checked for syntax only.
Check that the input and output data sets have been correctly defined, and that the DDNAME for the secondary CSD file in the JCL corresponds to the FROMCSD parameter in the SERVICE utility command.
If the problem persists, try to obtain a print out of the CSD, using either IDCAMS or the DFHCSDUP LIST ALL option. The LIST indicates where errors have occurred because they will not print and are therefore easily identifiable.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An I/O error has occurred on the primary CSD file.
The SERVICE command is terminated. If commands are being read from a SYSIN data stream by the utility, subsequent commands are checked for syntax only.
Retry the command, ensuring that a sufficiently large data set is specified for the output (primary) CSD file.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
In a CSD utility MIGRATE command, the specified parameter contained an invalid table name or group name.
The utility does not process the command.
Resubmit the MIGRATE command with a valid table name or group name.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, parameter
A resource definition existed in both source and target groups. Based on the CSD utility commands submitted, the utility has replaced the resource definition in the target group.
Normal utility processing continues.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname
The member is not in the libraries named in the JCL.
The utility terminates processing of the command that required access to library member member.
Ensure that the member is correctly link-edited into the library and resubmit the job.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, member
DFHCSDUP could not load library member member.
The utility terminates processing of the command that required access to the library member.
Ensure that the member is correctly link-edited into the library and resubmit the job.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, member
The record-type field of an input CSD record is invalid.
The SERVICE command is terminated. If commands are being read from a SYSIN data stream by the utility, subsequent commands are checked for syntax only.
Check that the input and output data sets have been correctly defined, and that the DDNAME for the secondary CSD file in the JCL corresponds to the FROMCSD parameter in the SERVICE utility command.
If the problem persists, try to obtain a print out of the CSD, using either IDCAMS or the DFHCSDUP LIST ALL option. The LIST indicates where errors have occurred because they will not print and are therefore easily identifiable.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An attention interrupt has been requested while DFHCSDUP is executing in a TSO environment.
Normal utility processing continues.
Control is passed to a put-message exit if one has been specified on the extended entry linkage. Refer to the CICS Customization Guide for more information about put-message exits.
None.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
A value of the PAGESIZE parameter outside the allowed range (4-9999) has been specified.
The default value of 60 lines per page is taken.
Ensure that a valid PAGESIZE value is specified in future.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
The specified user-exit routine has returned a disallowed return code.
Processing of the utility command is terminated. The exit is not disabled.
Investigate the specified exit routine for the cause of the return code.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid, ret-code, exit
The put-message exit routine has returned a disallowed return code.
Processing of the utility command is terminated and the put-message exit is disabled.
Investigate the put-message exit routine for the cause of the return code.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An abend has occurred during DFHCSDUP processing. The secondary CSD has been closed during post-ABEND cleanup processing.
Processing of the utility command is terminated.
Refer to prior messages for further information regarding this problem.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An abend has occurred during DFHCSDUP processing. The primary CSD has been closed during post-ABEND cleanup processing.
Processing of the utility command is terminated.
Refer to prior messages for further information regarding this problem.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
An abend has occurred during the processing of an EXTRACT command. The extract exit program specified on the USERPROGRAM keyword of the EXTRACT utility command has been unloaded during post-ABEND cleanup processing.
The EXTRACT command is terminated.
Refer to prior messages for further information regarding the problem.
CSMT
DFHCAP
XMEOUT Parameters: date, time,applid, netname, tranid
While performing a SCAN command, the named resource type was not found in the CSD file on any of the IBM supplied groups. Note that compatibility groups are not used for the SCAN command.
The utility continues.
None.
CSMT
DFHCSDUP
XMEOUT Parameters:
date,
time,
applid,
resourcetype,
resourcename
While performing a SCAN command, the resource resourcetype name resourcename was found in group groupname1 and it matches the IBM supplied definition in group groupname2.
The utility continues.
None.
CSMT
DFHCSDUP
XMEOUT Parameters:
date,
time,
applid,
resourcetype,
resourcename,
groupname1,
groupname2
While performing a SCAN command, the resource resourcetype name resourcename was found in group groupname1 and it does not match the IBM supplied definition in group groupname2.
The utility continues.
None.
CSMT
DFHCSDUP
XMEOUT Parameters:
date,
time,
applid,
resourcetype,
resourcename,
groupname1,
groupname2
While performing a SCAN command, the resource resourcetype name resourcename was found in group groupname. No IBM supplied definition was found to perform a compare against.
The utility continues.
None.
CSMT
DFHCSDUP
XMEOUT Parameters:
date,
time,
applid,
resourcetype,
resourcename,
groupname
While performing a SCAN command, the resource resourcetype name resourcename was not found in any user groups.
The utility continues.
None.
CSMT
DFHCSDUP
XMEOUT Parameters:
date,
time,
applid,
resourcetype,
resourcename