z/OS DFSMSdfp Diagnosis
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Distributed FileManager/MVS general error codes

z/OS DFSMSdfp Diagnosis
SC23-6863-00

Tables Table 1, Table 1, Table 1, Table 1, Table 1, and Table 1 list Distributed FileManager error codes.

Table 1. Distributed FileManager/MVS General Error Codes
Error Code Description
0000 DFM_OK: Processing completed without error.
0001 DFM_SYS_LOGIC_ERR_CONV: System Logic Error at the conversation level. The conversation is terminated.
0002 DFM_SYS_LOGIC_ERR_AGNT: System Logic Error at the agent level. The agent is terminated.
0003 DFM_SYS_LOGIC_ERR_CMND: System Logic Error at the command level. The command is terminated.
0004 DFM_INVALID_FILNAM: Invalid file name specified.
0005 DFM_INVALID_DCLNAM: Invalid declared name specified.
0006 DFM_OUT_OF_PRIV_STOR: Private or extended private storage could not be obtained.
0007 DFM_PARM_NOTSUPP: A parameter supplied on the DDM command is not supported. See the CODPNT field in the associated PRMNSPRM reply message for the codepoint of the parameter that is not supported.
0008 DFM_ATTR_NOTSUPP: An attribute codepoint supplied in a file attribute list is not supported.
0009 DFM_OBJECT_NOTSUPP: A DDM command object supplied with the DDM command is not supported. See the CODPNT field in the associated OBJNSPRM reply message for the codepoint of the object that is not supported.
000A DFM_FILE_NOT_FOUND: A file with the supplied name cannot be found in the catalog. If a member-qualified data set name was supplied, the PDSE cannot be found.
000B DFM_MEM_NOT_FOUND: A member-qualified data set name was supplied, but the member does not exist in the PDSE. (DFM_FILE_NOT_FOUND is returned if the PDSE does not exist.)
000C DFM_FILE_IN_USE: Access to the data set/member requested is denied because the data set/member is already in use.
000D DFM_DUP_FILNAM: A data set/member with the supplied name already exists.
000E DFM_NOT_AUTH_TO_FILE: The user is not authorized to access the requested data set/member.
000F DFM_FILE_FULL: The data set/member cannot be extended.
0010 DFM_FILE_OPEN: The data set/member is already open.
0011 DFM_IO_ERROR: The file/record cannot be accessed due to an I/O error or media failure.
0012 DFM_DSTYPE_NOTSUPP: Requested function not supported for this data set/member type.
0013 DFM_MAX_INBUF: Maximum allowed number of input buffers exist; no others can be accepted at this time.
0014 DFM_MEM_ONLY: Requested function is only supported for PDSE members but was requested against a data set.
0016 DFM_OUT_OF_ECSA_STOR: Extended CSA storage could not be obtained.
0017 DFM_DCLNAM_NOT_FOUND: Declare name not found.
0018 DFM_INVALID_MEMNAM: Invalid member name specified.
0019 DFM_INVALID_FILCLS: Invalid FILCLS specified.
001A DFM_INVALID_ACCINT: Invalid access intent specified.
001B DFM_INVALID_ACCMTHCL: Invalid access method class specified.
001C DFM_FILE_EMPTY: The data set/member is empty and cannot be processed by this command.
001D DFM_INVALID_RECLEN: 1) The supplied record length is not valid for the data set/member to be created; or 2) it does not match the record length of the existing data set/member; or 3) the record length of the data set/member to be opened cannot be supported; or 4) The length of the record read exceeds the defined record length class for the data set.
001E DFM_INVALID_RECLENCL: The supplied record length class is not valid for the data set/member to be created or it does not match the length class of the existing data set/member. Or the record length class of the data set/member to be opened is not supported.
001F DFM_OUT_OF_DSPAC_STOR: Data space storage could not be obtained.
0020 DFM_GDEIGBS_NOT_FOUND: An entry point in load module GDEIGBS could not be found.
0021 DFM_SYS_NOT_INIT: DFM system is not initialized yet.
0022 DFM_CMD_NOTSUPP: A valid DDM command but it is not supported by MVS/DFM.
0023 DFM_AGENT_LIMIT: The maximum number of agent tasks supported has been reached; no others can be started at this time.
0024 DFM_ATTACH_ERR: An error was received from the MVS ATTACH (or ATTACHX) service. See data item with key X'8430' in the SRVDGN for return code received from ATTACH.
0025 DFM_DSS_SYNTAX_ERR: See syntax error code (SYNERRCD) in the associated SYNTAXRM reply message.
0026 DFM_PARMVAL_NOTSUPP: A parameter value supplied in the DDM command is not supported. See the CODPNT field in the associated VALNSPRM reply message for the codepoint of the parameter whose value is not supported.
0027 DFM_FILE_TEMP_NOT_AVA: File is temporarily unavailable. Either the file is damaged and must be repaired before further use, or a target system process such as disk compression prevents immediate use.
0028 DFM_SVC99_ERR: An error was received from the MVS dynamic allocation service (SVC 99). See the following data items in the SRVDGN for more information: X'8428' (SVC 99 return code), X'8429' (SVC 99 reason code), X'842A' (SVC 99 information code), X'842F' (SVC 99 error reason code)
0029 DFM_DCLNAM_CONFLICT: The declared name is associated with a data set/member but the request is for a directory OR the declared name is associated with a directory but the request is for a data set/member.
0030 DFM_OUTBUFF_TOO_SMALL: The output buffer is too small to contain the reply information that needs to be sent.
0032 DFM_EXPIRE_DATE: An unexpired expiration date exists for the PDSE or SAM data set being deleted. This operation is not allowed.
0033 DFM_INVALID_GDGNAM: Valid or invalid GDG name was specified. GDGs are not supported.
0035 DFM_INVALID_FILNAM_LEN: Invalid file name length was specified
0036 DFM_FILE_PROTECTED: File is protected. This operation is not allowed.
0037 DFM_NON_REUSABLE_VSAM: The VSAM file is non-reusable. This operation is not allowed.
0FFE DFM_DETACH_ERR: An error was received from the MVS DETACH service. See data item with key X'xxxx' in the SRVDGN for return code received from DETACH.
0FFF DFM_RSN_TRANSLATE_FAIL: The translation of reason code failed.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014