gtpm5m0dMessages (Online)

BROW

BROW0051EMALLOC FOR BUFFER ALLOCATION FAILED

Explanation: A ZBROW command could not be completed because storage could not be allocated. This is most likely the result of an internal logic error.

System Action: The command is rejected.

User Response: See your IBM service representative for more information.

See TPF Operations for more information about the ZBROW commands.

BROW0098ETPFCS ERROR, ERROR CODE errcode errtext

Where:

errcode
The error code.

errtext
The text describing the error.

Explanation: A ZBROW command could not be completed because an error occurred. This error may or may not be internal. The error code from the associated environment block is displayed.

System Action: The command is rejected.

User Response: Do the following:

  1. Check for other errors that preceded this message to help determine why TPF collection support (TPFCS) was unable to process the information for the specified request.
  2. See your IBM service representative if you determine the error is internal.
See TPF Operations for more information about the ZBROW commands and see the TPF C/C++ Language Support User's Guide for the TPFCS error code summary.

BROW0099ETO2 INTERNAL ERROR, ERROR CODE errcode errtext

Where:

errcode
The internal error code.

errtext
The text describing the error.

Explanation: A ZBROW command could not be completed because an internal error occurred. The error code from the associated environment block is displayed.

System Action: The command is rejected.

User Response: See your IBM service representative for more information if you are unable to determine the cause of the internal error.

See TPF Operations for more information about the ZBROW commands and see the TPF C/C++ Language Support User's Guide for the TPF collection support (TPFCS) error code summary.

BROW0201ILOCATION - location NAME - classname

Where:

location
The base address of the class.

classname
The name of the class specified on the command.

Explanation: This is the normal response to the ZBROW CLASS command with the DISPLAY and NAME parameters specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW CLASS command.

BROW0202ICLASS LOCATION DISPLAY

Explanation: This is the normal response to the ZBROW CLASS command with the DISPLAY and ALL parameters specified.

System Action: Information about defined classes and their locations follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW CLASS command and for an example of the informational display.

BROW0203IMETHOD LOCATION DISPLAY

Explanation: This is the normal response to the ZBROW CLASS command with the LOCATE or METHODS parameter specified.

System Action: Information about methods and locations of the specified class follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW CLASS command and for an example of the informational display.

BROW0204ICLASS INHERITANCE DISPLAY

Explanation: This is the normal response to the ZBROW CLASS command with the TREE parameter specified.

System Action: Information about the hierarchy of classes follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW CLASS command and for an example of the informational display.

BROW0205ICLASS INFORMATION DISPLAY

Explanation: This is the normal response to the ZBROW CLASS command with the INFORMATION parameter specified.

System Action: Information about the specified class follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW CLASS command and for an example of the informational display.

BROW0206ICLASS ATTRIBUTES DISPLAY

Explanation: This is the normal response to the ZBROW CLASS command with the ATTRIBUTES parameter specified.

System Action: Information about the values for the class attributes of the specified class follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW CLASS command and for an example of the informational display.

BROW0210IBROWSE OF CLASS COMPLETED

Explanation: This is the normal response to the ZBROW CLASS command. This message is displayed whether the ZBROW CLASS command was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, enter the ZBROW CLASS command again.

See TPF Operations for more information about the ZBROW CLASS command.

BROW0251EERROR PRINTING TEXT, REQUEST ENDED

Explanation: A ZBROW CLASS command could not be completed because of a printer error.

System Action: The command is rejected.

User Response: Review other messages to determine the cause of the printer failure.

See TPF Operations for more information about the ZBROW CLASS command.

BROW0252ESPECIFIED PRINTER NOT AVAILABLE

Explanation: The ZBROW CLASS command was entered with the MAP parameter specified to assign a printer. An error occurred because the specified printer is not available.

System Action: The command is rejected.

User Response: Do the following:

  1. Make sure that unit record support is configured on the TPF system and that a printer has been defined.
  2. Enter the ZBROW CLASS command again specifying the MAP parameter.

See TPF Operations for more information about the ZBROW CLASS command.

BROW0253EERROR ALLOCATING BUFFER FOR CURSOR

Explanation: A ZBROW CLASS command could not be completed because an error occurred while trying to allocate memory. This is most likely the result of an internal logic error.

System Action: The command is rejected.

User Response: See your IBM service representative for more information.

See TPF Operations for more information about the ZBROW CLASS command.

BROW0254ECLASS INFORMATION UNAVAILABLE

Explanation: The ZBROW CLASS command was entered with the ATTRIBUTES parameter specified to display the class attributes. There are no class attributes to display for the specified class.

System Action: The command is rejected.

User Response: None.

See TPF Operations for more information about the ZBROW CLASS command.

BROW0255EEITHER CLASS OR ALL MUST BE SPECIFIED

Explanation: A ZBROW CLASS command with the DOCUMENT parameter specified was entered without the name of the class or the ALL parameter.

System Action: The command is rejected.

User Response: Enter the ZBROW CLASS command again specifying a class name or the ALL parameter.

See TPF Operations for more information about the ZBROW CLASS command.

BROW0256EEITHER METHOD OR ALL MUST BE SPECIFIED, BUT NOT BOTH

Explanation: A ZBROW CLASS command with the DOCUMENT parameter specified was entered with both the METHOD and ALL parameters specified. These parameters cannot be specified at the same time.

System Action: The command is rejected.

User Response: Enter the ZBROW CLASS command with the DOCUMENT parameter again specifying either the METHOD or ALL parameter.

See TPF Operations for more information about the ZBROW CLASS command.

BROW0257ENAME AND ALL CANNOT BOTH BE SPECIFIED

Explanation: A ZBROW CLASS command with the DISPLAY parameter specified was entered with both the name of the class and ALL parameters specified. These parameters cannot be specified at the same time.

System Action: The command is rejected.

User Response: Enter the ZBROW CLASS command with the DISPLAY parameter again specifying either the name of the class or the ALL parameter.

See TPF Operations for more information about the ZBROW CLASS command.

BROW0258ECLASS NAME classname UNDEFINED

Where:

classname
The name of the class specified on the command.

Explanation: TPF collection support could not find the class name specified on a ZBROW CLASS command.

System Action: The command is rejected.

User Response: Do the following:

  1. If the class name was specified correctly, see your system programmer to determine why TPF collection support was unable to find the class name.
  2. If the class name was not specified correctly, enter the ZBROW CLASS command again specifying a valid class name.

See TPF Operations for more information about the ZBROW CLASS command.

BROW0259EMETHOD NAME methodname UNDEFINED FOR CLASS NAME classname

Where:

methodname
The name of the method whose documentation was to be printed.

classname
The name of the class specified on the command.

Explanation: The ZBROW CLASS command was entered with the METHOD parameter specified to find the method name of the specified class. An error occurred because TPF collection support was unable to find the method name specified.

System Action: The command is rejected.

User Response: Do the following:

  1. Enter ZBROW CLASS TREE to review the class hierarchy because the method you are looking for might be inherited from a superclass.
  2. Enter ZBROW CLASS METHOD NAME-classname to get a list of defined methods for the class and verify that the method name is in the list.
  3. Do one of the following:
    1. If the method is in the list, see your system programmer to determine why TPF collection support was not able to find it. Once a determination has been made, enter the ZBROW CLASS command again specifying a valid method name.
    2. If the method is not in the list, see your IBM service representative for more information. Once the problem has been solved, enter the ZBROW CLASS command again specifying a valid method name.

See TPF Operations for more information about the ZBROW CLASS command.

BROW0301INAME DEFINITION DISPLAY

Explanation: This is the normal response to the ZBROW NAME command with the DISPLAY parameter specified.

System Action: Information about the collection name, data store name, and collection persistent identifier (PID) follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW NAME command.

BROW0303ICOLLECTION NAME SUCCESSFULLY DEFINED

Explanation: This is the normal response to the ZBROW NAME command with the DEFINE parameter specified and the ZBROW COLLECTION command with the COPY, COPYDD, or MIGRATE parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW NAME or ZBROW COLLECTION command.

BROW0304ICOLLECTION NAME SUCCESSFULLY REMOVED

Explanation: This is the normal response to the ZBROW NAME command with the REMOVE parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW NAME command.

BROW0310INAME DEFINITION REQUEST COMPLETED

Explanation: This is the normal response to the ZBROW NAME command. This message is displayed whether ZBROW NAME was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, enter the ZBROW NAME command again.

See TPF Operations for more information about the ZBROW NAME command.

BROW0351ENAME - colname IS UNDEFINED

Where:

colname
The collection name to display.

Explanation: A ZBROW NAME command was entered with the DISPLAY parameter specified and a collection name that is not defined.

System Action: The command is rejected.

User Response: Do one of the following:

See TPF Operations for more information about the ZBROW NAME command.

BROW0352EEITHER NAME OR ALL MUST BE SPECIFIED

