HFPU0110E OPEN FAILED FOR DDNAME: ddname
-
DUMMY OR NULLFILE SPECIFIED.
- DD STATEMENT NOT SPECIFIED.
-
"DEVTYPE" MACRO FAILED. (RC: xx)
-
"OPEN" MACRO FAILED. (RC: xx)
Explanation
This message consists of multiple parts. These parts are:
- - DUMMY OR NULLFILE SPECIFIED.
- DUMMY or NULLFILE is specified in ddname. You cannot specify DUMMY or NULLFILE for this DDNAME.
- - DD STATEMENT NOT SPECIFIED.
- DD statement ddname is not specified in the JCL statement.
- - "DEVTYPE" MACRO FAILED. (RC: xx)
- The DEVTYPE macro failed.
- - "OPEN" MACRO FAILED. (RC: xx)
- The OPEN macro failed.
System action
The return code is set to 8 and processing continues.
User response
- - DUMMY OR NULLFILE SPECIFIED.
- Make sure that the data set name is specified correctly. Correct any errors, and rerun the job.
- - DD STATEMENT NOT SPECIFIED.
- Make sure that DD statement ddname is specified correctly. Correct any errors, and rerun the job.
- - "DEVTYPE" MACRO FAILED. (RC: xx)
- Make sure that a DD statement is present for ddname and that it properly identifies the correct data set. Correct any errors, and rerun the job. If this situation persists, contact IBM® Software Support.
- - "OPEN" MACRO FAILED. (RC: xx)
- Make sure that a DD statement is present for ddname and that it properly identifies the correct data set. Correct any errors, and rerun the job. If this situation persists, contact IBM Software Support.