DSNJ229I csect-name OPEN FAILED FOR SYSIN
Explanation
An error occurred when the Db2 Print Log Map utility tried to open the SYSIN data set.
Possible causes are:
- The DD name of the SYSIN data set was not specified in the user's job control language (JCL).
- Insufficient virtual storage is available to perform the OPEN command.
- The characteristics of the SYSIN data set are different from those expected by the print log map (DSNJU004) utility.
System action
DSNJU004 attempts to continue processing without an input control statement. Db2 writes this message to the SYSPRINT data set, not to the system console.
User response
Take one of the following actions
based on the cause of the error.
- Provide the missing DD statement and rerun the utility.
- Insufficient virtual storage is usually accompanied by a separate error message from the MVS operating system. Increase the REGION size on the JCL job step and rerun the utility.
- Check that the SYSIN data set is a fixed record format (blocked or unblocked) with an LRECL of 80. You might need to contact the system programmer for help if this is a JES data set.