Messages and Descriptions
(FOC500) SU. COMMAND NOT RECOGNIZED:

An invalid HLI command was issued. For example, NXT rather than the NEX command.

(FOC501) SU. COMMAND SYNTAX INCORRECT:

Too few arguments have been provided in the HLI command.

(FOC502) SU. FILE NOT OPENED:

The command cannot be executed because the file has not yet been opened (i.e., no OPN command has been issued).

(FOC503) SU. MORE MEMORY NEEDED ON THE CENTRAL DATA BASE MACHINE:

The sink machine requires more virtual storage to operate. Restart the sink machine in a larger region.

(FOC504) SU. MASTER FILE CANNOT BE LOCATED:

The requested Master File Description cannot be found by the sink machine.

(FOC505) SU. DESCRIPTION OF DATA NOT FOUND:

The requested Master File Description cannot be found by the sink machine.

(FOC506) SU. NO DATA FOUND FOR FILE:

No data found in the specified file. The file must first be initialized by the CREATE command even if no data is entered.

(FOC507) SU. ERROR IN FILE DESCRIPTION:

An error was encountered in the Master File Description on the sink machine.

(FOC508) SU. INVALID PARAMETER IN THE HLI CALL:

An invalid parameter was encountered in an HLI call received by the sink machine (for example, NTEST is less than zero).

(FOC509) SU. FIELDNAME NOT FOUND IN FILE DESCRIPTION:

The fieldname referenced on a SHO command does not exist in the Master File Description. Check the spelling or the structure of the NAMES array passed into the SHO command.

(FOC510) SU. FILE IS NOT OPENED. CLOSE IGNORED:

The file specified in the CLO command is not open. The CLO command has been ignored.

(FOC511) SU. SEGMENT NAME NOT RECOGNIZED:

The segment specified as a TARGET or an ANCHOR segment is not found in the Master File Description.

(FOC512) SU. OPTION NOT SUPPORTED:

The HLI command passed to the sink is recognized but is not yet supported.

(FOC513) SU. NO CURRENT POSITION ACTIVE IN FILE:

No current position has been established from which to execute the command.

(FOC514) SU. TEST RELATION NOT RECOGNIZED:

An invalid test relation was passed to the sink machine. Possibly the number of tests was specified incorrectly. Valid test conditions are LT, LE, GT, GE, EQ, NE, CO, and OM.

(FOC515) SU. IMPROPER USE OF VIRTUAL SEGMENT:

An attempt was made to change or improperly use a cross reference segment.

(FOC516) SU. ERROR ON INCLUDE. UNIQUE INSTANCE ALREADY EXISTS:

An attempt was made to include a second instance of a unique segment for a particular parent instance. The transaction is ignored.

(FOC518) SU. NO PATH EXISTS FROM THE 'ANCHOR' TO THE 'TARGET' SEGMENT:

The ANCHOR and TARGET segments specified do not lie on the same path in the file.

(FOC519) SU. INDEXED FIELD DOES NOT HAVE FIELDTYPE=I:

An error has occurred in the use of an indexed field, or a field named in an NXD command is not indexed.

(FOC520) SU. NO VALUE SUPPLIED FOR AN INDEXED LOOKUP:

On an NXD call, no tests on the target segment were provided.

(FOC521) SU. NO CURRENT PARENT ESTABLISHED FOR CROSS REFERENCE RETRIEVAL:

No parent position has been established for the retrieval of a cross reference segment. The key for the linked segment is not active, and so no retrieval can be performed.

(FOC522) SU. THE PASSWORD DOES NOT PROVIDE FILE ACCESS RIGHTS:

Check the password provided in the FCB.

(FOC523) SU. PASSWORD DOES NOT ALLOW THIS ACTIVITY:

The command issued is not allowed with the current password. Check the password provided in the FCB.

(FOC524) SU. ATTEMPT TO INCLUDE A DUPLICATE SEGMENT:

The segment instance identified by the key values is already in the database. The database has not been changed. (Analogous to FOCURRENT=1 in MODIFY/SU.)

(FOC525) SU. CANNOT DELETE RANDOMLY OBTAINED SEGMENT:

Segment instances obtained with NXK or NXD may not be deleted.

(FOC526) SU. CURRENT POSITION HAS BEEN LOST:

Attempt to change the instance has not been performed, because the instance has been deleted by another user. (Analogous to FOCURRENT=2 in MODIFY/SU.)

(FOC527) SU. FCB IS STILL OPEN, AND CANNOT BE REUSED:

An OPN command was issued for an FCB which was already open. Before reusing the FCB, it must be closed.

(FOC528) SU. TOO MANY FILES OPEN ON THE CENTRAL DATA BASE MACHINE:

Too many files are open on the central database machine (limit 50) or too many FCBs are open (limit 256).

(FOC529) SU. CURRENT RECORD HAS BEEN CHANGED BY ANOTHER USER:

