DFHCAxxxx messages

DFHCA5100 S
date time applid netname tranid Severe error in module modname. Abend code: abcode
Explanation:

An internal error has occurred in module modname, when invoked by a CSD utility command.

System action:

Processing terminates abnormally with an operating system dump and abend code abcode.

The CSD utility attempts to:

  1. Close any files previously opened internally.
  2. Unload any extract exit routines that were dynamically loaded.
  3. Invoke the termination exit routine (if supplied).
  4. Return control to the invoker of the utility.
User response:

See the description of abend code abcode for guidance.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, modname, abcode

DFHCA5101 I
date time applid netname tranid command command executed successfully.
Explanation:

The execution of a CSD utility command command completed successfully.

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, command

DFHCA5102 I
date time applid netname tranid Warning message(s) issued while processing command command.
Explanation:

The CSD utility issued messages during syntax-checking and execution of the command command.

System action:

Normal utility processing continues to the end of the job.

User response:

Review the warning messages to see how they have affected utility processing. Then decide whether you need to submit a further CSD utility job.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, command

DFHCA5103 I
date time applid netname tranid Error(s) occurred while processing command command.
Explanation:

The CSD utility either found a syntax error in the utility command command, or the command command failed to execute correctly.

System action:

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.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, command

DFHCA5104 W
date time applid netname tranid Subsequent commands (except LIST) are not executed because of error(s) above.
Explanation:

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.

System action:

Subsequent CSD utility commands (except LIST) are ignored.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5105 W
date time applid netname tranid command command not executed because of previous error(s).
Explanation:

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.

System action:

The CSD utility command is not executed.

User response:

Check for syntax errors or execution errors in commands processed earlier.

Correct the invalid commands.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, command

DFHCA5107 I
date time applid netname tranid Commands executed successfully: ns Commands giving warning(s): nw Commands in error: ne
Explanation:

The CSD utility has completed input command processing.

Commands giving warnings may or may not have been executed successfully.

System action:

Normal processing continues to the end of the job.

User response:

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.)

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, ns, nw, ne

DFHCA5108 I
date time applid netname tranid Commands not executed after error(s): nn
Explanation:

The CSD utility has completed input command processing. The number of commands not executed because of errors is indicated by nn.

System action:

Normal processing continues to the end of the job.

User response:

Correct the commands in error and resubmit them in another job.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, nn

DFHCA5109 I
date time applid netname tranid End of DFHCSDUP utility job. Highest return code was: retcode
Explanation:

The CSD utility job is complete.

System action:

Control returns to the invoker, that is, either to the operating system or to an invoking program.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, retcode

DFHCA5110 W
date time applid netname tranid Error found in 'PARM=' parameter data on EXEC job step. This data is ignored.
Explanation:

The value of the PARM parameter on the EXEC statement in the JCL to run the DFHCSDUP utility is incorrect.

System action:

The PARM parameter is ignored. The CSD is opened for read and write operations.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5114 S
date time applid netname tranid The csdtype CSD has not been initialized. Command not executed.
Explanation:

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

System action:

The CSD utility ignores the command.

User response:

Initialize the CSD file. You may first have to determine why a previous initialization attempt failed.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, csdtype

DFHCA5115 S
date time applid netname tranid The primary CSD is already initialized. Command not executed.
Explanation:

An INITIALIZE or a SERVICE command was encountered but the primary CSD file has already been initialized.

System action:

The INITIALIZE or SERVICE command is ignored.

User response:

Confirm that the correct CSD file was specified.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5116 S
date time applid netname tranid The primary CSD has been defined with an invalid key length. Processing is terminated.
Explanation:

The CSD utility cannot initialize the CSD file because it has been defined to VSAM with an invalid key length.

System action:

The CSD file remains uninitialized, and no utility commands are processed.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5117 S
date time applid netname tranid The primary CSD has been defined with an invalid record size. Processing is terminated.
Explanation:

The CSD utility cannot initialize the CSD file, because it has been defined to VSAM with an invalid record length.

System action:

The CSD file remains uninitialized, and no utility commands are processed.

User response:

Delete the CSD file, using VSAM Access Method Services (AMS). In the JCL defining the CSD cluster, change the AMS control Start of changestatements to specify RECORDSIZE(200 2000).End of change Use this JCL to redefine the CSD file, and use the CSD utility to reinitialize it.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5120 I
date time applid netname tranid csdtype CSD opened; ddname: ddname
Explanation:

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.)

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname

DFHCA5121 S
date time applid netname tranid I/O error while opening csdtype CSD; ddname: ddname
Explanation:

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.

System action:

The utility command is not executed.

User response:

Retry the utility command that failed. If the problem persists, restore the CSD file from your own backup procedures.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname

DFHCA5122 S
date time applid netname tranid VSAM error while opening csdtype CSD; ddname: ddname
Explanation:

A VSAM error occurred when opening the data set identified in the JCL as a primary or secondary CSD file.

System action:

The utility command is not executed.

User response:

Refer to the VSAM diagnostics output in message DFHCA5179 for further information and guidance.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname

DFHCA5123 I
date time applid netname tranid csdtype CSD closed; ddname: ddname
Explanation:

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.)

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname

DFHCA5124 S
date time applid netname tranid Processing terminated. Corrupted csdtype CSD control record detected while closing CSD; ddname: ddname
Explanation:

A storage corruption is preventing the CSD control records from being updated when the CSD file is being closed.

System action:

No further CSD utility commands are processed.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname

DFHCA5125 S
date time applid netname tranid Error occurred while closing csdtype CSD. File is full; ddname: ddname
Explanation:

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.

System action:

Utility command processing is terminated.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname

DFHCA5126 S
date time applid netname tranid I/O error while closing csdtype CSD; ddname: ddname
Explanation:

An I/O error occurred when reading or writing the control records of the CSD file before closing VSAM data set ddname.

System action:

No further utility commands are executed.

User response:

Resubmit the utility commands that failed. If the problem persists, restore the CSD file from your own backup procedures.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname

DFHCA5127 S
date time applid netname tranid VSAM error while closing csdtype CSD; ddname: ddname
Explanation:

A VSAM error occurred when closing the data set ddname in the JCL as the primary or secondary CSD file.

System action:

No further CSD utility commands are executed.

User response:

Refer to the VSAM diagnostics output in message DFHCA5179 for further information and guidance.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname

DFHCA5128 S
date time applid netname tranid Processing terminated. csdtype CSD accessed by another user and could not be shared. ddname: ddname
Explanation:

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

System action:

The command is not executed.

User response:

You can change the access mode in which you are trying to open the CSD.

Note:
You must specify PARM=CSD(READONLY) if you wish to open a recoverable CSD in RLS access mode from the DFHCSDUP utility program.

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).

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, csdtype, ddname

DFHCA5130 E
date time applid netname tranid Unable to locate module DFHCICS. Primary CSD not initialized.
Explanation:

The DFHCICS module is missing from the library.

System action:

Processing of the INITIALIZE command is terminated.

User response:

Ensure that the DFHCICS module is present in the library.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5131 I
date time applid netname tranid List listid created.
Explanation:

The INITIALIZE command has created the header for an IBM-protected list.

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, listid

DFHCA5132 S
date time applid netname tranid Unable to create list listid
Explanation:

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.

System action:

Processing of the INITIALIZE command is terminated.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, listid

DFHCA5133 S
date time applid netname tranid CSD contains one or more lists. No lists may be present on the CSD when the INITIALIZE command is issued.
Explanation:

The CEDA transaction was used to create a list while the INITIALIZE command was executing.

System action:

Processing of the INITIALIZE command is terminated.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5134 S
date time applid netname tranid Error occurred while adding group grpname to list listid
Explanation:

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.

System action:

Processing of the INITIALIZE command is terminated.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, grpname, listid

DFHCA5135 I
date time applid netname tranid Group grpname added to list listid
Explanation:

A group definition grpname has been satisfactorily created on the CSD file in list listid.

System action:

Processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, grpname, listid

DFHCA5136 W
date time applid netname tranid Group grpname is already a member of list listid
Explanation:

Group grpname already exists in list listid. CICS does not create a duplicate entry.

System action:

Normal utility processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, grpname, listid

DFHCA5139 W
date time applid netname tranid Consider implications of migrating TYPE=SHARED entries.
Explanation:

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.

System action:

The CSD utility continues processing of the MIGRATE command.

User response:

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.

Destination:

CSMT

Modules:

DFHCSDUP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5140 I
date time applid netname tranid Total xxxxxxxx definitions created: nn
Explanation:

CICS issued this message after migrating a CICS table. nn definitions of type xxxxxxxx have been created on the CSD file.

System action:

Normal utility processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, nn

