UFI0001 | UFI0002 | UFI0003 | UFI0004 | UFI0005 | UFI0006 | UFI0007 | UFI0008 | UFI0009 | UFI0010 | UFI0011 | UFI0012 | UFI0013 | UFI0015 | UFI0016 | UFI0017 | UFI0018 | UFI0019 | UFI0021 | UFI0022 | UFI0023 | UFI0024 | UFI0025 | UFI0026 | UFI0027 | UFI0028 | UFI0029 | UFI0030 | UFI0031 | UFI0032 | UFI0033 | UFI0034 | UFI0036
UFI0001 | Invalid function code |
Explanation: |
One of the two-character function IDs shown on the File Maintenance Menu must be entered. |
UFI0002 | Enter DDName |
Explanation: |
The function you selected requires a DD/DLBL name to be entered in the operand field. |
UFI0003 | Catalog entry $1 not found |
Explanation: |
The DD/DLBL name you specified is not cataloged in Com-plete . |
UFI0004 | No catalog entry found for specified system |
Explanation: |
There are no files cataloged for the system ID you specified. |
UFI0005 | Invalid access method |
Explanation: |
The access method you specified for the file to be cataloged is not supported. |
UFI0006 | Catalog entry $1 already existing |
Explanation: |
You tried to catalog a file which is already cataloged. |
UFI0007 | Enter any access type |
Explanation: |
At least one of the possible types of access (retrieval/update/add) must be allowed for a file. |
UFI0008 | Password invalid |
Explanation: |
The string you specified can not be used as a password. |
UFI0009 | Invalid value entered for parameter $1 |
Explanation: |
The value you entered for the parameter indicated by cursor position is not valid. |
UFI0010 | MACRF=$1 allowed for control terminals only |
Explanation: |
The MACRF option indicated may be set only by users having control status. |
UFI0011 | COMSYS access error: $1 - $2 |
Explanation: |
An error occurred when accessing the Com-plete system dataset. $2 indicates the kind of error. Errors like "duplicate record" or "record not found" may be caused by multiple sessions maintaining the same catalog entry at the same time. |
System action: |
The function is not executed. In case of an error like "duplicate record" or "record not found", utility processing continues. In case of unexpected error conditions, the utility is terminated abnormally, and a Com-plete thread dump is taken. |
System programmer info: |
Use the VSAM error and feedback code indicated by $2 to determine the reason of the error. ($1 is 0048 in this case) |
Terminal operator info: |
In case of a return / feedback code being indicated by $2, please contact your responsible system programmer. |
UFI0012 | $1 cataloged successfully |
Explanation: |
The file definition indicated has been added. |
UFI0013 | Entry $1 deleted successfully |
Explanation: |
The file definition indicated has been removed. |
UFI0015 | Entry $1 updated successfully |
Explanation: |
The file definition indicated has been updated. |
UFI0016 | Entry updated. File currently open with the old parameter values. |
Explanation: |
The file definition has been updated. However, the appropriate file is currently open for online processing. The new parameter values will become available only after the file is closed (explicitely or during Com-plete termination) and reopened. |
UFI0017 | Warning: Entry belongs to other system, file may be open there. |
Explanation: |
You are attempting to maintain a file definition for a local system other than the one you are working in. When doing so, you should be sure that the file is not being used from the owning system. |
UFI0018 | Function not applicable to local systems other than current. |
Explanation: |
The function you requested is applicable only to files defined as "global" or for the system you are working in. You specified a different system ID. |
UFI0019 | File currently open. Changes uneffective before CLOSE. |
Explanation: |
If you modify parameters of a file while it is open for online processing, any changes you make will become available only after the file is closed (explicitely or during Com-plete termination) and reopened. |
UFI0021 | File $1 has BATCH status |
Explanation: |
You requested the file indicated to be set to BATCH status. The file has been closed if it was open. Online access has been disabled. The file has been deallocated from Com-plete , except if it is allocated permanently by a DD statement or using UDYN. |
UFI0022 | File $1 has ONLINE status |
Explanation: |
As you requested, online access to the file indicated has been enabled. This does not include any allocation, ENQeuing, nor OPEN. |
UFI0023 | File $1 has SHARED status |
Explanation: |
(Use of the SHR function is not recommended.) The ENQ that was being held by Com-plete for the file has been freed. |
UFI0024 | $1 closed successfully |
Explanation: |
The main ACB/DCB used by Com-plete to access the file has been closed. Any further access requests issued by applications assuming the file to be open will fail. The dataset has been deallocated from Com-plete , except if it is allocated permanently by a DD statement or using UDYN. Any OPEN request issued by an application program against this DD/DLBL name will cause the file to be opened again. |
UFI0025 | $1 currently open. Set it to BATCH status first |
Explanation: |
The function you requested cannot be executed while the file is open for online access. |
UFI0026 | $1 is already open |
Explanation: |
The file you requested to be opened is already open. |
UFI0027 | $1 opened successfully |
Explanation: |
The OPEN request you issued has been executed successfully. |
UFI0028 | $1 has been opened. Warning code: $2 |
Explanation: |
The file you requested has been opened, however, a VSAM return code of 4 has been received from the OPEN macro together with the VSAM reason code indicated by $2. |
UFI0029 | Unable to open file $1. Reason code: $2 |
Explanation: |
You requested the VSAM file indicated to be opened, and this request failed with a VSAM return code of 8 and the VSAM reason code indicated by $2. Or Com-plete detected an error and set the reason code. For these codes, see the Com-plete System Programmers Manual, chapter Software Interfaces. In most cases, additional information is written to the system console. |
UFI0030 | $1: DEQ was unsuccessful |
Explanation: |
(The function that caused this message should not be used.) |
UFI0031 | This Com-plete has been started without the VSAM subsystem |
Explanation: |
Your request to explicitely open a VSAM file could not be satisfied because Com-plete was startet without the SYSPARM SUBSYS-ACTIVATE=VSAM being specified. |
Terminal operator info: |
Contact your responsible system programmer. |
UFI0032 | Catalog entry shall be deleted. Press PF5 to confirm. |
Explanation: |
Removal of a file definition must be confirmed pressing the PF5 key. |
UFI0033 | Function supported for VSAM files only. |
Explanation: |
You requested a function applicable to VSAM files only to be executed against a non-VSAM file. |
UFI0034 | $1 is currently not open |
Explanation: |
You requested a function requiring the appropriate file to be open to be executed against a file which is not currently open. |
UFI0036 | CLOSE for $1 failed |
Explanation: |
The request to close the file indicated failed. |