HP System Dictionary/XL COBOL Definition Extractor (32257-90001)
A- 75
4582 MESSAGE Copylib definition cannot be added because of invalid open mode(SDERR
4582)
CAUSE The dictionary was opened in READ-ONLY mode, therefore, the definition of a new
copy library cannot be added to the dictionary through the COPYLIB command.
ACTION The dictionary must be opened in SHARED-UPDATE or EXCLUSIVE-UPDATE mode
before it can be updated with new copy library definitions from the COPYLIB com-
mand.
4583 MESSAGE Error while creating copylib definition in dictionary (SDERR4583)
CAUSE A System Dictionary error occurred while creating an entity definition for the copy
library definition.
ACTION Notify the Dictionary Administrator.
4584 MESSAGE Error while creating copylib key file def in dictionary(SDERR4584)
CAUSE A System Dictionary error occurred while creating an entity definition for the copy
library key file definition.
ACTION Notify the Dictionary Administrator.
4585 MESSAGE Error while creating COPYLIB contains KSAMFILE rel (SDERR 4585)
CAUSE A System Dictionary error occurred while creating a relationship definition for the
copy library.
ACTION Notify the Dictionary Administrator.
4586 MESSAGE File specified is not a valid COPYLIB (SDERR 4586)
CAUSE The file that was specified is not a valid copylib.
ACTION Using KSAMUTIL.PUB.SYS, make sure that the file is a KSAMFILE with the copylib
structure. It should have only one byte key of length 14 and starting at 73. The record
number should also start from 0 (as opposed to 1), and no duplicate key should be
allowed.
4590 MESSAGE Copylib already accessed by another process (SDERR 4590)
CAUSE The specified copylib could not be opened, because it is currently being accessed by
another process, either exclusively or non-exclusively.
ACTION If the definitions must be generated into the specified copy library, the user must wait
until it is not being accessed. If no particular copy library is required for the defini-
tions, open another copy library.
4591 MESSAGE Error occurred while listing entities of entity type entity-type(SDERR 4591)
CAUSE A System Dictionary error occurred while retrieving entities for the LIST command.
ACTION Notify the Dictionary Administrator.
4592 MESSAGE LIST command fails because no dictionary opened (SDERR 4592)
CAUSE The dictionary must be opened when attempting to list all of the entities of a specific
entity type.
ACTION The dictionary must be successfully opened using the DEFINE command before the
entities of an entity type may be listed using the LIST command.