DFHCA5141 S
date time applid netname tranid Unable to create new group grpname
Explanation:

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.

System action:

Processing of the MIGRATE command is terminated.

User response:

Check the group name in the TOGROUP parameter. Reinitialize the CSD file with the INITIALIZE command, providing a larger data set size if necessary.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, grpname

DFHCA5142 E
date time applid netname tranid Command not executed. lgname was not updated because of a previous update failure.
Explanation:

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.

System action:

The command is not executed, and the execution of subsequent DFHCSDUP commands in the job stream is suppressed.

User response:

Use the DFHCSDUP VERIFY command to remove the in-flight flag detected when this message is produced.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, lgname

DFHCA5143 I
date time applid netname tranid Group grpname created.
Explanation:

A new CSD group, grpname, has been created for the data in the table being migrated.

System action:

Migration continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, grpname

DFHCA5145 E
date time applid netname tranid Command not executed. lgname has been locked by applid: applid opid: opid to prevent updating.
Explanation:

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.

System action:

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.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, lgname, applid, opid

DFHCA5146 E
date time applid netname tranid Command not executed. lgname is currently being updated by applid: applid opid: opid
Explanation:

The list or group lgname cannot be used because:

System action:

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.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, lgname, applid, opid

DFHCA5147 E
date time applid netname tranid Command not executed. lgname already exists as a group-or-list
Explanation:

The name chosen for the target group (or list) duplicates that of an existing group or list on the CSD file.

System action:

Processing of the utility command is terminated.

User response:

Choose a different name for the target group.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, lgname, group-or-list

DFHCA5148 E
date time applid netname tranid Unable to get storage for tabletype table named table
Explanation:

There is insufficient storage to satisfy a GETMAIN request for table table.

System action:

The system action depends on the table specified as follows:

LD (language definition table)
The CSD utility cannot process any commands, and terminates with a dump. The MVS user abend code is 0327.
FCT and RDT
The CSD utility cannot migrate the table, and terminates processing of the utility command.
User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, tabletype, table

DFHCA5149 E
date time applid netname tranid Command not executed. xxxxxxxx is IBM-protected.
Explanation:

A user attempted to add a definition to an IBM-supplied group or list (groups or lists beginning with DFH). This is not allowed.

System action:

The CSD utility does not create a definition.

User response:

Change the input command or TCT source data to name a target group or list whose name does not begin with DFH.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx

Start of changeDFHCA5151 IEnd of change
Start of changedate time applid netname tranid Resource not altered. xxxxxxxx is IBM-protected.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The CSD utility does not alter the definition in the specified group.

End of change
Start of change
User response:

None.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changenetname, End of changeStart of changetranid, End of changeStart of changexxxxxxxxEnd of change

DFHCA5155 W
date time applid netname tranid tdqueue xxxxxxxx has same name as an IBM-supplied definition in group grpname
Explanation:

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.

System action:

CICS migrates this entry normally.

User response:

If necessary, rename the resource, using the CEDA transaction.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, tdqueue, xxxxxxxx, grpname

DFHCA5156 W
date time applid netname tranid TDqueue xxxxxxxx did not migrate. Its properties match an IBM-supplied definition in group grpname
Explanation:

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.

System action:

The entry for the user’s resource is not migrated.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, TDqueue, xxxxxxxx, grpname

DFHCA5159 I
date time applid netname tranid resource object defined in group grpname
Explanation:

The CSD utility has successfully added a resource definition to a group, where:

System action:

Normal utility processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname

DFHCA5161 S
date time applid netname tranid Table table must be link-edited with AMODE(24) RMODE(24)
Explanation:

After loading the table table, Start of changethe 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).End of change

System action:

The MIGRATE command is not processed.

User response:

Relink the table with the correct attributes. Start of changeFor 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.End of change

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, table

DFHCA5164 W
date time applid netname tranid No definition of resource object created. This duplicates an existing definition in group grpname
Explanation:

The CSD utility detected a CSD record with a matching key before adding the definition to the CSD file, where:

System action:

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.)

User response:

Use the CEDA transaction to define the resource with a unique name.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname

DFHCA5165 S
date time applid netname tranid Processing is terminated. An error occurred while writing resource object to the CSD.
Explanation:

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.

System action:

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.

User response:

Use the additional messages to determine the cause of the error and the appropriate user action required.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, object

DFHCA5166 E
date time applid netname tranid Disallowed character in resource name object
Explanation:

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.

System action:

A CSD record is not created for this definition. (If it is a transaction, a generated profile is not created either.)

User response:

Use the CEDA transaction to define the resource with a valid name.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, object

DFHCA5167 S
date time applid netname tranid The CSECTs in table table have been link-edited in the wrong order.
Explanation:

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.

System action:

The CSD utility does not process the MIGRATE command.

User response:

Use the IBM-supplied procedure, DFHAUPLK, to assemble and link-edit CICS tables. This procedure ensures the correct ordering of CSECTs within the tables.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, table

DFHCA5168 S
date time applid netname tranid Table loaded from library member table is not a valid tabletype.
Explanation:

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.

System action:

The MIGRATE command is not processed.

User response:

  1. Ensure that the correct table is present in the library, and that the TABLE parameter of the MIGRATE command is correct.
  2. Ensure that an ORDER statement was processed in the JCL of the link-editing of the table.
Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, table, tabletype

DFHCA5169 S
date time applid netname tranid Processing is terminated. Table table was assembled for CICS release rrr. Reassemble for release sss.
Explanation:

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.

System action:

The MIGRATE command is not processed.

User response:

Reassemble the table for the correct release of CICS.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, table, rrr, sss

DFHCA5174 S
date time applid netname tranid Processing is terminated. Command cannot be executed because 'PARM=CSD(READONLY)' was specified.
Explanation:

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.

System action:

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.

User response:

Amend the JCL to specify ‘PARM=CSD(READWRITE)’.

Note:
If the CSD is recoverable and you are accessing it in RLS mode, you cannot specify READWRITE access. In order to perform the command, you need to access the CSD in non-RLS mode.
Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5175 S
date time applid netname tranid Processing is terminated. Unexpected response from function in CSD manager.
Explanation:

An invocation of the CSD manager, DFHDMP, has resulted in an error. The name of the function that failed is function.

System action:

DFHCSDUP issues additional messages, then:

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, function

DFHCA5176 S
date time applid netname tranid Processing is terminated. CSD is full.
Explanation:

The VSAM data set containing the CSD file is full.

System action:

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.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5177 S
date time applid netname tranid Processing is terminated. CSD I/O error occurred.
Explanation:

An I/O error occurred when executing a READ or WRITE of a CSD record on the primary or secondary CSD file.

System action:

DFHCSDUP issues additional messages and terminates abnormally.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5178 S
date time applid netname tranid Processing is terminated. Severe CSD error occurred.
Explanation:

An error occurred during execution of the CSD manager, DFHDMP, to access the primary or secondary CSD file.

System action:

DFHCSDUP issues additional messages and terminates abnormally.

User response:

See the VSAM diagnostics given in message DFHCA5179.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5179 S
date time applid netname tranid VSAM error. Return code = nn Error code = ddd(yy) Control block type = type
Explanation:

VSAM returned the following diagnostics when an error occurred, where:

System action:

The CSD utility terminates command processing, and in some situations, produces an operating system dump.

User response:

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.

Note:
You must use non-RLS access mode to initialize a recoverable CSD.
Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, nn, ddd(yy), type

DFHCA5180 S
date time applid netname tranid Processing is terminated. Error occurred while CSD was being read by function subfunction
Explanation:

When the LIST command invoked DFHDMP to scan the objects on the CSD file, an error occurred during execution of the DFHDMP function.

System action:

The CSD utility terminates with an MVS abend 0325.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, function, subfunction

DFHCA5181 W
date time applid netname tranid No match found for generic group-or-list identifier xxxxxxxx
Explanation:

The LIST command was executed with a generic group or list name, but no qualifying group or list exists on the CSD file.

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, group-or-list, xxxxxxxx

DFHCA5182 W
date time applid netname tranid group-or-list xxxxxxxx does not exist.
Explanation:

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.

System action:

The LIST command or the DELETE command is not processed. Subsequent commands may still be processed.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, group-or-list, xxxxxxxx

DFHCA5183 W
date time applid netname tranid group-or-list xxxxxxxx exists as a list-or-group name.
Explanation:

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.

System action:

The LIST command or the DELETE command is not processed. Subsequent commands may still be processed.

User response:

Correct the LIST command or the DELETE command to use a valid group or list name.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, group-or-list, xxxxxxxx, list-or-group

DFHCA5184 S
date time applid netname tranid Processing is terminated. Invalid output from DFHPUP. Cannot format data for utility listing.
Explanation:

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.