Attempt to change the instance has not been performed because it has already been changed by another user. (Analogous to FOCURRENT=3 in MODIFY/SU.)

(FOC530) SU. THE NUMBER OF FIELDS IN THE FILE EXCEEDS 1500:

SU cannot be used with more than 1,500 fields in a FOCUS file, including cross references.

(FOC531) SU. ALL FILES IN COMBINE DO NOT HAVE SAME CENTRAL MACHINE:

The FOCUS USE command must designate that all of the files used in the COMBINE have the same sink machine. Either they must all be controlled by the same sink or they must all be local files.

(FOC535) MORE CORE IS NEEDED TO EXECUTE REQUEST: COMMIT

The amount of main storage is insufficient for executing the specified command. Define larger storage and re execute the command.

(FOC538) SU. CENTRAL AND LOCAL USERS HAVE DIFFERENT MASTER DESCRIPTIONS:

The Master File Description read by the central data base machine is not the same as the one used by the source or local machine.

(FOC540) SU. ENVIRONMENT PROBLEM IN THE CENTRAL DATA BASE MACHINE:

The central database machine has terminated because of a fatal error.

(FOC541) SU. CENTRAL DATABASE MACHINE ERROR:

A communication error has occurred on the central database machine.

(FOC542) SU. COMMUNICATION NOT AVAILABLE TO CENTRAL DATABASE MACHINE:

The central database machine has not been started or the wrong name has been used for the central database machine.

(FOC543) SU. ERROR COMMUNICATING WITH CENTRAL DATA BASE MACHINE:

A communication error has occurred. Check to see that the sink machine is still active and, if not, restart it.

(FOC544) SU. COMMUNICATION NO LONGER AVAILABLE TO CENTRAL DATABASE MACHINE:

The central data base machine is not active. Check to see if it has been terminated, and restart it.

(FOC545) SU. UNRECOVERABLE CENTRAL DATABASE MACHINE ERROR:

A fatal error has occurred on the sink machine. Check to see if the sink machine is active and, if not, restart it.

(FOC546) SU. UNRECOVERABLE CENTRAL DATABASE MACHINE ERROR:

A fatal error has occurred on the sink machine. Check to see if the sink machine is active and, if not, restart it.

(FOC549) INVALID. A SIMULTANEOUS USER HAS JUST INPUT THIS SEGMENT:

Another FOCUS user has input a segment with the same keys as you. Re retrieve the data and try again, or alter your MODIFY case logic to check the value of FOCURRENT and automatically retry.

(FOC550) INVALID. A SIMULTANEOUS USER HAS JUST CHANGED THIS SEGMENT:

Another FOCUS user has changed some data in this segment before you. Re retrieve the data and try again, or alter your MODIFY case logic to check the value of FOCURRENT and automatically retry.

(FOC551) INVALID. A SIMULTANEOUS USER HAS JUST DELETED THIS SEGMENT:

Another FOCUS user has just deleted the segment you are trying to update or include. Re retrieve the data and try again, or alter your MODIFY case logic to check the value of FOCURRENT and automatically retry.

(FOC725) ERROR IN HLI PROFILE:

Only certain SET commands may be issued in the HLI profile. Either a non SET line was found, or an invalid SET command was issued. Check the member HLIPROF of the FOCEXEC data set on MVS). The erroneous line was ignored.

(FOC726) OPTION NOT SUPPORTED WITH COMMIT/SU:

COMMIT/SU does not support the use of an alternate file view.

(FOC758) NO FILE INTEGRITY AVAILABLE. MODIFY TERMINATED:

The COMMIT/ROLLBACK feature of MODIFY requires Absolute File Integrity in order to run.

(FOC759) FATAL ERROR DURING COMMIT. MODIFY TERMINATED:

A fatal error was encountered while applying the COMMIT to the database.

(FOC760) FATAL ERROR DURING ROLLBACK. MODIFY TERMINATED:

A fatal error was encountered while attempting to ROLLBACK the database.

(FOC761) UNABLE TO INITIALIZE FOCSORT. MODIFY TERMINATED

In order to run a MODIFY with the COMMIT/ROLLBACK feature, FOCSORT must be used. Check to see if FOCSORT was allocated properly.

(FOC766) UNABLE TO ESTABLISH SINK POSITION. ROLLBACK FORCED:

A position from which to match on the sink could not be established. Any further database actions are meaningless. Therefore a ROLLBACK is forced.

(FOC767) UNABLE TO ESTABLISH NEW COMMIT USER ON THE SINK:

There is no more room on the sink for another COMMIT user. As a result the user is terminated.

(FOC769) SU. FUNCTION DISABLED: COMMIT:

COMMIT functionality on the sink machine has been disabled. Contact your sink machine administrator.

(FOC896) READ OPTION REQUIRED ON USE STATEMENT WITH AS AND ON OPTIONS

Must specify the READ option on a USE statement when using the AS and ON options.


Information Builders