DFS3424I DFSINSX0 CREATE resourcetype ERROR RC=returncode RSN=reasoncode CC=completioncode NAME=resourcename
Explanation
The DFSINSX0 user exit attempt to dynamically
create a program or a transaction failed. The failure was caused by
an invalid attribute or attribute combination. Examples of attribute
errors:
- The transaction has an invalid program name.
- Fast Path transaction is defined as non-response mode.
- A transaction that was not defined as Fast Path references a Fast Path program.
In the message text:
- resourcetype
- The resource type can be one of the following:
- PGM - application program
- TRAN - transaction
- returncode
- The CREATE command return code. See the return and reason codes table for the CREATE PGM or CREATE TRAN command.
- reasoncode
- The CREATE command reason code.
- completioncode
- The CREATE command completion code (if applicable).
- resourcename
- The resource name of program or transaction that encountered the error.
System action
The program or transaction creation fails. IMS issues message DFS064I indicating that the destination was not found or created.
System programmer response
Correct the error in the DFSINSX0 user exit. The DFS3424I message provides the diagnostic information needed to determine the error.