HP System Dictionary/XL COBOL Definition Extractor (32257-90001)
A- 93
4820 MESSAGE Unable to read from input file. Program aborted (SDERR 4820)
CAUSE A disc error occurred while reading from the program input file.
ACTION Check the file system error message. Notify the System Manager if a serious problem
is suspected.
4821 MESSAGE Premature EOF reached on input file. Program aborted (SDERR4821)
CAUSE The EOF is found while reading from the input file.
ACTION Edit the SDIN file to correct the problem. Be sure to include the EXIT command before
EOF.
4822 MESSAGE Unable to write to SDLOG. Program aborted (SDERR 4822)
CAUSE A disc error occurred while writing to SDLOG.
ACTION Check the file system error message. See if the disc is full. Notify the System Manager
if a serious error is suspected.
4823 MESSAGE Unable to close SDLOG. Program aborted (SDERR 4823)
CAUSE A disc error occurred while closing SDLOG.
ACTION Check the file system error message. Notify the System Manager if a serious error is
suspected.
4824 MESSAGE Unable to write to copylib. Program aborted (SDERR 4824)
CAUSE A disc error occurred while writing to the copy library.
ACTION Check the file system error message, and make sure that the copylib is not full. Notify
the System Manager if a serious error is suspected. If FSERR 0 (END OF FILE), the
copylib may contain records that have been deleted. These records are not discarded
until an FCOPY with option KEY=0 is used. This is referred to as Compacting a
KSAMFILE.
4825 MESSAGE Unable to find a record by key in copylib. Program aborted(SDERR 4825)
CAUSE The FFINDBYKEY intrinsic failed while attempting to find a copy library record using
a key value.
ACTION Make sure that the copy library has not been corrupted. Notify the System Manager if
a serious error is suspected.
4830 MESSAGE Unable to read from copylib. Program aborted (SDERR 4830)
CAUSE A disc error occurred while reading from the copy library.
ACTION Check the file system error message. Notify the System Manager if a serious error is
suspected.
4831 MESSAGE Unable to remove records from copylib. Program aborted (SDERR4831)
CAUSE The FREMOVE intrinsic failed while attempting to remove lines from an copy library
module that is being rewritten.
ACTION Notify the System Manager if a serious error is suspected.
4832 MESSAGE Unable to open temporary file SDTMP. Program aborted (SDERR4832)
CAUSE A disc error occurred while opening the temporary file SDTMP.