System action:

The CSD utility terminates with an MVS abend 0326.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5186 W
date time applid netname tranid No objects defined in grpname listid
Explanation:

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.

System action:

The utility continues to process the LIST command, but will not tabulate elements of the group or list named in the message.

User response:

Run the DFHCSDUP VERIFY utility.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, objects, grpname, listid

DFHCA5187 I
date time applid netname tranid resource is locked, but is not the name of a group or list.
Explanation:

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.

System action:

The utility continues normal processing of the VERIFY command.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource

DFHCA5188 I
date time applid netname tranid object-type name is now available for use.
Explanation:

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.

System action:

Normal processing of the VERIFY command continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, object-type, name

DFHCA5189 I
date time applid netname tranid CSD verify process completed successfully.
Explanation:

The VERIFY command has been processed successfully, and any internal locks associated with groups and lists on the CSD file have been removed.

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5190 S
date time applid netname tranid Command is not executed. Unable to get storage for service module progname
Explanation:

There is insufficient storage available to load the service module progname, that is to be loaded and executed by DFHCSDUP.

System action:

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.

User response:

Ensure that there is sufficient storage allocated to load module progname.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, progname

DFHCA5191 I
date time applid netname tranid Service program progname is running.
Explanation:

The service module progname has been loaded correctly. Execution of the module has started.

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, progname

DFHCA5192 S
date time applid netname tranid Command is not executed. CSD service level ttt is incompatible with current service level sss
Explanation:

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.

System action:

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.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, ttt, sss

DFHCA5193 S
date time applid netname tranid Command is not executed. Service module progname is unable to upgrade CSD to target service level ttt
Explanation:

The LEVEL parameter specified in the SERVICE command is incompatible with the status of the service module progname being applied to the CSD file.

System action:

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.

User response:

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.)

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, progname, ttt

DFHCA5194 I
date time applid netname tranid Upgrading service status of CSD from level sss to level ttt
Explanation:

The loaded service module is performing the required upgrade of the CSD file from service level sss to service level ttt.

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, sss, ttt

DFHCA5195 I
date time applid netname tranid Execution of service program progname complete.
Explanation:

The loaded service program progname has run to completion. Control is being transferred back to the CSD offline utility program, DFHCSDUP.

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, progname

DFHCA5196 S
date time applid netname tranid Command is terminated. Error occurred while reading control secondary CSD record.
Explanation:

An I/O error has occurred on the specified CSD file.

System action:

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.

User response:

Retry the command, ensuring that a sufficiently large data set size is specified for the output (primary) CSD file.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5197 S
date time applid netname tranid Command is terminated. Unrecognized control record encountered while secondary CSD was being read.
Explanation:

The contents of a control record of the secondary input CSD are invalid.

System action:

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.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5198 I
date time applid netname tranid CSD record modified for resource-type resource-name, group-or-list group-or-list-name
Explanation:

The specified modification to a record on the CSD file has taken place.

System action:

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.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource-type, resource-name, group-or-list,group-or-list-name

DFHCA5199 W
date time applid netname tranid Invalid field encountered in existing record for resource-type: resource-name group-or-list: group-or-list-name
Explanation:

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.

System action:

Normal processing continues, and the invalid record is left unchanged on the new (primary) CSD file.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource-type, resource-name, group-or-list,group-or-list-name

DFHCA5200 S
date time applid netname tranid Command not executed. No valid language table was loaded.
Explanation:

The utility found that the RDO language table had not been loaded correctly, or that it contained invalid data.

System action:

The utility terminates because it cannot process any commands.

User response:

Check that the correct version of the RDO language table (DFHEITSP) is in the program library.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5201 S
date time applid netname tranid 'command' command is not valid. Command not executed.
Explanation:

The CSD utility does not recognize the command.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, command

DFHCA5202 S
date time applid netname tranid Incorrect syntax for 'command' command. Command not executed.
Explanation:

The syntax of the command is incorrect.

System action:

The CSD utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, command

DFHCA5203 W
date time applid netname tranid Right parenthesis assumed after the value of 'xxxx'.
Explanation:

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.

System action:

The utility executes the command as if the right parenthesis was present.

User response:

Confirm that the correction applied by the utility generated the required command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxx

DFHCA5204 E
date time applid netname tranid Command not executed. 'xxxx' keyword is not valid.
Explanation:

The keyword xxxx is not valid on this command.

System action:

The utility command is ignored.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxx

DFHCA5205 E
date time applid netname tranid Command not executed. No value was specified for 'xxxx'.
Explanation:

The option xxxx is incomplete, possibly because a value has been omitted.

System action:

The utility command is ignored.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxx

DFHCA5206 E
date time applid netname tranid Command not executed. Duplicate specification of 'xxxx'.
Explanation:

Option xxxx appears twice on a single utility command.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxx

DFHCA5207 E
date time applid netname tranid Command not executed. 'xxxxxxxx' does not require a value.
Explanation:

The utility detected an input command coded with a value for option xxxxxxxx when no value was required.

System action:

The utility does not process the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx

DFHCA5210 E
date time applid netname tranid Command not executed. Invalid value was specified for 'xxxx'.
Explanation:

The utility detected an input command coded with an invalid value for option xxxx.

System action:

The utility does not process the command.

User response:

Correct the value.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxx

DFHCA5211 E
date time applid netname tranid Command not executed. Operand delimiter 'x' was misplaced.
Explanation:

The utility has detected an input command coded with a misplaced option delimiter x.

System action:

The utility does not process the command.

User response:

Place the delimiter correctly.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, x

DFHCA5212 E
date time applid netname tranid Command not executed. comptype 'string' is not uniquely identifiable.
Explanation:

An ambiguous DFHCSDUP or CREATE command has been specified.

System action:

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.

User response:

Correct the command syntax and retry. See accompanying message DFHCA5213 for further details of the command failure.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, comptype, string

DFHCA5213 E
date time applid netname tranid Specified input could be interpreted as match1 or match2
Explanation:

An ambiguous DFHCSDUP or CREATE command has been specified.

System action:

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.

User response:

Correct the command syntax and retry.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, input, match1, match2

DFHCA5214 W
date time applid netname tranid keyword is an obsolete keyword. It is ignored.
Explanation:

The utility has detected an input command coded with an obsolete keyword. The keyword specifies an option not valid for this release of CICS.

System action:

The utility ignores the keyword.

User response:

Confirm that the resulting utility command is correct for this release of CICS.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, keyword

DFHCA5215 E
date time applid netname tranid Command not executed. A closing parenthesis has been omitted from a null value specified on an ALTER command.
Explanation:

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.

System action:

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.

User response:

Correct the command syntax and retry.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5216 E
date time applid netname tranid restype resname is not in group group
Explanation:

A nonexistent resource of type restype and name resname, has been specified on an ALTER command.

System action:

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.

User response:

Correct the command syntax and retry.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, restype, resname, group

DFHCA5217 E
date time applid netname tranid Command not executed. A closing bracket has been omitted from a xxxx keyword.
Explanation:

Start of changeA closing bracket has been omitted from the xxxx keyword on a CREATE or DFHCSDUP DEFINE command.End of change

System action:

The command is not executed.

User response:

Correct the command syntax and retry.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxx

DFHCA5218 I
date time applid netname tranid Altering Resourcetype Resourcename in group Groupname
Explanation:

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.

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCSDUP

XMEOUT Parameters: date, time,applid, netname, tranid, Resourcetype, Resourcename, Groupname

DFHCA5219 W
date time applid netname tranid No match found on CSD file for Resourcetype Resourcename group Groupname
Explanation:

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.

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCSDUP

XMEOUT Parameters: date, time,applid, netname, tranid, Resourcetype, Resourcename, Groupname

DFHCA5220 S
date time applid netname tranid Command not executed. 'xxxxxxxx' must be the first command.
Explanation:

The CSD utility found an INITIALIZE command after other commands.

System action:

The CSD utility ignores the command.

User response:

Confirm that the INITIALIZE command was misplaced.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx

DFHCA5222 E
date time applid netname tranid Command not executed. 'xxxxxxxx' keyword was omitted or specified incorrectly.
Explanation:

A required keyword xxxxxxxx was omitted from a CSD utility command.

System action:

The utility ignores the command.

User response:

Specify keyword xxxxxxxx.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx

DFHCA5223 E
date time applid netname tranid Command not executed. 'xxxxxxxx' keyword conflicts with 'xxxxxxxx' keyword.
Explanation:

The syntax of the command is incorrect. Conflicting keywords have been specified.

System action:

The utility command is ignored.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, xxxxxxxx