Explanation: A ZBROW NAME command with the DISPLAY parameter specified or a ZBROW PROPERTY command with the DELETE or DISPLAY parameter specified was entered without the name of the class or the ALL parameter.

System Action: The command is rejected.

User Response: Do one of the following:

  1. Enter the ZBROW NAME command again specifying the DISPLAY parameter with a valid class or specifying the ALL parameter.
  2. Enter the ZBROW PROPERTY command again specifying the DISPLAY or DELETE parameter with a valid class or specifying the ALL parameter.

See TPF Operations for more information about the ZBROW NAME or ZBROW PROPERTY command.

BROW0353EERROR WRITING COLL NAME, NAME NOT DEFINED

Explanation: An internal error occurred while processing a ZBROW NAME command.

System Action: The command is rejected.

User Response: See your IBM service representative for more information.

See TPF Operations for more information about the ZBROW NAME command.

BROW0354EERROR REMOVING COLLECTION NAME, NAME NOT REMOVED

Explanation: A ZBROW NAME command was entered with the REMOVE parameter specified to remove a collection name. An error occurred because the collection name was either not found or was incorrect.

System Action: The command is rejected.

User Response: Do the following:

  1. Determine the correct collection name.
  2. Enter the ZBROW NAME command again specifying the REMOVE parameter and a valid collection name.

See TPF Operations for more information about the ZBROW NAME command.

BROW0355EDATA STORE dsname INCORRECT OR NOT DEFINED

Where:

dsname
The data store name.

Explanation: A ZBROW NAME command was entered with an incorrect or undefined data store name previously established with a ZBROW QUALIFY command.

System Action: The command is rejected.

User Response: Do the following:

  1. Check to see if the specified data store name is correct by entering ZOODB DISPLAY DS ALL. Then, do the following:
    1. Correct qualification on a misspelled data store name by entering the ZBROW QUALIFY command again with the SET parameter specified and specify the data store name.
    2. Determine why the ZBROW NAME command failed if the data store is in the list of defined data stores, and report the failure to your system programmer.
  2. Enter the ZBROW NAME command again.

See TPF Operations for more information about the ZBROW QUALIFY or ZBROW NAME command.

BROW0356ETO2 NOT INITIALIZED

Explanation: A ZBROW command could not be processed because the TPFCS database is not initialized.

System Action: The command is rejected.

User Response: Enter the ZOODB INIT command if your database was never initialized or see your system programmer.

See TPF Operations for more information about the ZBROW or ZOODB INIT command.

BROW0357ESPECIFIED NAME NOT FOUND

Explanation: An error occurred while trying to process a ZBROW NAME command because the specified name was not found.

System Action: The command is rejected.

User Response: Enter the ZBROW NAME command again.

See TPF Operations for more information about the ZBROW NAME command.

BROW0358EBROWSER DICTIONARY IS EMPTY

Explanation: The ZBROW NAME command was entered with the DISPLAY and ALL parameters specified to display collection names. The names could not be displayed because there are no collection names defined for the qualified data store.

System Action: The command is rejected.

User Response: None.

See TPF Operations for more information about the ZBROW NAME command.

BROW0359ENAME - colname IS ALREADY DEFINED

Where:

colname
The target name of the collection.

Explanation: A ZBROW NAME command with the DEFINE parameter specified could not be processed because the target name is already assigned to a collection.

System Action: The command is rejected.

User Response: Enter the ZBROW NAME command again using a target collection name that is not already in use.

See TPF Operations for more information about the ZBROW NAME command.

BROW0360ECOLLECTION NAME NOT DEFINED

Explanation: A ZBROW NAME command with the REMOVE parameter specified was entered with a collection name that is not defined.

System Action: The command is rejected.

User Response: Enter the ZBROW NAME command again with the name of a defined collection specified.

See TPF Operations for more information about the ZBROW NAME command.

BROW0399EINVALID NAME DEFINITION REQUEST CODE

Explanation: An internal error occurred while processing a ZBROW NAME command.

System Action: The command is rejected.

User Response: See your IBM service representative for more information.

BROW0402IVALIDATION REPORT DISPLAY

Explanation: This is the normal response to the ZBROW COLLECTION command with the VALIDATE parameter specified. This header is followed by the persistent identifier (PID) of the collection being validated and a formatted display of the errors that occurred during the validation of this collection. Each of the possible errors follows with a unique error identifier as shown in the display. The lower the identifier, the higher the severity of the problem.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD0000 - VALIDATE FOUND NO STRUCTURAL ERRORS ON chain CHAIN

Where:

chain
The structure chain validated (CONTROL, ALLOCATED DATA or RELEASED DATA, ALLOCATED KEY or RELEASED KEY, or ALLOCATED DIRECTORY or RELEASED DIRECTORY).

Explanation: Validation processing did not find any errors for the specified chain in the internal structure of the collection. TPF collection support reconstruction may not be necessary.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD0150 - VALIDATION REQUEST DENIED. NOT SUPPORTED FOR COLLECTIONS WITH RESIDENCY TYPE COMPACT.

Explanation: The ZBROW COLLECTION command was entered with the VALIDATE parameter specified to attempt to validate a collection with residency-type COMPACT. Validation is only supported for collections with residency type EXTENDED. The residency type of a collection can be displayed by using the ZBROW COLLECTION command with the DISPLAY parameter specified.

System Action: The original collection is left unchanged from its original state before you entered the ZBROW COLLECTION command with the VALIDATE parameter specified.

User Response: Enter the ZBROW COLLECTION command with the DISPLAY parameter specified to verify that the collection in question is of residency-type COMPACT. If the residency type is COMPACT, repair the collection by doing one of the following:

See TPF Operations for more information about the ZBROW COLLECTION, ZDFIL, and ZAFIL commands.

Action Identifier: VALD1000 - HARDWARE/SOFTWARE ERROR ON chain CHAIN AT FA fileAddr.

Where:

chain
The corrupted chain of the record (CONTROL, ALLOCATED DATA or RELEASED DATA, ALLOCATED KEY or RELEASED KEY, or ALLOCATED DIRECTORY or RELEASED DIRECTORY).

fileAddr
The file address that has the error.

Explanation: The file address of a record on the specified chain is not a valid file address reference format (FARF) file address or the storage medium for the record is damaged.

Note:
If a file address of zero is indicated, it is likely that the chain anchor and count are zero when there should be records on that chain.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD1200 - RECORD ID/RCC CHECK ON chain CHAIN AT FA fileAddr.

Where:

chain
The corrupted chain of the record (CONTROL, DATA, KEY, or DIRECTORY).

fileAddr
The file address that has the error.

Explanation: A record on the specified chain has been identified as having an incorrect record ID or record code check (RCC), or both.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD1300 - RECORD ON chain CHAIN AT FA fileAddr. RECORD HAS NO SHADOW.

Where:

chain
The corrupted chain of the record (CONTROL, DATA, KEY, or DIRECTORY).

fileAddr
The file address that has the error.

Explanation: A record on the specified chain for a collection that is being shadowed has no embedded shadow file address.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD1301 - RECORD ON chain CHAIN AT FA fileAddr. IO ERROR ON SHADOW fileAddr1.

Where:

chain
The corrupted chain of the record (CONTROL, DATA, KEY, or DIRECTORY).

fileAddr
The file address of the prime record.

fileAddr1
The file address of the shadow record.

Explanation: An input/output (I/O) error was received while attempting to read the embedded file address of the shadow record.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD1302 - RECORD ON chain CHAIN AT FA fileAddr. SHADOW fileAddr1 PRIME/SHADOW MISMATCH.

Where:

chain
The corrupted chain of the record (CONTROL, DATA, KEY, or DIRECTORY).

fileAddr
The file address of the prime record.

fileAddr1
The file address of the shadow record.

Explanation: A compare of the prime record and the shadow record failed. These records should be the same.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD1303 - RECORD ON chain CHAIN AT FA fileAddr. SHADOW NOT ACTIVE, SHADOW ASSIGNED FA fileAddr1

Where:

chain
The corrupted chain of the record (DATA, KEY, or DIRECTORY).

fileAddr
The file address of the prime record.

fileAddr1
The file address of the shadow record.

Explanation: A collection that does not have shadowing active has an embedded shadow file address.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD1304 - RECORD ON chain CHAIN AT FA fileAddr. HEADER DOES NOT MATCH ASSIGNED FA.

Where:

chain
The corrupted chain of the record (CONTROL, DATA, KEY, or DIRECTORY).

fileAddr
The file address of the prime record.

Explanation: The embedded prime file address of the record does not match the actual file address of the record.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD1305 - RECORD ON chain CHAIN AT FA fileAddr. RECORD CONTROL FLAG IS NOT VALID.

Where:

chain
The corrupted chain of the record (CONTROL, DATA, KEY, or DIRECTORY).

