HP 3000 Manuals

File System Messages (1001-1099) [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation


HP SYSTEM DICTIONARY XL SDMAIN

File System Messages (1001-1099) 

1001     MESSAGE      Unable to open the dictionary (SDERR 1001) 

         CAUSE        The dictionary cannot be opened with the specified DEFINE
                      command.

         ACTION       Refer to the associated error and correct the indicated problem.

--------------------------------------------------------------------------------------

1002     MESSAGE      Cannot reopen dictionary after restructuring (SDERR 1002) 

         CAUSE        The dictionary cannot be reopened after the completion of the
                      RESTRUCTURE operation.

         ACTION       Refer to the associated error and correct the indicated problem.

--------------------------------------------------------------------------------------

1003     MESSAGE      Dictionary close failed (SDERR 1003) 

         CAUSE        The dictionary cannot be closed.

         ACTION       Refer to the associated error and correct the indicated problem.

--------------------------------------------------------------------------------------

1005     MESSAGE      Unable to open $STDLIST file (SDERR 1005) 

         CAUSE        Cannot open the $STDLIST file due to a file error.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

--------------------------------------------------------------------------------------

1006     MESSAGE      Unable to retrieve information about $STDLIST file (SDERR 1006) 
         CAUSE        Unable to retrieve information about the $STDLIST file through
                      the FGetInfo intrinsic.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1007     MESSAGE      Error while writing the banner message (SDERR 1007) 

         CAUSE        Error while writing the banner message to $STDLIST.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

--------------------------------------------------------------------------------------

1008     MESSAGE      Error while writing the command prompt (SDERR 1008) 

         CAUSE        Error while writing the command prompt to $STDLIST.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

1009     MESSAGE      Error while writing a prompt message (SDERR 1009) 

         CAUSE        Error while writing a prompt message to $STDLIST.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

--------------------------------------------------------------------------------------

1010     MESSAGE      Error while writing output line (SDERR 1010) 

         CAUSE        Error while writing an output line to $STDLIST.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

--------------------------------------------------------------------------------------

1015     MESSAGE      Unable to open $STDINX file (SDERR 1015) 

         CAUSE        Unable to open the $STDINX file.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

--------------------------------------------------------------------------------------

1016     MESSAGE      Unable to read from $STDINX file (SDERR 1016) 

         CAUSE        Unable to read from the $STDINX file.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

--------------------------------------------------------------------------------------

1017     MESSAGE      Unable to retrieve information about the $STDINX file (SDERR 
                      1017) 
         CAUSE        Unable to retrieve information about the $STDINX file through
                      the FGetInfo intrinsic.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1018     MESSAGE      Unable to close $STDINX file (SDERR 1018) 

         CAUSE        The $STDINX file cannot be closed.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1020     MESSAGE      Unable to open the input file (SDERR 1020) 

         CAUSE        Cannot open the specified input file.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

--------------------------------------------------------------------------------------

1021     MESSAGE      Unable to close the input file (SDERR 1021) 

         CAUSE        Cannot close the input file while exiting the system.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

1022     MESSAGE      Error while reading an input line (SDERR 1022) 

         CAUSE        Bad read when reading the next line from the input file.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

--------------------------------------------------------------------------------------

1023     MESSAGE      Unable to retrieve information about the input file (SDERR 1023) 

         CAUSE        Unable to retrieve information about the input file through the
                      FGetInfo intrinsic.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1024     MESSAGE      Input file recsize too long.  All lines truncated to 80 chars 
                      (SDWARN 1024) 

         CAUSE        The user-specified input file has a record size greater than 80
                      characters.  All input lines are a maximum of 80 characters so
                      all lines are truncated to 80 characters.
         ACTION       If the commands in the file do not take up more than 80
                      characters per line, no action is needed.  If the commands do
                      take more than 80 characters per line, all characters after 80
                      are ignored so the expected action will not occur.  In this
                      case, the commands must be placed on multiple lines so that no
                      one line contains more than 80 characters (including embedded
                      blanks).

--------------------------------------------------------------------------------------

1025     MESSAGE      Input has been reset to your terminal (SDWARN 1025) 

         CAUSE        A Control-Y was entered while input was initially redirected by
                      using SDIN. All nested input levels are exited and input is
                      reset to $STDINX.

         ACTION       No action is needed.

--------------------------------------------------------------------------------------

1030     MESSAGE      The log file is full (SDWARN 1030) 

         CAUSE        The log file for the system is full.  The system will attempt to
                      open an alternate log file if one is available.  If no alternate
                      is available, logging is disabled.  In either case, processing
                      can continue.

         ACTION       No action is needed.

--------------------------------------------------------------------------------------

1031     MESSAGE      Unable to close the log file (SDERR 1031) 

         CAUSE        Cannot close the log file while exiting the system.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

1032     MESSAGE      Command logging has been disabled for this session (SDERR 1032) 

         CAUSE        SDLOG is equated to $NULL or the user responded that the system
                      cannot overwrite the existing log file on entrance to the
                      system.

         ACTION       To start command logging, use the OPTIONS command to specify a
                      log file.

         CAUSE        The SDLOG file is filled up or there is a write error to the
                      SDLOG file so it is no longer available for use.

         ACTION       To continue command logging, use the OPTIONS command to specify
                      a new log file.

--------------------------------------------------------------------------------------

1033     MESSAGE      Close failed on old log file (SDWARN 1033) 

         CAUSE        Cannot close the old log file when specifying a new log file.
                      The new file will be the log file.

         ACTION       Refer to the associated error and correct the indicated problem.
--------------------------------------------------------------------------------------

1035     MESSAGE      Unable to open macro file SDMACRO (SDERR 1035) 

         CAUSE        The SDMACRO file cannot be opened.

         ACTION       No action is needed if you do not wish to use the macro
                      facility.  If you wish to use the facility, specify a valid
                      macro file name using the OPTIONS command.

--------------------------------------------------------------------------------------

1036     MESSAGE      Error while reading from SDMACRO file (SDERR 1036) 

         CAUSE        An error was encountered while reading from the SDMACRO file.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

--------------------------------------------------------------------------------------

1037     MESSAGE      Close failed on old Macro file (SDWARN 1037) 

         CAUSE        Could not close the old macro file when specifying a new macro
                      file.  The new file will be the macro file.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

1038     MESSAGE      Macro file recsize too long.  All lines truncated to 80 chars 
                      (SDWARN 1038) 

         CAUSE        The user specified macro file has a record size of larger than
                      80 characters.  All macro lines are a maximum of 80 characters
                      so all lines are truncated to 80 characters.

         ACTION       If the commands in the file do not take up more than 80
                      characters per line, no action is needed.  If the commands do
                      take more than 80 characters per line, all characters after 80
                      are ignored so the expected action will not occur.  In this
                      case, the commands must be placed on multiple lines so that no
                      one line contains more than 80 characters (including embedded
                      blanks).

--------------------------------------------------------------------------------------

1040     MESSAGE      Default the output file to $STDLIST (SDWARN 1040) 

         CAUSE        Cannot open the specified output file.  The system defaulted to
                      opening $STDLIST as the output file so processing can continue.

         ACTION       Refer to the associated file error, correct the indicated
                      problem, and use the CONFIGURE command to redirect to the output
                      file.  Or, do nothing and continue processing with the output
                      directed to $STDLIST.

--------------------------------------------------------------------------------------

1041     MESSAGE      Output file is full.  Must reassign before additional output 
                      (SDERR 1041) 
         CAUSE        The output file is full so no more output can be directed into
                      it.  If more reporting output is desired, the file must be
                      redirected before continuing.

         ACTION       Use the CONFIGURE command to redirect the output file to another
                      file or to $STDLIST as desired.

--------------------------------------------------------------------------------------

1042     MESSAGE      Unable to close the output file (SDERR 1042) 

         CAUSE        Cannot close the output file while exiting the system.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

--------------------------------------------------------------------------------------

1043     MESSAGE      Old Output file close failed.  Opening new Output file (SDERR 
                      1043) 

         CAUSE        Cannot close the old output file when redirecting output to a
                      new file.  The new file will be the output file.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

1044     MESSAGE      Unable to open printer file.  Default Output to $STDLIST (SDERR 
                      1044) 

         CAUSE        Cannot open the printer as requested.  Output is directed to
                      $STDLIST.

         ACTION       Refer to the associated file error, correct the indicated
                      problem, and use the CONFIGURE command again to direct output to
                      the printer.  Or, do nothing and leave the output directed to
                      $STDLIST.

--------------------------------------------------------------------------------------

1050     MESSAGE      Cannot reset EDTXT file equate.  Reset manually if necessary 
                      (SDERR 1050) 

         CAUSE        Cannot reset the EDTXT file equate while exiting the system.

         ACTION       Issue the following MPE command:  RESET EDTXT.

--------------------------------------------------------------------------------------

1051     MESSAGE      EDTXT file is full (SDERR 1051) 

         CAUSE        The text of the specified variable attribute does not fit in the
                      edit file.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1052     MESSAGE      Error while writing to file !  (SDERR 1052) 

         CAUSE        Error encountered while writing to the edit file.
         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1053     MESSAGE      Unable to reopen EDTXT file (SDERR 1053) 

         CAUSE        The edit file cannot be opened by the system after the return
                      from the editor.  All the edited text is lost but the original
                      text is preserved.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1054     MESSAGE      Cannot write eof to !  file (SDERR 1054) 

         CAUSE        Error encountered while trying to write an end-of-file mark to
                      the edit file.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1055     MESSAGE      !  close failed so no edit was made (SDERR 1055) 

         CAUSE        Error encountered while closing the edit file in preparation for
                      passing it to the editor.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

1056     MESSAGE      !  close failed (SDERR 1056) 

         CAUSE        Cannot close the edit file while exiting the system.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1057     MESSAGE      Edited text is too long.  Truncated to maximum allowed (SDWARN 
                      1057) 

         CAUSE        The edited text is greater than the maximum length allowed by
                      SDMAIN for variable attributes.  The maximum length is allowed
                      and any extra is truncated.

         ACTION       No action is needed.  However, the text should be modified to
                      compact the text so that the portion truncated can again be
                      added onto the end.

--------------------------------------------------------------------------------------

1060     MESSAGE      Unable to open the include file (SDERR 1060) 

         CAUSE        Cannot open the specified include file.

         ACTION       Refer to the associated file error and correct the indicated
                      problem.

--------------------------------------------------------------------------------------

1061     MESSAGE      Unable to retrieve information about the include file (SDERR 
                      1061) 
         CAUSE        Unable to retrieve information about the include file through
                      the FGetInfo intrinsic.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1062     MESSAGE      Include file recsize too long.  All lines truncated to 80 chars 
                      (SDWARN 1062) 

         CAUSE        The user specified input file has a record size of larger than
                      80 characters.  All input lines are a maximum of 80 characters
                      so all lines are truncated to 80 characters.

         ACTION       If the commands in the file do not take up more than 80
                      characters per line, no action is needed.  If the commands do
                      take more than 80 characters per line, all characters after 80
                      are ignored so the expected action will not occur.  In this
                      case, the commands must be placed on multiple lines so than no
                      one line contains more than 80 characters (including embedded
                      blanks).

--------------------------------------------------------------------------------------

1090     MESSAGE      Unable to open temporary file !  (SDERR 1090) 

         CAUSE        Cannot open a temporary file for the system to use.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

1091     MESSAGE      Error while rewinding temporary file !  (SDERR 1091) 

         CAUSE        Error while resetting the file pointer of a temporary file to
                      the beginning of the file.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1092     MESSAGE      Error while reading from temporary file !  (SDERR 1092) 

         CAUSE        Error while reading from the temporary file.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1093     MESSAGE      Error while retrieving information on temporary file !  (SDERR 
                      1093) 

         CAUSE        Unable to retrieve information about the temporary file through
                      the FGetInfo intrinsic.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1094     MESSAGE      Temporary file is full !  (SDERR 1094) 

         CAUSE        A temporary file used by the system is full.
         ACTION       The number of items requested by the command is too large (>
                      32767).  Use Selection Criteria to reduce the number of items
                      retrieved or to split the retrieval so that half are retrieved
                      in one command and the other half in another command.

--------------------------------------------------------------------------------------

1095     MESSAGE      Error while writing to temporary file !  (SDERR 1095) 

         CAUSE        Error while writing to a temporary file.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1096     MESSAGE      Error while writing End-Of-File to temporary file !  (SDERR 
                      1096) 

         CAUSE        Error while writing an end-of-file marker to a temporary file.

         ACTION       Contact the DA. (Remember to get the associated error, too.)

--------------------------------------------------------------------------------------

1097     MESSAGE      Purge failed on temporary file !  (SDERR 1097) 

         CAUSE        Error while trying to delete a temporary file that is no longer
                      needed.

         ACTION       Contact the DA. (Remember to get the associated error, too.)



MPE/iX 5.0 Documentation