DFHCA5224 E
date time applid netname tranid Command not executed. The value of operand is outside the valid range for keyword.
Explanation:

A numeric value of operand was detected, which is outside the permitted range of values for the keyword keyword.

System action:

The command is not executed.

User response:

Correct the value.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, operand, keyword

DFHCA5225 E
date time applid netname tranid Command not executed. Same name specified for 'xxxxxxxx' and 'xxxxxxxx'.
Explanation:

This message is issued for one of the following reasons:

  1. The utility COPY command has been coded with the same group name for the source and target group.
  2. The APPEND command has been coded with the same list name for the source and target list.
  3. The ADD command has been coded with the same group name and list name.
System action:

The CSD utility or CICS ignores the command.

User response:

Correct the name (or names) in error.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, xxxxxxxx

DFHCA5227 E
date time applid netname tranid Command not executed. Use of generic name conflicts with 'xxxxxxxx' option.
Explanation:

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.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx

DFHCA5228 E
date time applid netname tranid Command not executed. Only one resource-type keyword may be specified.
Explanation:

The CSD utility detected an input command coded with more than one resource-type keyword.

System action:

The utility does not process the command.

User response:

Correct the command to refer to only one resource-type keyword.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5229 E
date time applid netname tranid Command not executed. 'xxxxxxxx' is invalid because a resource-type keyword was specified.
Explanation:

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.

System action:

The utility does not process the command.

User response:

Correct the command and resubmit.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx

DFHCA5230 I
date time applid netname tranid ERASE command is obsolete. Use the DELETE command.
Explanation:

The CSD utility detected the obsolete ERASE command in its input.

System action:

The utility processes the command as a DELETE command.

User response:

In future, use the DELETE command instead of the ERASE command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5231 E
date time applid netname tranid Command not executed. 'xxxxxxxx' is incompatible with the MIGRATE command for tabletype tables.
Explanation:

An attempt has been made to execute the MIGRATE command with an invalid table type and (or) an invalid keyword specified.

System action:

The CSD utility terminates.

User response:

Correct the command syntax and resubmit the job.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, tabletype

DFHCA5232 E
date time applid netname tranid Command not executed. 'xxxxxxxx' parameter must not begin with 'DFH'.
Explanation:

In a CSD utility MIGRATE command, the xxxxxxxx parameter contained an invalid table name or group name.

System action:

The utility does not process the command.

User response:

Resubmit with a valid table name or group name.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx

DFHCA5233 E
date time applid netname tranid Command not executed. 'tabletype' table type is not supported by RDO.
Explanation:

The CSD utility detected a TABLE parameter that referred to a CICS table type not supported by RDO.

RDO supports:

System action:

The utility does not process the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, tabletype

DFHCA5234 E
date time applid netname tranid Command not executed. 'command' command is not supported.
Explanation:

The CSD utility detected a command command in its input which is not supported by RDO.

System action:

The utility does not process the command.

User response:

Correct the command

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, command

DFHCA5235 E
date time applid netname tranid Command not executed. Group or list must be specified.
Explanation:

A CSD utility EXTRACT command has been submitted. A GROUP or LIST name must be specified with an EXTRACT command.

System action:

The utility command is not executed. This message is followed by DFHCA5104.

User response:

Correct the invalid command by adding a valid GROUP or LIST name and rerun the utility job.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5236 I
date time applid netname tranid A user-exit program has been specified on the entry linkage and on the userprogram keyword. The program specified on the entry linkage has been ignored.
Explanation:

An EXTRACT user-exit program has been specified via the entry parameter list and on the USERPROGRAM keyword of the EXTRACT command.

System action:

The program specified on the USERPROGRAM keyword is used.

User response:

Ensure that the user program used is the one intended.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5240 S
date time applid netname tranid Processing terminated. Error occurred while input utility command was being read.
Explanation:

The environment adaptor GETCARD utility cannot read an input utility command.

System action:

The CSD utility terminates abnormally without processing the input commands.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5241 S
date time applid netname tranid Processing terminated. Invalid record length on utility command data stream.
Explanation:

The CSD utility detected incorrectly formatted input in the SYSIN data stream.

System action:

The CSD utility cannot process any commands. The utility attempts to:

  1. Close any files previously opened internally.
  2. Unload any extract exit routines that were dynamically loaded.
  3. Invoke the termination exit routine (if supplied).
  4. Return control to the invoker of the utility.
User response:

Ensure that the output data set data stream is formatted with fixed length 80-byte records.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5242 E
date time applid netname tranid Command not processed. Too many continuation records for input utility command.
Explanation:

The CSD utility detected an input command that was too long and extended over too many records.

System action:

The utility does not process the command.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

Start of changeDFHCA5250 EEnd of change
Start of changeTO(groupname) contains too many non contiguous '*'End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility rejects the command.

End of change
Start of change
User response:

Correct the command.

End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

DFHCA5251 I
date time applid netname tranid resource object in group grpname is replaced.
Explanation:

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.

System action:

Normal utility processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname

DFHCA5252 I
date time applid netname tranid resource object copied to group grpname
Explanation:

The CSD utility has correctly copied a resource definition to the specified group, where:

System action:

Normal utility processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname

DFHCA5253 E
date time applid netname tranid Group grpname not found in CSD file - ddname: ddname
Explanation:

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.

System action:

The utility does not process the command.

User response:

Either correct the group name in the command, or make sure that the specified CSD file is the correct one.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, grpname, ddname

DFHCA5254 E
date time applid netname tranid resource object already exists in the target group.
Explanation:

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:

System action:

The CSD utility does not process the command.

User response:

Change the name in the command, or alter the name of the existing definition.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, object

DFHCA5255 E
date time applid netname tranid List xxxxxxxx not found in CSD file - ddname: ddname
Explanation:

The CSD utility detected an APPEND or REMOVE command that referred to a nonexistent list in the CSD file specified in DDNAME ddname.

System action:

The utility does not process the command.

User response:

Either correct the list name in the command, or make sure that the specified CSD file is the correct one.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, ddname

DFHCA5256 E
date time applid netname tranid No resources defined in group grpname
Explanation:

In executing a LIST command, the CSD utility has found a group header on the CSD file for which no group elements exist.

System action:

The CSD utility continues to process the LIST command, but will not list elements of the named group.

User response:

Run the DFHCSDUP VERIFY utility to verify the group.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, grpname

DFHCA5257 E
date time applid netname tranid Length of 'TO' prefix must be less than or equal to length of 'GROUP' prefix.
Explanation:

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.

System action:

The utility ignores the command to prevent truncation of the TO group name.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5258 I
date time applid netname tranid Copying group grpname1 to grpname2
Explanation:

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.

System action:

Normal processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, grpname1, grpname2

DFHCA5259 I
date time applid netname tranid Unrecognized resource type found in the CSD file and has been ignored.
Explanation:

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:

  1. You are using a CICS release that does not support a type of definition that was created on the CSD file by a later CICS release.
  2. The language definition table (DFHEITSP or DFHEITCU) is invalid for this CICS release.
  3. The CSD manager (DFHDMP) has passed an invalid CSD record buffer to DFHPUP. This is a CICS internal logic error.
System action:

The resource is ignored and the operation continues.

User response:

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:

  1. Ignore the message.
  2. Ensure that the library contains versions of DFHEITSP and DFHEITCU that are valid for the CICS release you are running.
  3. You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.
Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

Start of changeDFHCA5260 EEnd of change
Start of changeLength of 'TO' suffix must be equal to length of 'GROUP' suffix.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility ignores the command to prevent ambiguity on the TO group name.

End of change
Start of change
User response:

Correct the command.

End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

DFHCA5261 W
date time applid netname tranid RDT is empty. No VTAM resources in assembled table.
Explanation:

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.

System action:

The utility does not create any CSD definitions.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5262 S
date time applid netname tranid Insufficient storage to build types-matching chain.
Explanation:

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.

System action:

The utility attempts to:

  1. Close any files previously opened internally.
  2. Unload any extract exit routines that were dynamically loaded.
  3. Invoke the termination exit routine (if supplied).
  4. Return control to the invoker of the utility.

In any of the above cases, definitions that have already been migrated remain on the CSD.

User response:

  1. Run the DFHCSDUP VERIFY utility.
  2. Delete the groups created by the failing MIGRATE command.
  3. Allocate a larger region size in the utility JCL, and retry the command.
Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5263 S
date time applid netname tranid Error in input RDT. Incorrect sequence of commands.
Explanation:

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.

System action:

The utility attempts to:

  1. Close any files previously opened internally.
  2. Unload any extract exit routines that were dynamically loaded.
  3. Invoke the termination exit routine (if supplied).
  4. Return control to the invoker of the utility.