fileAddr
The file address of the prime record.

Explanation: The format control flag of the record is not correct.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD1500 - CLASS ID MISMATCH ON chain CHAIN AT FA fileAddr.

Where:

chain
The corrupted chain of the record (ALLOCATED or RELEASED DATA or KEY).

fileAddr
The file address that has the error.

Explanation: A record on the specified chain has been identified as having an incorrect class identifier (ID).

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD1800 - OWNER ID MISMATCH ON chain CHAIN AT FA fileAddr.

Where:

chain
The corrupted chain of the record (DATA, KEY, or DIRECTORY).

fileAddr
The file address of the record whose owner ID is incorrect.

Explanation: A record on the specified chain has been identified as having an incorrect owner ID value.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD2000 - INCORRECT FORMAT FOR RRN ON chain CHAIN AT FA fileAddr.

Where:

chain
The corrupted chain of the record (DATA or KEY).

fileAddr
The file address that has the error.

Explanation: A record on the specified chain has been identified as having an RRN that is negative, which is a format that is not valid.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD4000 - DIRECTORY NOT AVAILABLE FOR RRN rrn ON chain CHAIN.

Where:

rrn
The RRN that does not have a directory entry associated with it.

chain
The corrupted chain of the record (DATA or KEY).

Explanation: An attempt to locate the directory entry for a specific RRN of a block on the specified chain failed.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD4200 - FILE ADDRESS MISMATCH FOR RRN rrn ON chain CHAIN.

Where:

rrn
The RRN whose data record and directory entry file addresses do not match.

chain
The corrupted chain of the record (DATA or KEY).

Explanation: A directory entry whose RRN is the same as the record on the chain specified has a different file address than that of the record.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD4201 - SHADOW FILE MISMATCH FOR RRN rrn ON chain CHAIN.

Where:

chain
The corrupted chain of the record (DATA, KEY, or DIRECTORY).

fileAddr
The file address of the prime record.

Explanation: The directory entry for the record has a different shadow file address than the embedded shadow address of the record.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD4500 - SEVERE DIRECTORY ERROR FOR RRN rrn ON chain CHAIN.

Where:

rrn
The relative record number (RRN) that does not have a directory entry associated with it.

chain
The corrupted chain of the record (DATA or KEY).

Explanation: An attempt to locate the directory entry for the RRN of a block in the specified chain failed, causing a serious error.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD5100 - INCORRECT RID/RCC DETECTED IN STRUCTURE CONTROL FOR chain RECORDS.

Where:

chain
The structure control chain type (DATA, KEY, or DIRECTORY) found to have an RID/RCC value of zero.

Explanation: Validate processing for the structure control record detected a zero RID/RCC value for the specified chain.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD5200 - INCORRECT CHAIN TYPE INDICATOR IN STRUCTURE CONTROL FOR chain CHAIN.

Where:

chain
The structure control chain type (DATA, KEY, or DIRECTORY) found to have an incorrect chain type identifier tag.

Explanation: Validate processing for the structure control record detected an incorrect chain type identifier tag for the specified chain.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD5900 - INCORRECT CHAIN CONTROL VALUES IN STRUCTURE CONTROL FOR chain CHAIN.

Where:

chain
The structure control chain type (DATA, KEY, or DIRECTORY) found to have an incorrect control information.

Explanation: Validate processing for the structure control record detected an incorrect chain relative record number (RRN) count or an inconsistency between the RRN count and the associated file chain pointer.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD9000 - chain CHAIN LENGTH MISMATCH. STRUCTURE COUNT: structCount ACTUAL COUNT: actualCount.

Where:

chain
The corrupted chain type (ALLOCATED DATA or RELEASED DATA, KEY, or DIRECTORY) found to have a closed loop chain.

structCount
The structure count of blocks on the specified chain.

actualCount
The actual number of blocks on the specified chain.

Explanation: The count of the number of blocks on the specified chain does not match the actual number of blocks on the chain.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: VALD9500 - CLOSED LOOP CHAIN DETECTED DURING CHAIN CHASE FOR chain CHAIN.

Where:

chain
The corrupted chain type (ALLOCATED DATA or RELEASED DATA, KEY, or DIRECTORY) assumed to have a closed loop chain.

Explanation: Validate processing for the specified chain detected a mismatch between the number of relative record numbers (RRNs) indicated and the actual number of records on the chain. The chain chase exceeded 2 cycles of 1000 additional chained record reads. Validate processing ended the chain chase, assuming a closed loop chain.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW commands.

BROW0403ICOLLECTION PARTS DISPLAY

Explanation: This is the normal response to the ZBROW COLLECTION command with the PARTS parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command and for an example of the informational display.

BROW0404IRECONSTRUCTION REPORT DISPLAY

Explanation: This is the normal response to the ZBROW COLLECTION command with the RECONSTRUCT parameter specified. This header is followed by the persistent identifier (PID) of the collection being reconstructed and a formatted display of the errors corrected and actions taken during reconstruction of the object, including a list of errors that have not been resolved. Each of the possible actions follows with a unique action identifier, as shown in the display.

Action Identifier: RECN0000 - RECONSTRUCTION FOUND NO ERRORS TO CORRECT.

Explanation: Reconstruction processing did not find any errors to process because the validation report is empty or all errors have been corrected already.

System Action: None.

User Response: Enter the ZBROW COLLECTION command again with the VALIDATE parameter specified to verify that there are no errors in the collection.

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: RECN0100 - MULTIPLE CONFLICTING HIGH SEVERITY ERRORS. AMBIGUITY UNRESOLVABLE.

Explanation: One of the following errors occurred:

System Action: The original collection remains unchanged from its original state before entering the ZBROW COLLECTION command with the RECONSTRUCT parameter specifying either KEYS or DIRECT.

User Response: Do the following:

  1. Enter a ZBROW COLLECTION command with the VALIDATE parameter specified to determine if there are any errors in the collection beyond an error in the chain you are trying to reconstruct.
  2. Do one of the following:

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: RECN0150 - RECONSTRUCT REQUEST DENIED. NOT SUPPORTED FOR COLLECTIONS WITH RESIDENCY TYPE COMPACT

Explanation: The ZBROW COLLECTION command was entered with the RECONSTRUCT parameter specified to attempt to reconstruct a collection with residency-type COMPACT. Reconstruct is only supported for collections with residency type EXTENDED. The residency type of a collection can be displayed by using the ZBROW COLLECTION command with the DISPLAY parameter specified.

System Action: The original collection is left unchanged from its original state before you entered the ZBROW COLLECTION command with the RECONSTRUCT parameter specified.

User Response: Enter the ZBROW COLLECTION command with the DISPLAY parameter specified to verify that the collection in question is of residency-type COMPACT. If the residency type is COMPACT, repair the collection by doing one of the following:

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: RECN0155 - RECONSTRUCT KEYS REQUEST DENIED. NOT SUPPORTED FOR NON-KEYED COLLECTIONS

Explanation: The ZBROW COLLECTION command was entered with both the KEYS parameter and the RECONSTRUCT parameter specified to reconstruct a key chain of a collection. An error occurred because the collection is not keyed.

System Action: The original collection is left unchanged from its original state before you entered the ZBROW COLLECTION command with the RECONSTRUCT parameter specified.

User Response: Enter the ZBROW COLLECTION command again specifying the RECONSTRUCT parameter and a parameter other than the KEYS parameter. For example, if you want to repair the internal mapping of the collection and the directory chain, enter the ZBROW COLLECTION command with the RECONSTRUCT and DIRECTORY parameters specified.

Next, do one of the following:

See TPF Operations for more information about the ZBROW COLLECTION command.

Action Identifier: RECN1100 - chain CHAIN RECONSTRUCTED. CHAIN LENGTH IS length.

Where:

chain
The corrupted chain (DATA, KEY, or DIRECTORY).

length
The number of blocks that are on the reconstructed chain.
Note:
Entries on the directory chain are overflow for the imbedded directories of the control records. Therefore, a length of zero indicates there is no overflow.

Explanation: Action identifiers VALD1000, VALD1200, VALD1500, or VALD1800 has been corrected.

System Action: The specified chain was reconstructed.

User Response: None.

BROW0405ICOLLECTION DISPLAY

Explanation: This is the normal response to the ZBROW DISPLAY command with the COLLECTION parameter specified.

System Action: Information about the collection follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW DISPLAY command and for an example of the informational display.

BROW0406ICOLLECTION ATTRIBUTES DISPLAY

Explanation: This is the normal response to the ZBROW COLLECTION command with the ATTRIBUTES parameter specified.

System Action: Information about the values of all attributes for the collection specified follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command and for an example of the informational display.

BROW0407ICOLLECTION NAME DISPLAY

Explanation: This is the normal response to the ZBROW COLLECTION command with the NAME parameter specified. This header is followed by a formatted display of characteristics about the collection specified or about components of the collection.