Definitions that have already been migrated remain on the CSD. The MVS user abend code is 0308.

User response:

  1. Run the DFHCSDUP VERIFY utility.
  2. Delete the groups created by the failing MIGRATE command.
  3. Keep the assembly listing for the failing table and keep the DFHCSDUP dump, if available.
  4. You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.
Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5264 W
date time applid netname tranid Resource object not defined. Group grpname not available.
Explanation:

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.

System action:

The utility creates no definition for resource object. Normal utility processing continues.

User response:

Review the original message. If necessary, recode the TYPE=GROUP macro in the TCT source to name a suitable group.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, object, grpname

DFHCA5265 W
date time applid netname tranid Action required to find a suitable typeterm for terminal termid.
Explanation:

While migrating a TCT, the CSD utility found a terminal definition for which it could not create a corresponding TYPETERM definition.

System action:

The utility adds the terminal definition to the CSD file, but it refers to a TYPETERM that may be unsuitable for this device.

User response:

Use the CEDA transaction to define a suitable TYPETERM and alter the TERMINAL definition to refer to the new TYPETERM.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, termid

DFHCA5266 W
date time applid netname tranid Sessions sessions not defined, because of error in associated connection.
Explanation:

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.

System action:

The specified SESSIONS resource is not migrated to the CSD. DFHCSDUP continues with the migration of subsequent TCT entries.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, sessions

DFHCA5270 I
date time applid netname tranid group-or-list xxxxxxxx deleted from the CSD .
Explanation:

The CSD utility has successfully deleted a group or list from the primary CSD file.

System action:

Normal utility processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, group-or-list, xxxxxxxx

DFHCA5271 S
date time applid netname tranid Unable to delete group-or-list xxxxxxxx from the CSD .
Explanation:

During CSD utility processing, an error in accessing the CSD file caused a delete operation to fail.

System action:

The utility does not process the DELETE command. The group or list to be deleted remains on the CSD file.

User response:

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, group-or-list, xxxxxxxx

DFHCA5272 I
date time applid netname tranid resource object deleted from group grpname
Explanation:

The CSD utility successfully deleted the named resource, where:

System action:

Normal utility processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname

DFHCA5273 W
date time applid netname tranid resource object is not in group grpname
Explanation:

The CSD utility detected an attempt to delete a resource which did not exist in the named group, where:

System action:

The utility does not process the DELETE command.

User response:

Check that you have coded the group and resource names correctly.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname

DFHCA5274 W
date time applid netname tranid resource object not defined. Group grpname not available.
Explanation:

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.

System action:

The utility creates no definition for the resource named object. Normal utility processing continues.

User response:

Review the original message. If necessary, recode the TYPE=GROUP macro in the RCT source to name a suitable group.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname

DFHCA5275 E
date time applid netname tranid Group grpname is not a member of list listname
Explanation:

The REMOVE command being executed names a GROUP that is not a member of LIST listname.

System action:

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.

User response:

Correct the command and resubmit a DFHCSDUP job to execute the failing command and any subsequent commands that were suppressed.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, grpname, listname

DFHCA5276 I
date time applid netname tranid Group grpname removed from list listname
Explanation:

The REMOVE command has successfully removed group grpname from LIST listname.

System action:

Normal execution continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, grpname, listname

DFHCA5277 I
date time applid netname tranid List list deleted from CSD .
Explanation:

The final group has been removed from list listname. The list has therefore been deleted.

System action:

Processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, list

DFHCA5280 I
date time applid netname tranid Processing definitions from library member xxxxxxxx
Explanation:

The CSD utility has successfully loaded data from the named library member.

System action:

Normal utility processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx

DFHCA5281 S
date time applid netname tranid Data loaded from library member xxxxxxxx is invalid
Explanation:

The CSD utility has found an error in data loaded from the named library member.

System action:

The utility attempts to:

  1. Close any files previously opened internally.
  2. Unload any extract exit routines that were dynamically loaded.
  3. Invoke the termination exit routine (if supplied).
  4. Return control to the invoker of the utility.
User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx

DFHCA5282 E
date time applid netname tranid Unable to get storage for library member xxxxxxxx
Explanation:

There is insufficient storage available to load the library member xxxxxxxx.

System action:

The utility terminates processing of the command that required access to the named library member.

User response:

Allocate a larger region size in the utility JCL and resubmit the job.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx

DFHCA5283 S
date time applid netname tranid RDL subcommand exceeds 1536 bytes: xxxxxxxxxxxx....
Explanation:

The CSD utility found an internal error in the data loaded while processing the indicated (truncated) UPGRADE, INITIALIZE, or MIGRATE command.

System action:

The CSD utility terminates abnormally.

User response:

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxx, xxxx, xxxx

DFHCA5284 E
date time applid netname tranid Error analyzing RDL subcommand: xxxxxxxxxxxx....
Explanation:

The CSD utility found an internal error in the data loaded while processing the indicated (truncated) UPGRADE, INITIALIZE, or MIGRATE command.

System action:

The utility attempts to:

  1. Close any files previously opened internally.
  2. Unload any extract exit routines that were dynamically loaded.
  3. Invoke the termination exit routine (if supplied).
  4. Return control to the invoker of the utility.
User response:

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxx, xxxx, xxxx

DFHCA5285 E
date time applid netname tranid Invalid verb in RDL subcommand: xxxxxxxxxxxx....
Explanation:

The CSD utility found an internal error in the data loaded while processing the indicated (truncated) UPGRADE, INITIALIZE, or MIGRATE command.

System action:

The utility attempts to:

  1. Close any files previously opened internally.
  2. Unload any extract exit routines that were dynamically loaded.
  3. Invoke the termination exit routine (if supplied).
  4. Return control to the invoker of the utility.
User response:

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxx, xxxx, xxxx

DFHCA5286 E
date time applid netname tranid Unable to create resource definition on CSD file: xxxxxxxxxxxx....
Explanation:

This message is issued during the processing of the indicated (truncated) command for one of the following reasons:

  1. The CSD is full (in which case, messages DFHCA5175 and DFHCA5176 accompanies this one)
  2. The CSD was defined as read-only (in which case, message DFHCA5174 accompanies this message)
  3. The TCT being migrated contained a terminal entry with a name unacceptable to RDO (in which case, message DFHCA5165 accompanies this message)
  4. A list or group cannot be used due to the failure of a previous update operation (in which case, message DFHCA5142 accompanies this message)
  5. The resource definition list being used to INITIALIZE or UPGRADE the CSD file contained a definition with an invalid resource name or group name
  6. A logic error occurred in DFHCSDUP or an internal error was detected in the data contained in the loaded table.
System action:

The system action depends on the reason the message is issued, as follows.

  1. Migration of the TCT table is terminated immediately.
  2. Processing of the UPGRADE or INITIALIZE command is terminated
  3. The utility attempts to:
    1. Close any files previously opened internally.
    2. Unload any extract exit routines that were dynamically loaded.
    3. Invoke the termination exit routine (if supplied).
    4. Return control to the invoker of the utility.
  4. The command is not executed, and execution of further DFHCSDUP commands in the job stream is suppressed.
  5. As in (3) above.
  6. As in (3) above.

In ALL cases, all the definitions created by this command up to the point of failure remain on the CSD.

User response:

The user response depends on the reason the message is issued, as follows.

  1. See message DFHCA5175 and DFHCA5176.
  2. See message DFHCA5174.
  3. Change the name of the terminal and all references to it. Also refer to the user response for message DFHCA5165.
  4. See message DFHCA5142.
  5. This is a CICS logic error. See instruction for 6 below.
  6. This is a CICS logic error. You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed. A CICS background trace of the failure may aid them in problem diagnosis.
Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxx, xxxx, xxxx

DFHCA5287 E
date time applid netname tranid Extract terminated at user's request. RC=retcode
Explanation:

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.

System action:

Execution of the utility command is terminated. This message is followed by DFHCA5104.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, retcode

Start of changeDFHCA5288 EEnd of change
Start of changeGet-command terminated at user's request. RC=retcodeEnd of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

Execution of the utility command is terminated.

End of change
Start of change
User response:

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.

End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeDFHCA5290 WEnd of change
Start of changeTable tabtype macro mactype=value is not supported. Value is changed to newvalue.End of change
Start of change
Explanation:

During a table tabtype migration for macro mactype, value is not supported. value has been migrated as newvalue.

End of change
Start of change
System action:

The utility creates the definition for the resource with the changed value. Normal utility processing continues.

End of change
Start of change
User response:

Review the object definition to ensure that the modified definition is acceptable.

End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

Start of changeDFHCA5291 EEnd of change
Start of changeUnable to define object object in group group. Migration is terminated.End of change
Start of change
Explanation:

The DFHCSDUP migration utility could not define object in the group specified. The migration cannot continue.

End of change
Start of change
System action:

The utility terminates the migration of the table.

End of change
Start of change
User response:

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.

End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

Start of changeDFHCA5292 WEnd of change
Start of changeObject object not defined for table item name due to previous error. Migration continues.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility continues the table migration without defining the object.

End of change
Start of change
User response:

Correct the prior errors and manually define the skipped objects.

End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

Start of changeDFHCA5293 WEnd of change
Start of changeTotal object definitions skipped due to error: numberEnd of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

Utility processing continues.

End of change
Start of change
User response:

Correct the prior errors and manually define the skipped objects.

End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

Start of changeDFHCA5294 EEnd of change
Start of changenumber object-1 were not matched with a corresponding object-2.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The migration of the table ends.

End of change
Start of change
User response:

Reassemble the table with the current release macro source.

End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

Start of changeDFHCA5296 WEnd of change
Start of changeTable tabtype TYPE=mactype parameter does not support multiple values.End of change
Start of change
Explanation:

Multiple values were specified for TYPE=mactype parameter The migration of the tabtype table supports only one value.

End of change
Start of change
System action:

The migration utility ignores the additional values. The migration continues.

End of change
Start of change
User response:

Review the migrated definition to ensure that the new single value is acceptable.

End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

DFHCA5501 E
date time applid netname tranid Command not executed. keyword must be specified.
Explanation:

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.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, keyword

DFHCA5502 W
date time applid netname tranid xxxxxxx implies yyyyyyy.
Explanation:

The value xxxxxxxx specified in a DEFINE or CREATE command has caused another value yyyyyyyy, which is not a normal default, to be assumed.

System action:

Normal utility processing continues.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy

DFHCA5503 E
date time applid netname tranid Command not executed. xxxxxxx option conflicts with yyyyyyy option and is ignored.
Explanation:

Two options, xxxxxxx and yyyyyyy, that are mutually exclusive have been specified.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy

DFHCA5504 E
date time applid netname tranid Command not executed. Use of xxxxxxx option implies yyyyyyy option must be specified.
Explanation:

Option xxxxxxx requires another value, yyyyyyy.

System action:

The utility ignores the command.

User response:

Specify yyyyyyy.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy

DFHCA5505 W
date time applid netname tranid Program DFHMSP requires a TWASIZE of at least 528.
Explanation:

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.

System action:

Normal utility processing continues.

User response:

Check that the resulting resource definition is as you expect.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5506 E
date time applid netname tranid Command not executed. For xxxxxxx many options, including yyyyyyy, are meaningless.
Explanation:

A keyword or value has been specified that is not consistent with another.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy

DFHCA5507 E
date time applid netname tranid Command not executed. xxxxxxx value must be greater than yyyyyyy value.
Explanation:

A value has been specified that is not consistent with another. xxxxxxx must be greater than yyyyyyy.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy

Start of changeDFHCA5508 EEnd of change
Start of changedate time applid netname tranid Command not executed. xxxxxxx value must be less than or equal to yyyyyyy value.End of change
Start of change
Explanation:

A value has been specified that is not consistent with another. The value xxxxxxx must be less than or equal to yyyyyyy.

End of change
Start of change
System action:

The utility ignores the command.

End of change
Start of change
User response:

Correct the command.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changenetname, End of changeStart of changetranid, End of changeStart of changexxxxxxx, End of changeStart of changeyyyyyyyEnd of change

DFHCA5509 E
date time applid netname tranid Command not executed. xxxxxxx name must not be the same as yyyyyyy name.
Explanation:

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.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy

DFHCA5510 W
date time applid netname tranid xxxxxxx names beginning with yyyyyyy are reserved and may be redefined by CICS.
Explanation:

CICS supplies standard programs and transactions whose names you should usually avoid.

System action:

Normal utility processing continues.

User response:

Check that the resulting resource definition is as you expect.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy

DFHCA5511 W
date time applid netname tranid xxxxxxx name yyyyyyy is reserved and may be redefined by CICS.
Explanation:

CICS supplies standard programs and transactions whose names you should usually avoid.

System action:

Normal utility processing continues.

User response:

Check that the resulting resource definition is as you expect.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy

DFHCA5512 W
date time applid netname tranid Program name begins with 'DFH' but transaction name does not begin with 'C'.
Explanation:

CICS supplies standard programs and transactions whose naming conventions you should avoid.

System action:

Normal utility processing continues.

User response:

Check that the resulting resource definition is as you expect.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5513 E
date time applid netname tranid Command not executed. The second value of xxxxxxx must not be greater than the first.
Explanation:

Some keywords take pairs of values which are essentially maximum and minimum values.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx

DFHCA5514 E
date time applid netname tranid Command not executed. With SESSNAME there can only be one COUNT and its value must be 1.
Explanation:

The use of SESSNAME in a DEFINE or CREATE SESSIONS command means that a single-session, either for sending or receiving, is required.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5515 W
date time applid netname tranid AUTOPAGE(NO) has been specified for a 3270 print device.
Explanation:

A DEFINE or CREATE TYPETERM command has AUTOPAGE(NO) and DEVICE(3270P) or DEVICE(LUTYPE3).

System action:

Normal utility processing continues.

User response:

Check that the resulting resource definition is as you expect.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5516 W
date time applid netname tranid The values of DEVICE and SESSIONTYPE are equivalent to DEVICE(devtype) and have been replaced.
Explanation:

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.

System action:

Normal utility processing continues.

User response:

Check that the resulting resource definition is as you expect. The CICS Resource Definition Guide provides further information about device equivalents.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, devtype

DFHCA5517 E
date time applid netname tranid Command not executed. prefix and COUNT together make more than four characters.
Explanation:

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.

System action:

The command is not executed.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, prefix

DFHCA5518 W
date time applid netname tranid XTRANIDS xxxxxxx are reserved and may be redefined by CICS.
Explanation:

CICS supplies programs and transactions whose names you should usually avoid.

System action:

Normal utility processing continues.

User response:

Check that the resulting resource definition is as you expect.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx

DFHCA5519 E
date time applid netname tranid Command not executed. xxxxxxx value contains an invalid y.
Explanation:

All character values in CREATE and DFHCSDUP commands are subject to rules which, depending on the value, disallow certain characters.

System action:

The utility ignores the command.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, y

DFHCA5520 W
date time applid netname tranid The value of DEVICE is equivalent to xxxxxxx and has been replaced.
Explanation:

A DEFINE or CREATE TYPETERM command has a valid but obsolete DEVICE value which has been replaced by a simpler equivalent.

System action:

Normal utility processing continues.

User response:

Check that the resulting resource definition is as you expect.

The CICS Resource Definition Guide provides further information about these simpler equivalent devices.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx

DFHCA5521 E
date time applid netname tranid Command not executed. xxxxxxx value yyyyyyy is invalid.
Explanation:

A value yyyyyyyy has been specified for keyword xxxxxxxx which is not valid. It may for instance be non-numeric.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx, yyyyyyy

DFHCA5522 E
date time applid netname tranid Command not executed. Length of xxxxxxx value is more than allowed.
Explanation:

A character value in a DEFINE or CREATE command is too long.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxx

DFHCA5523 E
date time applid netname tranid Command not executed. File DFHCSD must be defined in the SIT and not the CSD.
Explanation:

DFHCSD has been defined in the CSD rather than in the SIT. This is not allowed.

System action:

The utility ignores the command.

User response:

Correct the command. Define DFHCSD in the SIT.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5524 W
date time applid netname tranid BMS route for console may cause unpredictable results if maps or TEXT(ACCUM) used on device.
Explanation:

The routing of multiline maps or accumulated text to the console is not supported.

System action:

Normal processing continues.

User response:

Ensure that the unsupported console operations are disabled.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5525 W
date time applid netname tranid xxxxxxxx value is not valid, yyyyyyyy has been assumed.
Explanation:

The value xxxxxxxx is not valid. The value yyyyyyyy has been assumed.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx, yyyyyyyy

DFHCA5526 E
date time applid netname tranid xxxxxxxx must have rows and columns specified.
Explanation:

xxxxxxxx must have rows and columns specified.

System action:

The utility ignores the command.

User response:

Correct the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, xxxxxxxx

DFHCA5527 E
date time applid netname tranid Command not executed. Remote options are ignored for programs starting with DFH.
Explanation:

CICS supplies standard programs which are not allowed to have remote attributes.

System action:

The command is ignored.

User response:

Correct the command by deleting the remote attributes from the program definition.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5528 E
date time applid netname tranid Command not executed. Value of keyword is out of valid range.
Explanation:

An invalid value has been supplied for the specified keyword.