System Action: Information about the collection follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command and for an example of the informational display.

BROW0408ICOLLECTION ELEMENT DISPLAY

Explanation: This is the normal response to the ZBROW DISPLAY command with the ELEMENT` parameter specified.

System Action: Information about the specified element of the collection follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW DISPLAY command and for an example of the informational display.

BROW0410IBROWSE OF COLLECTION COMPLETE

Explanation: This is the normal response to the ZBROW COLLECTION or ZBROW DISPLAY command. This message is displayed whether the ZBROW COLLECTION or ZBROW DISPLAY command was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW COLLECTION or ZBROW DISPLAY command again.

See TPF Operations for more information about the ZBROW COLLECTION or ZBROW DISPLAY command.

BROW0411ICOPY COMPLETED

Explanation: This is the normal response to the ZBROW COLLECTION command with the COPY parameter specified. This message is displayed whether the ZBROW COLLECTION command was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW COLLECTION command again.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0412IDELETE COMPLETED

Explanation: This is the normal response to the ZBROW COLLECTION command with the DELETE parameter specified. This message is displayed whether the ZBROW COLLECTION command was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW COLLECTION command again.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0413IRECLAIM COMPLETED

Explanation: This is the normal response to the ZBROW COLLECTION command with the RECLAIM parameter specified. This message is displayed whether ZBROW COLLECTION was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW COLLECTION command again.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0414ICOLLECTION HAS BEEN EMPTIED

Explanation: This is the normal response to the ZBROW COLLECTION command with the EMPTY parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0415ICOLLECTION MARKED FOR DELETION

Explanation: This is the normal response to the ZBROW COLLECTION command with the DELETE parameter specified.

System Action: The collection will be deleted after a 48-hour delay.

User Response: Do one of the following:

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0416ICOLLECTION SUCCESSFULLY RECLAIMED

Explanation: This is the normal response to the ZBROW COLLECTION command with the RECLAIM parameter specified. This command was entered for a collection that was marked for deletion.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0417ICOLLECTION COPIED SUCCESSFULLY

Explanation: This is the normal response to the ZBROW COLLECTION command with the COPY parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0418IADDALL COMPLETED

Explanation: This is the normal response to the ZBROW COLLECTION command with the ADDALL parameter specified. This message is displayed whether ZBROW COLLECTION was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW COLLECTION command again.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0419ICAPTURE COMPLETED

Explanation: This is the normal response to the ZBROW COLLECTION command with the CAPTURE parameter specified. This message is displayed whether ZBROW COLLECTION was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW COLLECTION command again.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0420IRESTORE COMPLETED

Explanation: This is the normal response to the ZBROW COLLECTION command with the RESTORE parameter specified. This message is displayed whether ZBROW COLLECTION was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW COLLECTION command again.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0421ICOLLECTION colname SUCCESSFULLY CAPTURED

Where:

colname
The name of the captured collection.

Explanation: This is the normal response to the ZBROW COLLECTION command with the CAPTURE parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0422ICOLLECTION origname SUCCESSFULLY RESTORED AS newname

Where:

origname
The name of the captured collection.

newname
The name of the restored collection.

Explanation: This is the normal response to the ZBROW COLLECTION command with the RESTORE parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0423ICOLLECTION MIGRATED SUCCESSFULLY

Explanation: This is the normal response to the ZBROW COLLECTION command with the MIGRATE parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0424IMIGRATION PROCESSING COMPLETED

Explanation: This is the normal response to the ZBROW COLLECTION command with the MIGRATE parameter specified. This message is displayed whether the ZBROW COLLECTION command was successful or not.

System Action: If an error occurs, this message is accompanied by another, more specific online error message.

User Response: If an error occurs, do the following:

  1. Examine the accompanying online message to determine the cause of the error.
  2. Correct the error.
  3. Enter the ZBROW COLLECTION command again specifying the MIGRATE parameter.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0425IACCESS MODE FOR COLLECTION CHANGED

Explanation: This is the normal response to the ZBROW ALTER command with the MODE parameter specified. This message is displayed when ZBROW ALTER is successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW ALTER command again.

See TPF Operations for more information about the ZBROW ALTER command.

BROW0426IEMPTY PROCESSING COMPLETED

Explanation: This is the normal response to the ZBROW COLLECTION command with the EMPTY parameter specified. This message is displayed whether the ZBROW COLLECTION command was successful or not.

System Action: If an error occurs, this message is accompanied by another, more specific online error message.

User Response: If an error occurs, do the following:

  1. Examine the accompanying online message to determine the cause of the error.
  2. Correct the error.
  3. Enter the ZBROW COLLECTION command again specifying the EMPTY parameter.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0451EDSNAME REQUIRED WITH DISPLAY ALL REQUEST

Explanation: A ZBROW DISPLAY command was entered with the COLLECTION and ALL parameters specified but without specifying a data store (DS) name.

System Action: The command is rejected.

User Response: Enter the ZBROW DISPLAY command again specifying the name of the data store.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0452ECOLLECTION NAME NOT DEFINED

Explanation: A ZBROW command was entered with a collection name specified that is not defined.

System Action: The command is rejected.

User Response: Do the following:

  1. Define a name for the collection by entering the ZBROW NAME command with the DEFINE parameter specified.
  2. Enter the ZBROW command again with the name of the defined collection specified.

See TPF Operations for more information about the ZBROW commands.

BROW0453ECOLLECTION NAME OR ALL PARAMETER REQUIRED

Explanation: A ZBROW DISPLAY command with the COLLECTION parameter specified was entered without specifying either the name of the collection or the ALL parameter.

System Action: The command is rejected.

User Response: Enter the ZBROW DISPLAY command again specifying a collection name or the ALL parameter.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0454ECOLLECT NAME NOT ALLOWED WITH DISPLAY ALL

Explanation: A ZBROW DISPLAY command was entered with a collection name and the COLLECTION and ALL parameters specified. You cannot specify both a collection name and the ALL parameter.

System Action: The command is rejected.

User Response: Enter the ZBROW DISPLAY command again specifying a collection name or the ALL parameter.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0455EDSNAME IS NOT ALLOWED WITH COLLECTION NAME

Explanation: A ZBROW DISPLAY command was entered with the COLLECTION parameter, a collection name, and the DS parameter specified. You cannot specify a collection name with the DS parameter.

System Action: The command is rejected.

User Response: Do one of the following:

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0456EHEX CONVERSION ERROR ON VALUE PARAMETER

Explanation: A ZBROW DISPLAY command was entered with the ENTRY and VALUE parameters specified. This command was not processed because the hexadecimal value specified for the VALUE parameter contained one of the following:

System Action: The command is rejected.

User Response: Enter the ZBROW DISPLAY command again specifying a valid hexadecimal value.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0457ESPECIFIED INDEX BEYOND END OF COLLECTION

Explanation: A ZBROW DISPLAY command was entered with the ENTRY parameter specified. This command was not processed because the collection index specified is greater than the maximum index for the collection.

System Action: The command is rejected.

User Response: Enter the ZBROW DISPLAY command again specifying a valid collection index.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0458ECOLLECTION INFORMATION UNAVAILABLE

Explanation: A ZBROW COLLECTION command was entered, but there is no information available for display. This may result from an internal logic error.

System Action: The command is rejected.

User Response: See your IBM service representative for more information.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0459ESPECIFIED COLLECTION IS EMPTY

Explanation: This is the response to the ZBROW command when there are no elements in the collection name specified. There are no elements to process.

System Action: The command is rejected.

User Response: None.

See TPF Operations for more information about the ZBROW commands.

BROW0461EZERO INDEX NOT ALLOWED

Explanation: The ZBROW DISPLAY command was entered with the ENTRY parameter specified with a zero index. A zero index is not allowed because indexed collections are 1-based. Enter 1 for the first element.

System Action: The command is rejected.

User Response: Enter the ZBROW DISPLAY command again specifying the ENTRY parameter and a valid index.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0462ECHAIN TYPE NOT SPECIFIED

Explanation: The ZBROW COLLECTION command was entered with the RECONSTRUCT parameter specified. An error occurred because a chain type was not specified.

System Action: The command is rejected.

User Response: Enter the ZBROW COLLECTION command again specifying a valid chain-type parameter (DATA, KEYS, or DIRECTORY).

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0463ECOLLECTION NOT MARKED FOR DELETION

Explanation: A ZBROW COLLECTION command was entered with the RECLAIM parameter specified for a collection that was not originally marked for deletion.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0464EERROR RETURN xx BY TPFxd_archiveStart

Where:

xx
The error code value.

Explanation: A ZBROW COLLECTION command with the CAPTURE parameter specified could not be processed because an error occurred on a TPFxd_archiveStart function call.

System Action: The command is rejected.

User Response: See the TPF C/C++ Language Support User's Guide for more information about error codes.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0465EERROR RETURN xx BY TPFxd_archiveEnd

Where:

xx
The error code value.

Explanation: A ZBROW COLLECTION command with the CAPTURE parameter specified could not be processed because an error occurred on a TPFxd_archiveEnd function call.

System Action: The command is rejected.

User Response: See the TPF C/C++ Language Support User's Guide for more information about error codes.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0466EERROR ON NAMEDEF REPLACE

Explanation: A ZBROW COLLECTION command with the CAPTURE parameter specified could not be processed because an error occurred while accessing the browser dictionary.

System Action: The command is rejected.

User Response: Do the following:

  1. Determine why the request failed by using any previous output to the console and displays using the ZBROW COLLECTION command with the DISPLAY parameter specified.
  2. Enter the ZBROW COLLECTION command again specifying the CAPTURE parameter.
  3. If you are unable to resolve the error, see your IBM service representative for more information.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0467ENAME - colname NOT PREVIOUSLY CAPTURED

Where:

colname
The name of the collection.

Explanation: The collection name specified on a ZBROW COLLECTION command with the RESTORE parameter specified does not have an entry in the browser dictionary that shows it was previously captured by the ZBROW COLLECTION command with the CAPTURE parameter specified. Because the collection was not previously captured, it could not be restored.

System Action: The command is rejected.

User Response: Do one of the following:

  1. If the collection was previously captured, determine why the browser dictionary does not show the entry. After correcting the problem, enter the ZBROW COLLECTION command again specifying the RESTORE parameter.
  2. If the collection was not previously captured, capture it by entering the ZBROW COLLECTION command with the CAPTURE parameter specified. After the collection has been captured, enter the ZBROW COLLECTION command again specifying the RESTORE parameter.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0468EERROR ATTEMPTING TO DEFINE NEW NAME colname

Where:

colname
The target name of the restored collection.

Explanation: A ZBROW COLLECTION command with the RESTORE parameter specified could not be processed because an error occurred while accessing the browser dictionary.

System Action: The command is rejected.

User Response: Do the following:

  1. Determine why the request failed by using any previous output to the console and displays using the ZBROW COLLECTION command with the DISPLAY parameter specified.
  2. Enter the ZBROW COLLECTION command again specifying the RESTORE parameter.
  3. If you are unable to resolve the error, see your IBM service representative for more information.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0469ECOLLECTION colname NOT CAPTURED BECAUSE OF ERROR

Where:

colname
The name of the collection.

Explanation: An error occurred while processing a ZBROW COLLECTION command with the CAPTURE parameter specified. The collection displayed in the message was not captured.

System Action: The command is rejected.

User Response: Do the following:

  1. Determine why the request failed by using any previous output to the console and displays using the ZBROW COLLECTION command with the DISPLAY parameter specified.
  2. Enter the ZBROW COLLECTION command again specifying the CAPTURE parameter.
  3. If you are unable to resolve the error, see your IBM service representative for more information.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0470ECOLLECTION origname NOT RESTORED BECAUSE OF ERROR

Where:

origname
The name of the captured collection.

Explanation: An error occurred while processing a ZBROW COLLECTION command with the RESTORE parameter specified. The collection displayed in the message was not restored.

System Action: The command is rejected.

User Response: Do the following:

  1. Determine why the request failed by using any previous output to the console and displays using the ZBROW COLLECTION command with the DISPLAY parameter specified.
  2. Enter the ZBROW COLLECTION command again specifying the RESTORE parameter.
  3. If you are unable to resolve the error, see your IBM service representative for more information.

See TPF Operations for more information about the ZBROW COLLECTION command.

BROW0473EDELETE NOT ALLOWED FOR COLLECTION

Explanation: This is the response to the ZBROW COLLECTION command with the DELETE parameter specified when the access mode of the specified collection does not allow the collection to be deleted.

System Action: The command is rejected.

User Response: Do the following:

  1. Enter the ZBROW DISPLAY command with the COLLECTION parameter specified to determine the current access mode of the collection.
  2. If the current mode is either NODELETE or READONLY, change the access mode to a mode that will allow you to delete the collection. To change the access mode, enter the ZBROW ALTER command specifying the MODE parameter.
  3. Enter the ZBROW COLLECTION command again specifying the DELETE parameter.

See TPF Operations for more information about the ZBROW COLLECTION, ZBROW DISPLAY, and ZBROW ALTER commands.

BROW0474EUNDEFINED ACCESS MODE SPECIFIED

Explanation: A ZBROW ALTER command was entered with the MODE parameter specified and an undefined access mode.

System Action: The command is rejected.

User Response: Do the following:

  1. Select a valid mode.
  2. Enter the ZBROW ALTER command again specifying a valid MODE parameter.

See TPF Operations for more information about the ZBROW ALTER command.

BROW0475EATTEMPTED DISPLAY BEYOND END OF COLLECTION

Explanation: A ZBROW DISPLAY command with the ENTRY parameter specified was entered for a binary large object (BLOB), but the relative start address (RSA) value specified was beyond the end of the collection.

System Action: The command is rejected.

User Response: Enter the ZBROW DISPLAY command again specifying a valid RSA value.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0480ENO INVENTORY EXISTS IN DATA STORE

Explanation: A ZBROW DISPLAY command was entered with the COLLECTION , ALL, and DS parameters specified, but the data store (DS) name specified has no inventory.

System Action: The command is rejected.

User Response: Enter the ZBROW DISPLAY command again specifying the COLLECTION, ALL, and DS parameters and be sure the data store name has a valid inventory.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0501IPROPERTY DISPLAY

Explanation: This is the normal response to the ZBROW PROPERTY command with the DISPLAY parameter specified.

System Action: The message is followed by:

User Response: None.

See TPF Operations for more information about the ZBROW PROPERTY command and for an example of the informational display.

BROW0502IPROPERTY DEFINITION REQUEST SUCCESSFUL

Explanation: This is the normal response to the ZBROW PROPERTY command with the DEFINE parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0503IPROPERTY DELETION REQUEST SUCCESSFUL

Explanation: This is the normal response to the ZBROW PROPERTY command with the DELETE parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0510IPROPERTY REQUEST COMPLETED

Explanation: This is the normal response to the ZBROW PROPERTY command with the DEFINE parameter specified. This message is displayed whether the ZBROW PROPERTY command was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW PROPERTY command again.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0551EEBCDIC TO HEXADECIMAL CONVERSION ERROR

Explanation: A ZBROW PROPERTY command did not end successfully because of an error converting from EBCDIC to hexadecimal for a STRUCT property type.

System Action: The command is rejected.

User Response: Enter the ZBROW PROPERTY command again specifying a valid hexadecimal property value.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0552EPROPERTY TYPE SPECIFIED NOT VALID

Explanation: A ZBROW PROPERTY command was entered with the DEFINE parameter specified and a property type specified that is not valid.

System Action: The command is rejected.

User Response: Enter the ZBROW PROPERTY command again specifying the DEFINE parameter and a property type that is valid.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0553EPROPERTY MODE SPECIFIED NOT VALID

Explanation: A ZBROW PROPERTY command was entered with the DEFINE parameter specified and a property mode specified that is not valid.

System Action: The command is rejected.

User Response: Enter the ZBROW PROPERTY command again specifying the DEFINE parameter and a property mode that is valid.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0554EPROPERTY NAME NOT FOUND FOR PID

Explanation: A ZBROW PROPERTY command could not be processed because no properties are defined for the collection specified.

System Action: The command is rejected.

User Response: Enter the command again specifying a different collection name with properties defined.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0555ENO PROPERTIES DEFINED FOR PID

Explanation: A ZBROW PROPERTY command could not be processed because no properties are defined for the collection specified. This is the normal response when no properties are defined.

System Action: The command is rejected.

User Response: None.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0556ECOLLECTION NAME UNDEFINED OR PID NOT VALID

Explanation: A ZBROW command was entered with an undefined or incorrect name or persistent identifier (PID).

System Action: The command is rejected.

User Response: Do one of the following:

See TPF Operations for more information about the ZBROW commands.

BROW0557EPROPERTY MODE OR TYPE PROHIBITS VALUE CHANGE

Explanation: A ZBROW PROPERTY command with the DEFINE parameter specified could not be processed because of one of the following:

System Action: The command is rejected.

User Response: Enter the ZBROW PROPERTY command again specifying a valid property type. If the property mode is READONLY or NOCHANGE, no value change can occur.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0558EPROPERTY MODE PROHIBITS DELETION OF PROPERTY

Explanation: A ZBROW PROPERTY command with the DELETE parameter specified could not be processed because the existing property mode is READONLY or NODELETE.

System Action: The command is rejected.

User Response: None. The property mode can only be deleted when the entire collection is deleted.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0559EEITHER NAME OR ALL MUST BE SPECIFIED, BUT NOT BOTH

Explanation: A ZBROW PROPERTY command with the DISPLAY parameter specified was entered with either both the NAME and ALL parameters specified or neither parameter specified. These parameters cannot be specified at the same time.

System Action: The command is rejected.

User Response: Enter the ZBROW PROPERTY command again specifying either the name of the class or the ALL parameter.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0599EINTERNAL ERROR, PROP REQUEST NOT VALID

Explanation: Internal errors occurred during the processing of a ZBROW PROPERTY command.

System Action: None.

User Response: See your IBM service representative for more information.

See TPF Operations for more information about the ZBROW PROPERTY command.

BROW0602IBROWSER QUALIFIED FOR DSNAME dsname

Where:

dsname
The data store name.

Explanation: This is the normal response for ZBROW commands.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW commands.

BROW0606IBROWSER QUALIFICATION DISPLAY

Explanation: This is the normal response to the ZBROW QUALIFY command with the DISPLAY and ALL parameters specified. This message is followed by a display of the current qualification settings.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW QUALIFY command.

BROW0607IQUALIFICATION PROCESSING COMPLETED

Explanation: This is the normal response to the ZBROW QUALIFY command.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW QUALIFY command.

BROW0649WNO QUALIFICATION SET. DEFAULTS TO DSNAME TPFDB.

Explanation: A ZBROW QUALIFY command with the DISPLAY or SET parameter specified was entered, but the TPFCS qualification was not set, possibly because a ZBROW QUALIFY command with the RESET parameter specified was entered, because of an internal error, or because the browser has not been qualified.

System Action: The command will be rejected if a qualification is needed for processing.

User Response: If a qualification is needed, enter the ZBROW QUALIFY command with the SET and DS parameters specified.

See TPF Operations for more information about the ZBROW QUALIFY and ZOODB INIT commands.

BROW0650WBROWSER NOT QUALIFIED, TPFDB ASSUMED

Explanation: A ZBROW QUALIFY command with the SET and DS parameters specified either was not entered previously or was not entered since the RESET parameter was specified. As a result, TPFDB is used as the default data store qualification.

System Action: TPFDB is used as the data store qualification.

User Response: Enter the ZBROW QUALIFY command with the SET and DS parameters specified to explicitly set the qualified data store.

See TPF Operations for more information about the ZBROW QUALIFY command.

BROW0651EQUALIFICATION NOT CHANGED, ERROR ON REQUEST

Explanation: A ZBROW QUALIFY command with the SET parameter specified could not be processed because an error occurred.

System Action: The command is rejected.

User Response: Determine if the DS_SYSTEM_DICT collection is corrupted. If it is, repair the corruption. If the problem persists, contact IBM support.

See TPF Operations for more information about the ZBROW QUALIFY and ZOODB INIT commands.

BROW0653EERROR ACCESSING QUALIFICATION. REQUEST COMPLETE

Explanation: A ZBROW QUALIFY command with the DISPLAY parameter specified could not be processed because the browser is not qualified.

System Action: The command is rejected.

User Response: Enter the ZBROW QUALIFY command again with the SET and DS parameter specified.

See TPF Operations for more information about the ZBROW QUALIFY command.

BROW0654EHEX CONVERSION ERROR ON parameter PARAMETER

Where:

parameter
The qualification parameter where the error was found.

Explanation: A ZBROW QUALIFY or ZBROW ALTER command was entered, but an error occurred because the hexadecimal value specified contained one of the following:

System Action: The command is rejected.

User Response: Enter the ZBROW QUALIFY or ZBROW ALTER command again, specifying a valid hexadecimal value.

See TPF Operations for more information about the ZBROW QUALIFY and ZBROW ALTER commands.

BROW0655EINDEX, VALUE, USEQUAL PARAMETERS MUTUALLY EXCLUSIVE

Explanation: A ZBROW DISPLAY command was entered with the ELEMENT parameter and more than one of the INDEX, VALUE, or USEQUAL parameters specified. These parameters are mutually exclusive; only one or none can be specified.

System Action: The command is rejected.

User Response: Enter the ZBROW DISPLAY command with the ELEMENT parameter again, and only one or none of the INDEX, VALUE, or USEQUAL parameters specified.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0656ERSA PARAMETER CANNOT BE USED WITH USEQUAL

Explanation: A ZBROW DISPLAY command was entered with the ELEMENT parameter and both the USEQUAL and RSA parameters specified.

System Action: The command is rejected.

User Response: Do the following:

  1. Enter the ZBROW QUALIFY command with the SET parameter and the RSA parameter specified to qualify the browser with the desired relative starting address (RSA).
  2. Enter the ZBROW DISPLAY command again without the RSA parameter specified.

See TPF Operations for more information about the ZBROW DISPLAY and ZBROW QUALIFY commands.

BROW0658EINDEX AND SEARCH PARAMETERS MUTUALLY EXCLUSIVE

Explanation: The ZBROW QUALIFY command was entered with the INDEX parameter and either the SEARCH or the SPAD parameter specified. If you specify INDEX, you cannot specify SEARCH or SPAD.

System Action: The command is rejected.

User Response: Enter the ZBROW QUALIFY command with the SET parameter and either the INDEX parameter or any of the search parameters specified.

See TPF Operations for more information about the ZBROW QUALIFY command.

BROW0701IFILE ADDRESS INFORMATION DISPLAY FOR FA farf

Where:

farf
A hexadecimal file address reference format (FARF) file address of the record whose TPF collection support (TPFCS) information is displayed.

Explanation: This is the normal response to the ZBROW DISPLAY command with the FA parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0702IBROWSE OF FILE ATTRIBUTES COMPLETED

Explanation: This is the normal response to the ZBROW DISPLAY command with the FA parameter specified. This message is displayed whether the ZBROW DISPLAY command was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW DISPLAY command again.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0703IDIRECTORY - dir

Where:

dir
The directory entry for the specified relative record number (RRN).

Explanation: The is the normal response to the ZBROW DISPLAY command with the RRN parameter specified.

System Action: The contents of the directory entry for the specified RRN follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0710IDISPLAY OF COLLECTION COMPLETED

Explanation: The is the normal response to the ZBROW DISPLAY command. This message is displayed whether the ZBROW DISPLAY command was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW DISPLAY command again.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0751ELENGTH OF INPUT FARF IS NOT VALID

Explanation: A ZBROW DISPLAY command with the FA parameter specified could not be processed because the length of the input file address reference format (FARF) was not correct.

System Action: The command is rejected.

User Response: Do the following:

  1. Enter a valid input FARF length.
  2. Enter the ZBROW DISPLAY command with the FA parameter specified again.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0752ETPFCS FOUND NO ATTRIBUTES TO DISPLAY

Explanation: An internal logic error has occurred while processing the ZBROW DISPLAY command with the FA parameter specified. This error prevents TPF collection support (TPFCS) from displaying the collection attributes of the record file address entered with the command.

System Action: The command is rejected.

User Response: Do the following:

  1. Determine why the request failed by checking to see if other error messages were received in response to the ZBROW DISPLAY command with the FA parameter specified.
  2. Enter the ZBROW DISPLAY command again specifying the FA parameter.
  3. If you are unable to resolve the error, see your IBM service representative for more information.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0753ERRN rrn IS UNASSIGNED

Where:

rrn
The relative record number (RRN).

Explanation: The ZBROW DISPLAY command with the RRN parameter specified was entered for an RRN that is currently not assigned.

System Action: None.

User Response: Enter the ZBROW DISPLAY command again specifying a different RRN value.

See TPF Operations for more information about the ZBROW DISPLAY command.

BROW0754ECOLLECTION IS NOT AN EXTENDED COLLECTION

Explanation: A ZBROW DISPLAY command with the RRN parameter specified or a ZBROW PATH command was entered for a compact collection. These commands are only valid for extended collections because only extended collections contain the structures that the command is attempting to display.

System Action: The command is rejected.

User Response: None.

See TPF Operations for more information about the ZBROW DISPLAY or ZBROW PATH command.

BROW0801IPATH FOR SPECIFIED KEY FOR COLLECTION colname

Where:

colname
The name of the specified collection.

Explanation: This is the normal response to the ZBROW PATH command with the KEY parameter specified.

System Action: Information about the entries that make up the path for the specified key follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW PATH command.

BROW0802IPATH FOR RRN rrn FOR COLLECTION colname

Where:

rrn
The specified hexadecimal relative record number (RRN) value.

colname
The name of the specified collection.

Explanation: This is the normal response to the ZBROW PATH command with the RRN parameter specified.

System Action: Information about the directory entries that make up the path tree for the specified RRN follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW PATH command.

BROW0803IINFORMATION FOR INDEX index FOR COLLECTION colname

Where:

index
The specified decimal index value.

colname
The name of the specified collection.

Explanation: This is the normal response to the ZBROW PATH command with the INDEX parameter specified.

System Action: Information about the location for the specified index number follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW PATH command.

BROW0804IINFORMATION FOR RBA rba FOR COLLECTION colname

Where:

rba
The specified hexadecimal relative byte address (RBA) value.

colname
The name of the specified collection.

Explanation: This is the normal response to the ZBROW PATH command with the RBA parameter specified.

System Action: Information about the location for the specified RBA follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW PATH command.

BROW0810IPATH REQUEST COMPLETED

Explanation: This is the normal response to the ZBROW PATH command. This message is displayed whether the ZBROW PATH command was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW PATH command again.

See TPF Operations for more information about the ZBROW PATH command.

BROW0850ETPFCS RETURNED NO functionname INFORMATION TO DISPLAY

Where:

functionname
The name of the path function being requested. The value is one of the following:

Explanation: An internal error occurred while attempting to process the ZBROW PATH command with the DISPLAY parameter specified. No information about the element of the requested structure was found to display by TPF collection support (TPFCS).

System Action: The command ends.

User Response: Do the following:

  1. Check for other errors that preceded this message to help determine why TPFCS was unable to process the information for the specified request.
  2. Correct the error.
  3. See your IBM service representative if you are unable to correct the problem.

See TPF Operations for more information about the ZBROW PATH command.

BROW0851EERROR PROCESSING OUTPUT COLLECTION

Explanation: An internal error occurred while attempting to process the returned path information for a ZBROW PATH command.

System Action: The command ends.

User Response: Do the following:

  1. Check for other errors that preceded this message to help determine why TPF collection support (TPFCS) was unable to process the information for the specified request.
  2. See your IBM service representative if you are unable to correct the problem.

See TPF Operations for more information about the ZBROW PATH command.

BROW0852EHEX CONVERSION ERROR ON KEY PARAMETER

Explanation: A ZBROW PATH command was entered with the KEY parameter specified. The command was not processed because the hexadecimal value specified for the KEY parameter contained one of the following:

System Action: The command is rejected.

User Response: Enter the ZBROW PATH command again specifying a valid hexadecimal value.

See TPF Operations for more information about the ZBROW PATH command.

BROW0853EKEYPATH NAME NOT VALID

Explanation: A ZBROW PATH command with the KEY and KEYPATH parameters specified was entered with a key path name that is not defined.

System Action: The command is rejected.

User Response: Enter the ZBROW PATH command again specifying a valid key path parameter.

See TPF Operations for more information about the ZBROW PATH command.

BROW0901IKEYPATH SUCCESSFULLY ADDED

Explanation: This is the normal response to the ZBROW KEYPATH command with the ADD parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW KEYPATH command.

BROW0902IKEYPATH SUCCESSFULLY REMOVED

Explanation: This is the normal response to the ZBROW KEYPATH command with the REMOVE parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW KEYPATH command.

BROW0903IKEYPATH INFORMATION DISPLAY

Explanation: This is the normal response to the ZBROW KEYPATH command with the DISPLAY parameter specified.

System Action: Information about the values of all attributes for the key path specified follows this message.

User Response: None.

See TPF Operations for more information about the ZBROW KEYPATH command.

BROW0904INO KEYPATHS DEFINED

Explanation: A ZBROW KEYPATH command with the DISPLAY parameter specified was entered for a collection that had no alternate key paths defined for it. Therefore, there is no information to display.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW KEYPATH command.

BROW0910IKEYPATH REQUEST COMPLETED

Explanation: This is the normal response to the ZBROW KEYPATH command. This message is displayed whether ZBROW KEYPATH was or was not successful.

System Action: Another message is displayed if an error occurs.

User Response: If an error occurs, correct it and enter the ZBROW KEYPATH command again.

See TPF Operations for more information about the ZBROW KEYPATH command.

BROW0951EEITHER KEYPATH NAME OR ALL MUST BE SPECIFIED

Explanation: A ZBROW KEYPATH command with the DISPLAY parameter specified was entered with both a key path name and the ALL parameter specified or else neither parameter was specified. Specify a key path name or the ALL parameter, but not both.

System Action: The command is rejected.

User Response: Enter the ZBROW KEYPATH command again specifying either a key path name or the ALL parameter.

See TPF Operations for more information about the ZBROW KEYPATH command.

BROW0952EMAXIMUM KEYPATHS ALREADY DEFINED

Explanation: A ZBROW KEYPATH command with the ADD parameter specified was entered for a collection that already has the maximum number of key paths defined.

System Action: The command is rejected.

User Response: Do the following:

  1. Remove a key path from the collection by entering the ZBROW KEYPATH command with the REMOVE parameter specified.
  2. Add a new key path to the collection by entering the ZBROW KEYPATH command with the ADD parameter specified.

See TPF Operations for more information about the ZBROW KEYPATH command.

BROW1001IRECOUP INDEX DISPLAY

Explanation: This is the normal response to the ZBROW RECOUP command with the DISPLAY parameter specified. This message is followed by a display of the specified recoup index or a list of all defined recoup indexes for the qualified data store.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1011IRECOUP INDEX ENTRY SUCCESSFULLY ADDED

Explanation: This is the normal response to the ZBROW RECOUP command with the ADD parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1012IRECOUP INDEX SUCCESSFULLY DEFINED

Explanation: This is the normal response to the ZBROW RECOUP command with the DEFINE parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1013IRECOUP INDEX SUCCESSFULLY DELETED

Explanation: This is the normal response to the ZBROW RECOUP command with the DELETE parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1014IRECOUP INDEX DISPLAY SUCCESSFUL

Explanation: This is the normal response to the ZBROW RECOUP command with the DISPLAY parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1015IRECOUP INDEX SUCCESSFULLY LINKED

Explanation: This is the normal response to the ZBROW RECOUP command with the LINK parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1016IRECOUP INDEX ENTRY SUCCESSFULLY REMOVED

Explanation: This is the normal response to the ZBROW RECOUP command with the REMOVE parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1017IRECOUP INDEX SUCCESSFULLY UNLINKED

Explanation: This is the normal response to the ZBROW RECOUP command with the UNLINK parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1018IRECOUP INDEX IS EMPTY

Explanation: The ZBROW RECOUP command was entered with the DISPLAY parameter specified, but there are no entries in the specified recoup index.

System Action: None.

User Response: Determine if the recoup index should be empty.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1051ESPECIFIED RECOUP INDEX NAME IS NOT DEFINED

Explanation: The ZBROW RECOUP command was entered with an incorrect or undefined recoup index name.

System Action: The command is rejected.

User Response: Enter the ZBROW RECOUP command again specifying a defined recoup index name.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1053EENTRY TYPE (OR ETYPE) PARAMETER VALUE NOT VALID

Explanation: The ZBROW RECOUP command was entered with the ETYPE parameter specified, but the value specified for the ETYPE parameter was incorrect.

System Action: The command is rejected.

User Response: Enter the ZBROW RECOUP command again specifying the ETYPE parameter with a value of either FA or PID.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1054EKEY PARAMETER VALUE NOT VALID

Explanation: The ZBROW RECOUP command was entered with the KEY parameter specified, but the value for the KEY parameter contained one of the following:

System Action: The command is rejected.

User Response: Enter the ZBROW RECOUP command again specifying the KEY parameter with a correct character or hexadecimal string.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1055ERECOUP INDEX TYPE NOT VALID

Explanation: The ZBROW RECOUP command with the DEFINE parameter specified was entered with an incorrect value for the recoup index type parameter for either a binary large object (BLOB), heterogeneous, or homogeneous collection.

System Action: The command is rejected.

User Response: Enter the ZBROW RECOUP command again specifying the DEFINE parameter and a valid recoup index type.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1056EEITHER INDEX OR KEY MUST BE SPECIFIED

Explanation: The ZBROW RECOUP command was entered with the ADD parameter specified and both the INDEX and KEY parameters or neither of these parameters specified. You can specify the INDEX or KEY parameter, but not both.

System Action: The command is rejected.

User Response: Enter the ZBROW RECOUP command again specifying the ADD parameter and a correct value for either the INDEX or KEY parameter.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1057EEITHER INDEXNAME OR ALL MUST BE SPECIFIED

Explanation: The ZBROW RECOUP command with the DISPLAY parameter specified was entered with both indexname and the ALL parameter specified or else neither parameter was specified. Specify indexname or the ALL parameter, but not both.

System Action: The command is rejected.

User Response: Enter the ZBROW RECOUP command again specifying either indexname or the ALL parameter.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1058WINDEX OR KEY PARAMETER IGNORED

Explanation: The ZBROW RECOUP command with the ADD parameter specified was entered with either the INDEX or KEY parameter specified for a non-heterogeneous collection.

System Action: The unrelated parameter is ignored and processing continues.

User Response: Make sure that the recoup index entry that you just added belongs to the correct recoup index. If it does not, do the following:

  1. Enter the ZBROW RECOUP command with the REMOVE parameter specified to remove the recoup index entry.
  2. Enter the ZBROW RECOUP command again specifying the ADD parameter and its previously entered parameters.

See TPF Operations for more information about the ZBROW RECOUP command. See TPF Database Reference for more information about recoup indexes.

BROW1059ESPECIFIED ENTRY TOKEN IS NOT DEFINED

Explanation: The ZBROW RECOUP command was entered with an incorrect or undefined entry token.

System Action: The command is rejected.

User Response: Enter the ZBROW RECOUP command again specifying a defined entry token.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1061ERECOUP INDEX ADD ENTRY REQUEST FAILED

Explanation: The ZBROW RECOUP command with the ADD parameter specified was not completed successfully.

System Action: This message is accompanied by another, more specific error message.

User Response: Follow the instructions for the more specific error message.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1062ERECOUP INDEX DEFINE REQUEST FAILED

Explanation: The ZBROW RECOUP command with the DEFINE parameter specified was not completed successfully.

System Action: This message is accompanied by another, more specific error message.

User Response: Follow the instructions for the more specific error message.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1063ERECOUP INDEX DELETE REQUEST FAILED

Explanation: The ZBROW RECOUP command with the DELETE parameter specified was not completed successfully.

System Action: This message is accompanied by another, more specific error message.

User Response: Follow the instructions for the more specific error message.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1064ERECOUP INDEX DISPLAY REQUEST FAILED

Explanation: The ZBROW RECOUP command with the DISPLAY parameter specified was not completed successfully.

System Action: This message is accompanied by another, more specific error message.

User Response: Follow the instructions for the more specific error message.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1065ERECOUP INDEX LINK REQUEST FAILED

Explanation: The ZBROW RECOUP command with the LINK parameter specified was not completed successfully.

System Action: This message is accompanied by another, more specific error message.

User Response: Follow the instructions for the more specific error message.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1066ERECOUP INDEX REMOVE ENTRY REQUEST FAILED

Explanation: The ZBROW RECOUP command with the REMOVE parameter specified was not completed successfully.

System Action: This message is accompanied by another, more specific error message.

User Response: Follow the instructions for the more specific error message.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1067ERECOUP INDEX UNLINK REQUEST FAILED

Explanation: The ZBROW RECOUP command with the UNLINK parameter specified was not completed successfully.

System Action: This message is accompanied by another, more specific error message.

User Response: Follow the instructions for the more specific error message.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1070EETOKEN ALREADY DEFINED

Explanation: The ZBROW RECOUP command with the ADD parameter specified was not completed successfully because the value specified for the ETOKEN parameter was not unique.

System Action: The command is rejected.

User Response: Enter the ZBROW RECOUP command again specifying the ADD parameter and a valid entry token value that is unique.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1072ERECOUP INDEX ALREADY DEFINED

Explanation: The ZBROW RECOUP command with the DEFINE parameter specified was entered, but the index name specified was previously defined. You must choose a different index name or delete the recoup index.

System Action: The command is rejected.

User Response: Enter the ZBROW RECOUP command again specifying the DEFINE parameter with a valid unique index name.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1073EETOKEN PARAMETER VALUE NOT VALID

Explanation: The ZBROW RECOUP command was entered with the ETOKEN parameter specified, but the value for the ETOKEN parameter contained one of the following:

System Action: The command is rejected.

User Response: Enter the ZBROW RECOUP command again specifying a valid value for the ETOKEN parameter.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1074EDS RECOUP DICTIONARY NOT FOUND

Explanation: The ZBROW RECOUP command was entered with the DISPLAY and ALL parameters specified, but there is no recoup dictionary with the name DS_RECOUP in the qualified data store. This collection is needed to process the request.

System Action: The command is rejected.

User Response: See your IBM service representative if you determine that the error is internal.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1075ENO RECOUP INDEXES DEFINED

Explanation: The ZBROW RECOUP command was entered with the DISPLAY and ALL parameters specified, but the recoup dictionary is empty.

System Action: The command is rejected.

User Response: See your IBM service representative if you determine that the error is internal.

See TPF Operations for more information about the ZBROW RECOUP command.

BROW1110IALTER REQUEST COMPLETED

Explanation: This is the normal response to the ZBROW ALTER command with the ELEMENT parameter specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW ALTER command.

BROW1120IBEGIN DISPLAY OF THE QUALIFIED ELEMENT

Explanation: This is the normal response to the ZBROW ALTER command with the ELEMENT and MODIFY parameters specified.

System Action: None.

User Response: None.

See TPF Operations for more information about the ZBROW ALTER command.

BROW1151EALTER REQUEST FAILED

Explanation: The ZBROW ALTER command was entered with the ELEMENT parameter specified, but the command request was not completed successfully.

System Action: This message is accompanied by another, more specific error message.

User Response: Follow the instructions for the more specific error message.

See TPF Operations for more information about the ZBROW ALTER command.

BROW1152ENO DATA SPECIFIED

Explanation: The ZBROW ALTER command was entered, but no data was specified.

System Action: The command is rejected.

User Response: Do the following:

  1. Enter the ZBROW QUALIFY command to qualify the browser with the desired data.
  2. Enter the ZBROW ALTER command again.

See TPF Operations for more information about the ZBROW ALTER and ZBROW QUALIFY commands.

BROW1153ENO SEARCH SPECIFIED

Explanation: The ZBROW ALTER command was entered with a keyed collection or a sorted collection, but no search was specified.

System Action: The command is rejected.

User Response: Do the following:

  1. Enter the ZBROW QUALIFY command to qualify the browser with the desired search field.
  2. Enter the ZBROW ALTER command again.

See TPF Operations for more information about the ZBROW ALTER and ZBROW QUALIFY commands.

BROW1154ENO INDEX SPECIFIED

Explanation: The ZBROW ALTER command was entered with an array or a sequence collection, but no index was specified.

System Action: The command is rejected.

User Response: Do the following:

  1. Enter the ZBROW QUALIFY command to qualify the browser with the desired index.
  2. Enter the ZBROW ALTER command again.

See TPF Operations for more information about the ZBROW ALTER and ZBROW QUALIFY commands.

BROW1155EDATA LENGTH NOT VALID

Explanation: The ZBROW ALTER command was entered, but the data length specified in the qualification is less than the actual length of the data entered, or is greater than the maximum data length of the collection.

System Action: The command is rejected.

User Response: Do the following:

  1. Enter the ZBROW QUALIFY command to qualify the browser with either a valid data length or a data length of zero to use the actual data length by default.
  2. Enter the ZBROW ALTER command again.

See TPF Operations for more information about the ZBROW ALTER and ZBROW QUALIFY commands.

BROW1156ESEARCH LENGTH NOT VALID

Explanation: A ZBROW ALTER command was entered, but the length of the search field specified in the qualification is greater than the maximum collection search size.

System Action: The command is rejected.

User Response: Do the following:

  1. Enter the ZBROW QUALIFY command to qualify the browser with either a valid search length or a search length of zero to indicate that the actual search length should be used by default.
  2. Enter the ZBROW ALTER command again.

See TPF Operations for more information about the ZBROW ALTER and ZBROW QUALIFY commands.

BROW1157Eaction OF collectiontype DATA IS NOT ALLOWED

Where:

action
The type of action requested (ADD, MODIFY, or DELETE).

collectiontype
The type of collection on which the action was requested. Other relevant collection types may be included.

Explanation: A ZBROW ALTER command was entered with the ADD, MODIFY, or DELETE parameter specified on a collection that currently does not support that action.

System Action: The command is rejected.

User Response: Write an application using TPF collection support (TPFCS) application programming interfaces (APIs) to perform the desired operation on the target collection.

See TPF Operations for more information about the ZBROW ALTER command and see the TPF C/C++ Language Support User's Guide for more information about the TPFCS APIs.

BROW1158EZBROW NOT QUALIFIED. ALTER CANNOT PROCEED.

Explanation: A ZBROW ALTER command was entered, but the browser is not qualified.

System Action: The command is rejected.

User Response: Do the following:

  1. Enter the ZBROW QUALIFY command to qualify the browser with the desired qualification.
  2. Enter the ZBROW ALTER command again.

See TPF Operations for more information about the ZBROW ALTER and ZBROW QUALIFY commands.

BROW1159EDLEN GREATER THAN ZERO MUST BE SPECIFIED

Explanation: While working with a binary large object (BLOB) collection, the ZBROW ALTER command was entered with the DELETE parameter specified. However, either no data length was specified in the previous ZBROW QUALIFY command or the data length specified was not greater than zero.

System Action: The command is rejected.

User Response: Do the following:

  1. Enter the ZBROW QUALIFY command, specifying a data length for the DLEN parameter that is greater than zero.
  2. Enter the ZBROW ALTER command again.

See TPF Operations for more information about the ZBROW ALTER and ZBROW QUALIFY commands.