System action:

The utility ignores the command.

User response:

Supply a valid keyword value and retry.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, keyword

DFHCA5529 E
date time applid netname tranid keyword or keyword must be specified.
Explanation:

Neither of the indicated keywords has been specified. When defining a resource, you must specify one of these keywords.

System action:

The utility ignores the command.

User response:

Supply one of the indicated keywords and retry.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, keyword, keyword

DFHCA5530 W
date time applid netname tranid XTRANIDS ending with string are reserved and may be redefined by CICS.
Explanation:

CICS supplies programs and transactions whose names you should usually avoid in resource definitions.

System action:

Normal utility processing continues.

User response:

Check that the resulting resource definition is as you expect.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, string

DFHCA5531 W
date time applid netname tranid XTRANIDS beginning with string are reserved and may be redefined by CICS.
Explanation:

CICS supplies programs and transactions whose names you should usually avoid in resource definitions.

System action:

Normal utility processing continues.

User response:

Check that the resulting resource definition is as you expect.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, string

DFHCA5532 E
date time applid netname tranid Command not executed. An invalid combination of rows and columns has been specified for ALTSCREEN.
Explanation:

One of the specified values is zero and the other is nonzero. This is an invalid combination.

System action:

The utility ignores the command.

User response:

Ensure that a valid combination of ALTSCREEN rows and columns is specified. See the CICS Resource Definition Guide for details of valid combinations.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, ALTSCREEN

DFHCA5533 W
date time applid netname tranid Specified keyword1 value is less than keyword2 value. The default value has been assumed.
Explanation:

A value has been specified for keyword1 that is incompatible with the value for keyword2.

System action:

The utility assumes the default value for keyword1 and processes the command.

User response:

Ensure that the resulting resource definition is acceptable.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, keyword1, keyword2

DFHCA5534 W
date time applid netname tranid When you change the value of DEVICE many other values may be changed for you.
Explanation:

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.

System action:

Normal utility processing continues.

User response:

Check that the resulting resource definition is as you expect. See the CICS Resource Definition Guide for more guidance.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5535 E
date time applid netname tranid Command not executed. restype name resname is reserved by CICS.
Explanation:

The user specified a resource name resname for resource type restype which is reserved for use by CICS.

System action:

The utility ignores the command.

User response:

Specify a different resource name.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, restype, resname

DFHCA5536 W
date time applid netname tranid keyword1 and keyword2 attributes are inconsistent if definition is being shared with a back-level release.
Explanation:

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.

System action:

The resource is created or updated.

User response:

If sharing the resource with a back level release, ensure that the resulting resource definition is acceptable. Otherwise, ignore the message.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, keyword1, keyword2

DFHCA5537 W
date time applid netname tranid Prefix allowed to default. Use of defaults is recommended for MRO sessions only.
Explanation:

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.

System action:

CICS generates session names using these prefixes.

User response:

If this is an LU6.1 session, it is recommended that a different prefix should be chosen.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

DFHCA5538 W
date time applid netname tranid resource names starting with x may conflict with system sessions names.
Explanation:

The resource resource has been given a name starting with the character x, which might be used for system-generated SESSIONS names.

System action:

The definition is created or updated.

User response:

Ensure there is no conflict with the name given to the resource and SESSIONS names.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, x

DFHCA5539 S
date time applid netname tranid keyword is not valid because it starts with the reserved character or string string.
Explanation:

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".

System action:

The definition is not created.

User response:

Change the name of the keyword.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, keyword, string

Start of changeDFHCA5540 WEnd of change
Start of changedate time applid xxxxxxx value is greater than yyyyyyy value. The lower value takes precedence.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The definition is created or updated with the two values as specified.

End of change
Start of change
User response:

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.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changexxxxxxx, End of changeStart of changeyyyyyyyEnd of change

Start of changeDFHCA5542 EEnd of change
Start of changedate time applid netname tranid Command not executed. xxxxxxx and yyyyyyy must be the same length.End of change
Start of change
Explanation:

Two options, xxxxxxx and yyyyyyy, have been specified but the length of the respective operands must be the same.

End of change
Start of change
System action:

The utility ignores the command.

End of change
Start of change
User response:

Correct the command.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changenetname, End of changeStart of changetranid, End of changeStart of changexxxxxxx, End of changeStart of changeyyyyyyyEnd of change

Start of changeDFHCA5543 EEnd of change
Start of changedate time applid netname tranid Command not executed. Generic characters must be in the same position in xxxxxxx and yyyyyyy.End of change
Start of change
Explanation:

Two options, xxxxxxx and yyyyyyy, have been specified containing generic characters. The generic characters must be placed in the same position for both keywords.

End of change
Start of change
System action:

The utility ignores the command.

End of change
Start of change
User response:

Correct the command.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changenetname, End of changeStart of changetranid, End of changeStart of changexxxxxxx, End of changeStart of changeyyyyyyyEnd of change

Start of changeDFHCA5544 EEnd of change
Start of changedate time applid Command not executed. xxxxxxx must be specified as yyyyyyy because a previous value is generic.End of change
Start of change
Explanation:

The options, xxxxxxx, must be specified as yyyyyyy because a previous option value was specified as generic.

End of change
Start of change
System action:

The utility ignores the command.

End of change
Start of change
User response:

Correct the command.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changexxxxxxx, End of changeStart of changeyyyyyyyEnd of change

Start of changeDFHCA5546 EEnd of change
Start of changedate time applid Command not executed. xxxxxxx is not valid as a type yyyyyyy parameter.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility ignores the command.

End of change
Start of change
User response:

Correct the command.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changexxxxxxx, End of changeStart of changeyyyyyyyEnd of change

Start of changeDFHCA5547 EEnd of change
Start of changedate time applid netname tranid Command not executed. xxxxxxx value yyyyyyy is invalid.End of change
Start of change
Explanation:

A value yyyyyyyy has been specified for keyword xxxxxxxx which is not valid. It may for instance be non-numeric.

End of change
Start of change
System action:

The utility ignores the command.

End of change
Start of change
User response:

Correct the command.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changenetname, End of changeStart of changetranid, End of changeStart of changexxxxxxx, End of changeStart of changeyyyyyyyEnd of change

Start of changeDFHCA5548 EEnd of change
Start of changedate time applid Command not executed. xxxxxxx option is invalid for a back level REQUESTMODEL.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility ignores the command.

End of change
Start of change
User response:

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.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changexxxxxxxEnd of change

Start of changeDFHCA5549 EEnd of change
Start of changedate time applid Command not executed. xxxxxxx value must not be the same as yyyyyyy value.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility ignores the command.

End of change
Start of change
User response:

Correct the command.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changexxxxxxx, End of changeStart of changeyyyyyyyEnd of change

Start of change
DFHCA5550 W
date time applid netname tranid keyword1 implies keyword2 . The default value has been assumed.
Explanation:

keyword1 has been specified with a value that is incompatible with the value for keyword2.

System action:

The utility changes keyword1 to set the default value and processes the command.

User response:

Ensure that the resulting resource definition is acceptable.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, keyword1, keyword2

End of change
Start of changeDFHCA5551 EEnd of change
Start of changedate time applid Command not executed. keyword1 cannot be specified as generic unless keyword2 is also generic.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility ignores the command.

End of change
Start of change
User response:

If it is required that keyword1 must be generic, ensure that keyword2 is also specified with a generic name.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changekeyword1, End of changeStart of changekeyword2End of change

Start of changeDFHCA5552 EEnd of change
Start of changedate time applid Command not executed. CIPHER value 'value' is not in the valid set (list).End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility ignores the command.

End of change
Start of change
User response:

Ensure that you have defined a set of CIPHER values which are correct for this CICS address space.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCAPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changevalue, End of changeStart of changelistEnd of change

Start of change
DFHCA5553 E
date time applid netname tranid Command not executed. field cannot start with a 'char'.
Explanation:

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.

System action:

The utility ignores the command.

User response:

Change the named attribute field to start with a permitted character.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, field, char

End of change
Start of change
DFHCA5554 W
date time applid netname tranid Use of static attribute field1 forces field2.
Explanation:

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.

System action:

The utility continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, field1, field2

End of change
Start of change
DFHCA5600 E
date time applid netname tranid Unable to get storage for module DFHCICS. Primary CSD not initialized.
Explanation:

There is insufficient storage to load module DFHCICS.

System action:

Processing of the INITIALIZE command is terminated.

User response:

Ensure that there is sufficient storage to load the DFHCICS module.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

End of change
Start of change
DFHCA5601 E
date time applid netname tranid Unable to load the tabletype table named table.
Explanation:

Table table cannot be loaded.

System action:

The system action depends on the type of table.

LD
DFHCSDUP cannot process the command. The utility attempts to:
  1. Close any files previously opened internally.
  2. Unload any EXTRACT exit routines that were dynamically loaded.
  3. Invoke the termination exit routine, if supplied.
  4. Return control to the invoker of the utility.
FCT or RDT
The CSD utility cannot load the table, and terminates the processing of the utility command.
User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, tabletype, table

End of change
Start of change
DFHCA5602 E
date time applid netname tranid Unable to unload the tabletype table named table.
Explanation:

Table table cannot be unloaded.

System action:

The system action depends on the type of table.

LD
DFHCSDUP cannot process the command. The utility attempts to:
  1. Close any files previously opened internally.
  2. Unload any EXTRACT exit routines that were dynamically loaded.
  3. Invoke the termination exit routine, if supplied.
  4. Return control to the invoker of the utility.
FCT or RDT
The CSD utility cannot unload the table, and terminates the processing of the utility command.
User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, tabletype, table

End of change
Start of change
DFHCA5603 E
date time applid netname tranid Unable to locate the tabletype table named table.
Explanation:

Table table cannot be located.

System action:

The system action depends on the type of table specified.

LD
DFHCSDUP cannot process the command. The utility attempts to:
  1. Close any files previously opened internally.
  2. Unload any EXTRACT exit routines that were dynamically loaded.
  3. Invoke the termination exit routine, if supplied.
  4. Return control to the invoker of the utility.
FCT, RDT or DCT
The CSD utility cannot locate the table, and terminates the processing of the utility command.
User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, tabletype, table

End of change
Start of change
DFHCA5604 E
date time applid netname tranid Unable to obtain storage for the cross-reference table named table.
Explanation:

DFHCSDUP was unable to obtain storage for table table.

System action:

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.

User response:

Increase the region size and retry the command.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, table

End of change
Start of change
DFHCA5605 E
date time applid netname tranid Disallowed character in group or list name object.
Explanation:

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.

System action:

A CSD record is not created for this definition. (If it is a transaction, a generated profile is not created either.)

User response:

Use the CEDA transaction to define the resource with a valid name.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, object

End of change
Start of change
DFHCA5606 S
date time applid netname tranid Command is not executed. Unable to load the service module progname.
Explanation:

The service module, progname, cannot be loaded due to insufficient storage.

System action:

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.

User response:

Retry the utility command with an increased region size.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, progname

End of change
Start of change
DFHCA5607 S
date time applid netname tranid Command is terminated. An error occurred while reading the first secondary CSD record.
Explanation:

An I/O error has occurred on the secondary CSD file.

System action:

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.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

End of change
Start of change
DFHCA5608 S
date time applid netname tranid Command is terminated. Error occurred while reading a secondary CSD record.
Explanation:

An I/O error has occurred on the secondary CSD file.

System action:

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.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

End of change
Start of change
DFHCA5609 S
date time applid netname tranid Command is terminated. Error occurred while writing a primary CSD record.
Explanation:

An I/O error has occurred on the primary CSD file.

System action:

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.

User response:

Retry the command, ensuring that a sufficiently large data set is specified for the output (primary) CSD file.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

End of change
Start of change
DFHCA5611 E
date time applid netname tranid Command not executed. 'parameter' parameter must begin with 'DFH'.
Explanation:

In a CSD utility MIGRATE command, the specified parameter contained an invalid table name or group name.

System action:

The utility does not process the command.

User response:

Resubmit the MIGRATE command with a valid table name or group name.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, parameter

End of change
Start of change
DFHCA5612 I
date time applid netname tranid resource object in group grpname is unchanged.
Explanation:

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.

System action:

Normal utility processing continues.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, resource, object, grpname

End of change
Start of change
DFHCA5613 E
date time applid netname tranid Unable to locate the library member member.
Explanation:

The member is not in the libraries named in the JCL.

System action:

The utility terminates processing of the command that required access to library member member.

User response:

Ensure that the member is correctly link-edited into the library and resubmit the job.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, member

End of change
Start of change
DFHCA5614 E
date time applid netname tranid Unable to load the library member member.
Explanation:

DFHCSDUP could not load library member member.

System action:

The utility terminates processing of the command that required access to the library member.

User response:

Ensure that the member is correctly link-edited into the library and resubmit the job.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, member

End of change
Start of change
DFHCA5617 S
date time applid netname tranid Command is terminated. Unrecognised type of record encountered while secondary CSD was being read.
Explanation:

The record-type field of an input CSD record is invalid.

System action:

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.

User response:

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.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

End of change
Start of change
DFHCA5618 I
date time applid netname tranid An attention interrupt was requested during DFHCSDUP execution.
Explanation:

An attention interrupt has been requested while DFHCSDUP is executing in a TSO environment.

System action:

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.

User response:

None.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

End of change
Start of change
DFHCA5619 W
date time applid netname tranid An invalid value of the PAGESIZE parameter has been specified. The default value of 60 lines per page will be used.
Explanation:

A value of the PAGESIZE parameter outside the allowed range (4-9999) has been specified.

System action:

The default value of 60 lines per page is taken.

User response:

Ensure that a valid PAGESIZE value is specified in future.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

End of change
Start of change
DFHCA5620 E
date time applid netname tranid An illegal return code (RC=ret-code) has been returned from the exit exit.
Explanation:

The specified user-exit routine has returned a disallowed return code.

System action:

Processing of the utility command is terminated. The exit is not disabled.

User response:

Investigate the specified exit routine for the cause of the return code.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid, ret-code, exit

End of change
Start of change
DFHCA5621 E
date time applid netname tranid A non-zero return code has been returned from the put-message exit.
Explanation:

The put-message exit routine has returned a disallowed return code.

System action:

Processing of the utility command is terminated and the put-message exit is disabled.

User response:

Investigate the put-message exit routine for the cause of the return code.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

End of change
Start of change
DFHCA5622 S
date time applid netname tranid The secondary CSD has been closed during clean-up processing following the interception of an abend.
Explanation:

An abend has occurred during DFHCSDUP processing. The secondary CSD has been closed during post-ABEND cleanup processing.

System action:

Processing of the utility command is terminated.

User response:

Refer to prior messages for further information regarding this problem.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

End of change
Start of change
DFHCA5623 S
date time applid netname tranid The primary CSD has been closed during clean-up processing following the interception of an abend.
Explanation:

An abend has occurred during DFHCSDUP processing. The primary CSD has been closed during post-ABEND cleanup processing.

System action:

Processing of the utility command is terminated.

User response:

Refer to prior messages for further information regarding this problem.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

End of change
Start of change
DFHCA5624 S
date time applid netname tranid The extract exit program has been unloaded during clean-up processing following the interception of an abend.
Explanation:

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.

System action:

The EXTRACT command is terminated.

User response:

Refer to prior messages for further information regarding the problem.

Destination:

CSMT

Modules:

DFHCAP

XMEOUT Parameters: date, time,applid, netname, tranid

End of change
Start of changeDFHCA5630 WEnd of change
Start of changedate time applid No IBM supplied definition found for resourcetype resourcename.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility continues.

End of change
Start of change
User response:

None.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeresourcetype, End of changeStart of changeresourcenameEnd of change

Start of changeDFHCA5631 IEnd of change
Start of changedate time applid resourcetype resourcename in group groupname1 matches the IBM supplied definition in group groupname2.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility continues.

End of change
Start of change
User response:

None.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeresourcetype, End of changeStart of changeresourcename,End of changeStart of changegroupname1, End of changeStart of changegroupname2End of change

Start of changeDFHCA5632 IEnd of change
Start of changedate time applid resourcetype resourcename in group groupname1 does not match the IBM supplied definition in group groupname2.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility continues.

End of change
Start of change
User response:

None.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeresourcetype, End of changeStart of changeresourcename,End of changeStart of changegroupname1, End of changeStart of changegroupname2End of change

Start of changeDFHCA5633 IEnd of change
Start of changedate time applid resourcetype resourcename found in group groupname.End of change
Start of change
Explanation:

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.

End of change
Start of change
System action:

The utility continues.

End of change
Start of change
User response:

None.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeresourcetype, End of changeStart of changeresourcename,End of changeStart of changegroupnameEnd of change

Start of changeDFHCA5634 WEnd of change
Start of changedate time applid resourcetype resourcename not found in user groups.End of change
Start of change
Explanation:

While performing a SCAN command, the resource resourcetype name resourcename was not found in any user groups.

End of change
Start of change
System action:

The utility continues.

End of change
Start of change
User response:

None.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changeDFHCSDUPEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeresourcetype, End of changeStart of changeresourcenameEnd of change

[[ Contents Previous Page | Next Page Index ]]