home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / PEO.ZIP / SEOXMSGS.DAT < prev    next >
Text File  |  1994-02-05  |  34KB  |  702 lines

  1. DATA0001 (Data Message Number I%.4d) EOF LOOKING FOR END-EXEC
  2.  SEO encounter EOF on the COBOL source file or copy book while looking for
  3.  the end of an EXEC statement.
  4.  SEO Action. SEO continues to next COBOL source file or continues with the
  5.  next statement after the COPY if the source code was in a copy book.
  6.  
  7. DATA0002 (Data Message Number I%.4d) UNKNOWN COBOL ELEMENT NAME
  8.  SEO has found a string of characters that it cannot identify as a
  9.  verb or data element name. Cases of hex literals (X'090A0B') will be
  10.  converted to X" and flagged by this message. Reference modifiers in the
  11.  form of, data1:data2 or literal1:literal2, will be flagged as unknown
  12.  COBOL elements. If there are spaces around the colon, the colon will be
  13.  flagged. All 78-level elements will be flagged as unknown since SEO
  14.  does not recognize 78-level elements. All intrinstic functions will be
  15.  flagged as unknown COBOL elements; nested intrinstic functions are
  16.  rolled up to the highest level and that function is considered a data
  17.  element that is unknown by SEO. The nested functions are not
  18.  flagged.
  19.  SEO Action: The statement is ignored.
  20.  User Action: If the string is a valid COBOL element notify Technical
  21.  Support
  22.  
  23. DATA0003 (Data Message Number I%.4d) PARAMETER/ARGUMENT MISMATCH
  24.  SEO counted more arguments in the invoked subprogram than were
  25.  passed by the invoking program.
  26.  SEO Action: The mismatch is ignored.
  27.  User Action: Make sure the count is correct before calling Technical
  28.  Support.
  29.  
  30. DATA0004 (Data Message Number I%.4d) NO PERIOD SEPARATOR PRIOR TO
  31.  PROCEDURE NAME
  32.  
  33. DATA0005 (Data Message Number I%.4d) ALTERNATE ENTRY POINT IN 'MAIN' PROGRAM.
  34.  SEO has found 'ENTRY ' in a COBOL source file that was thought
  35.  to be a main program.
  36.  SEO Action: The ENTRY statement is ignored.
  37.  
  38. DATA0006 (Data Message Number I%.4d) execprgm.prg FD NAME NOT MATCHED
  39.  SEO did not find a match between a FD name in the execprgm.prg
  40.  file and any SELECT FD name ASSIGN [TO] clause in the COBOL source file
  41.  SEO Action: SEO aborts
  42.  User Action: Make sure the preprocessor has processed the COBOL program.
  43.  
  44. DATA0006 (Data Message Number I%.4d) execprgm.prg FD NAME NOT MATCHED
  45.  SEO did not find a match between a FD name in the execprgm.prg
  46.  file and any SELECT FD name ASSIGN [TO] clause in the COBOL source file
  47.  SEO Action: SEO aborts
  48.  
  49. DATA0007 (Data Message Number I%.4d) ASSIGN [TO] NOT FOUND
  50.  SEO did not find the ASSIGN [TO] clause of a SELECT statement.
  51.  SEO Action: SEO aborts
  52.  User Action: Make sure the SELECT statement is coded correctly.
  53.  
  54. DATA0007 (Data Message Number I%.4d) ASSIGN [TO] NOT FOUND
  55.  SEO did not find the ASSIGN [TO] clause of a SELECT statement.
  56.  SEO Action: SEO aborts
  57.  
  58. DATA0008 (Data Message Number I%.4d) INVALID LEVEL NUMBER
  59.  SEO has found level number that is not valid.
  60.  SEO Action: The statement is ignored.
  61.  User Action: Make sure the level numbers are: 1 - 49, 66, 77, or 88.
  62.  
  63. DATA0009 (Data Message Number I%.4d) REACHED E-O-F PRIOR TO PROCEDURE DIVISION.
  64.  SEO did not find a PROCEDURE DIVISION statement.
  65.  SEO Action: SEO aborts
  66.  User Action: Make sure division, section, and paragraph headers begin in
  67.  the 'A' margin. Make sure the sequence columns (1 - 6) and the indicator
  68.  column (7) are present in a record containing a source statement.
  69.  
  70. DATA0009 (Data Message Number I%.4d) REACHED E-O-F PRIOR TO PROCEDURE DIVISION.
  71.  SEO did not find a PROCEDURE DIVISION statement.
  72.  SEO Action: SEO aborts
  73.  
  74. DATA0010 (Data Message Number I%.4d) A VERB BEGINS IN THE 'A' MARGIN
  75.  SEO has found a verb beginning in the 'A' margin.
  76.  SEO Action: SEO aborts.
  77.  User Action: Make sure the sequence columns (1 - 6) and the indicator
  78.  column (7) are present in a record containing a source statement. Make
  79.  sure all verbs begin in the 'B' margin. The 'END ....' and the 'EXIT ....'
  80.  statements are acceptable in the 'A' margin. Make sure all paragraphs
  81.  end with a period separator.
  82.  
  83. DATA0010 (Data Message Number I%.4d) A VERB BEGINS IN THE 'A' MARGIN
  84.  SEO has found a verb beginning in the 'A' margin.
  85.  SEO Action: SEO aborts.
  86.  
  87. DATA0011 (Data Message Number T%.4d) UNKNOWN STRING OF CHARACTERS
  88.  SEO believes the string of characters should be a verb but the
  89.  string is not a verb SEO recognizes.
  90.  SEO Action: SEO looks for the next verb it knows.
  91.  
  92. DATA0012 (Data Message Number T%.4d) UNKNOWN STRING OF CHARACTERS
  93.  SEO encountered a string of characters too long to be a valid COBOL
  94.  term; or, the string was thought ot be a verb but is longer than 13 bytes.
  95.  SEO Action: SEO aborts.
  96.  User Action: Notify Technical Support.
  97.  
  98. DATA0012 (Data Message Number T%.4d) UNKNOWN STRING OF CHARACTERS
  99.  SEO encountered a string of characters too long to be a valid COBOL
  100.  term.
  101.  SEO Action: SEO aborts.
  102.  
  103. DATA0013 (Data Message Number I%.4d) UNMATCHED PROCEDURE NAME IN GOTO/PERFORM
  104.  SEO could not find the procedure name referenced in a GO TO or
  105.  PERFORM statement.
  106.  SEO Action: None.
  107.  
  108. DATA0014 (Data Message Number I%.4d) COPY ... REPLACING FORMAT IS UNKNOWN
  109.  SEO could not process the REPLACING clause
  110.  SEO Action: The statement is ignored.
  111.  User Action: Make sure the format is correct before calling Technical
  112.  Support.
  113.  
  114. DATA0015 (Data Message Number I%.4d) The highest qualifier could not be
  115.  found.
  116.  
  117. DATA0016 (Data Message Number I%.4d) STRING FORMAT IS UNKNOWN
  118.  SEO could not find the key word, DELIMITED.
  119.  SEO Action: The statement is ignored.
  120.  User Action: Make sure the format is correct before calling Technical
  121.  Support.
  122.  
  123. DATA0017 (Data Message Number T%.4d) BUFFER CONTENT ERROR
  124.  SEO has written too many strings of characters to the literal
  125.  buffer. The strings, identified as a single alphanumeric literal, exceed
  126.  the length of the literal buffer.
  127.  SEO Action: SEO aborts.
  128.  
  129. DATA0017 (Data Message Number T%.4d) BUFFER CONTENT ERROR
  130.  SEO has written too many strings of characters to the literal
  131.  buffer. The strings, identified as a single alphanumeric literal, exceed
  132.  the length of the literal buffer.
  133.  SEO Action: SEO aborts.
  134.  
  135. DATA0018 (Data Message Number I%.4d) UNMATCHED PARENTHESES
  136.  
  137. DATA0019 (Data Message Number I%.4d) ITEM BEING TESTED AS A SUBSCRIPT
  138.  IS TOO LARGE
  139.  
  140. DATA0020 (Data Message Number I%.4d) INVALID FIRST SOURCE STATEMENT
  141.  SEO did not recognize the first (excluding comments) source
  142.  statement in the COBOL program.
  143.  SEO Action: SEO aborts.
  144.  User Action: Make sure the first (excluding comments) source statement
  145.  is a valid division, section, or paragraph header; or, a valid SELECT
  146.  statement. Make sure the sequence columns (1 - 6) and the indicator column
  147.  (7) are present in the source statement.
  148.  
  149. DATA0020 (Data Message Number I%.4d) INVALID FIRST SOURCE STATEMENT
  150.  SEO did not recognize the first (excluding comments) source
  151.  statement in the COBOL program.
  152.  SEO Action: SEO aborts.
  153.  
  154. DATA0021 (Data Message Number I%.4d) PERFORM FORMAT NOT RECOGNIZED
  155.  SEO could not process a PERFORM statement.
  156.  SEO Action: The statement is ignored.
  157.  User Action: Make sure the PERFORM statement is valid before calling
  158.  Technical Support.
  159.  
  160. DATA0022 (Data Message Number I%.4d) NO MATCH FOR ENTRY POINT FOUND
  161.  
  162. DATA0023 (Data Message Number T%.4d) BUFFER CONTENT ERROR
  163.  SEO expected a continuation, indicator column equals '-'.
  164.  SEO Action: SEO aborts.
  165.  
  166. DATA0023 (Data Message Number T%.4d) BUFFER CONTENT ERROR
  167.  SEO expected a continuation, indicator column equals '-'.
  168.  SEO Action: SEO aborts.
  169.  
  170. DATA0024 (Data Message Number T%.4d) BUFFER CONTENT ERROR
  171.  SEO has found a continuation, indicator column equals '-',
  172.  but the compress() function has nothing in buffer.
  173.  SEO Action: SEO aborts.
  174.  
  175. DATA0024 (Data Message Number T%.4d) BUFFER CONTENT ERROR
  176.  SEO has found a continuation, indicator column equals '-',
  177.  but the compress() function has nothing in buffer.
  178.  SEO Action: SEO aborts.
  179.  
  180. DATA0025 (Data Message Number I%.4d) INVALID (UNPRINTABLE) CHARACTER
  181.  SEO has found a TAB character or a bad character in the source
  182.  file. The character is not part of an alphanumeric literal.
  183.  SEO Action: SEO aborts.
  184.  User action: Correct the source file and re-submit.
  185.  
  186. DATA0025 (Data Message Number I%.4d) INVALID (UNPRINTABLE) CHARACTER
  187.  SEO has found a TAB character or a bad character in the source
  188.  file. The character is not part of an alphanumeric literal.
  189.  SEO Action: SEO aborts.
  190.  
  191. DATA0026 (Data Message Number I%.4d) RENAMES FORMAT ERROR
  192.  SEO found a 66-level element without the keyword, RENAMES.
  193.  SEO Action: The statement is ignored.
  194.  
  195. DATA0027 (Data Message Number I%.4d) EXPECTED STRING TO BE PROGRAM ID
  196.  A string of characters following the PROGRAM-ID paragraph header is
  197.  greater than 8 characters; or, a string of characters containing
  198.  '.' or '-' characters exceeds 30 characters.
  199.  SEO Action. The PROGRAM ID defaults to the source file name.
  200.  
  201. DATA0028 (Data Message Number I%.4d) SET FORMAT NOT RECOGNIZED
  202.  SEO could not process a SET statement.
  203.  SEO Action: The statement is ignored.
  204.  User Action: Make sure the SET statement is valid before calling
  205.  Technical Support.
  206.  
  207. DATA0029 (Data Message Number I%.4d) ALTER FORMAT ERROR
  208.  SEO could not find the key word, TO, in a ALTER statement.
  209.  SEO Action: The statement is ignored.
  210.  User Action: Make sure the ALTER statement is valid before calling
  211.  Technical Support.
  212.  
  213. DATA0030 (Data Message Number I%.4d) INVALID INDICATOR COLUMN VALUE
  214.  SEO edits the indicator column for '-', '*', ' ', 'D', 'd', '/',
  215.  and CR/LF.
  216.  SEO Action: SEO aborts.
  217.  User Action: Make sure the sequence columns (1 - 6) and the indicator
  218.   column (7) are present in the source statement.
  219.  
  220. DATA0030 (Data Message Number I%.4d) INVALID INDICATOR COLUMN VALUE
  221.  SEO edits the indicator column for '-', '*', ' ', 'D', 'd', '/',
  222.  and CR/LF.
  223.  SEO Action: SEO aborts.
  224.  
  225. DATA0031 (Data Message Number I%.4d) RECURSIVE COPY
  226.  A nested copy book appears at the current level along the path as well as
  227.  at a higher level.
  228.  SEO Action. The copy book is bypassed.
  229.  
  230. DATA0032 (Data Message Number I%.4d) OUT OF MEMORY
  231.  An attempt to allocate memory failed.
  232.  SEO Action. SEO aborts.
  233.  User Action.  If you use a version of DOS that permits loadhigh put DOS
  234.  and the drivers you use into high memory. The number of lines of code in
  235.  the COBOL program is not a factor in running out of memory. One thing
  236.  that is a factor is the number of data elements in a single record. If
  237.  you have a record with 2500+ data elements SEO may have trouble
  238.  getting enough memory to deal with the record.
  239.  
  240. DATA0032 (Data Message Number I%.4d) OUT OF MEMORY
  241.  An attempt to allocate memory failed.
  242.  SEO Action. SEO aborts.
  243.  User Action.  If you use a version of DOS that permits loadhigh put DOS
  244.  and the drivers you use into high memory. The number of lines of code in
  245.  the COBOL program is not a factor in running out of memory. One thing
  246.  that is a factor is the number of data elements in a single record. If
  247.  you have a record with 2500+ data elements SEO may have trouble
  248.  getting enough memory to deal with the record.
  249.  
  250. DATA0033 (Data Message Number T%.4d) BUFFER CONTENT ERROR
  251.  SEO has found two or more spaces between terms in buffer after
  252.  the compress() function read the last COBOL source statement.
  253.  SEO Action: SEO aborts.
  254.  
  255. DATA0033 (Data Message Number T%.4d) BUFFER CONTENT ERROR
  256.  SEO has found two or more spaces between terms in buffer after
  257.  the compress() function read the last COBOL source statement.
  258.  SEO Action: SEO aborts.
  259.  
  260. DATA0034 (Data Message Number T%.4d) INTERNAL ERROR
  261.  SEO processed a COPY ... REPLACING operand BY operand .... statement
  262.  and now cannot find the end of the current PROCEDURE DIVISION statement.
  263.  SEO Action: The statement is ignored.
  264.  User Action: Make sure the COPY ... REPLACING .... is valid before calling
  265.  Technical Support.
  266.  
  267. DATA0035 (Data Message Number I%.4d) REACHED EOF LOOKING FOR QUALIFIER
  268.  
  269. DATA0036 (Data Message Number T%.4d) DATA ELEMENT NAME IS RESERVED FOR VERB
  270.  SEO checks all data element names for possible conflict with
  271.  verbs and other key PROCEDURE DIVISION words.
  272.  SEO Action: SEO aborts.
  273.  User Action: Rename the element.
  274.  
  275. DATA0036 (Data Message Number T%.4d) DATA ELEMENT NAME IS RESERVED FOR VERB
  276.  SEO checks all data element names for possible conflict with
  277.  verbs and other key PROCEDURE DIVISION words.
  278.  SEO Action: SEO aborts.
  279.  
  280. DATA0037 (Data Message Number I%.4d) RECURSIVE CALL.
  281.  SEO is processing a subprogram that appears to have invoked itself
  282.  or is in a path where the same subprogram was found at a higher level in
  283.  the path.
  284.  SEO Action: The subprogram source file is bypassed and SEO
  285.  continues with the statement following the CALL.
  286.  
  287. DATA0038 (Data Message Number T%.4d) BUFFER CONTENT ERROR
  288.  SEO has not found a space+NULL byte at the end of buffer after
  289.  the compress() read the last source record.
  290.  SEO Action: SEO aborts.
  291.  User Action: Call Technical Support.
  292.  
  293. DATA0038 (Data Message Number T%.4d) BUFFER CONTENT ERROR
  294.  SEO has not found a space+NULL byte at the end of buffer after
  295.  the compress() read the last source record.
  296.  SEO Action: SEO aborts.
  297.  
  298. DATA0039 (Data Message Number I%.4d) UNSUPPORTED DIRECTIVES
  299.  SEO has found one of the following: -INC, ++INCLUDE, REPLACE
  300.  These directives are not supported
  301.  SEO Action: SEO aborts.
  302.  
  303. DATA0039 (Data Message Number I%.4d) UNSUPPORTED DIRECTIVES
  304.  SEO has found one of the following: -INC, ++INCLUDE, REPLACE
  305.  These directives are not supported
  306.  SEO Action: SEO aborts.
  307.  
  308. DATA0040 (Data Message Number I%.4d) CONFLICT BETWEEN RECORD LENGTH AND
  309.  FIELD OFFSET
  310.  
  311. DATA0041 (Data Message Number I%.4d) THE SORT KEYS ARE GREATER THAN THE
  312.  MAXIMUM
  313.  
  314. DATA0042 (Data Message Number I%.4d) select_nearest_key() HAS RETURNED
  315.  AN INVALID ORDINAL NR
  316.  
  317. DATA0043 (Data Message Number T%.4d) INTERNAL ERROR, alnum_lit NOT PRESENT
  318.  SEO expected to find an alphanumeric literal in the alnum_lit
  319.  structure. The literal is part of a COPY ... REPLACING statement; but, the
  320.  next structure pointer in alnum_lit was NULL.
  321.  SEO Action: SEO aborts.
  322.  User Acton. Send the progid.seo file via CompuServe or mail to Technical
  323.  Support; where, progid in the name of the COBOL program. The file will be
  324.  in the EXS sub directory of the application ID.
  325.  
  326. DATA0043 (Data Message Number T%.4d) INTERNAL ERROR, alnum_lit NOT PRESENT
  327.  SEO expected to find an alphanumeric literal in the alnum_lit
  328.  structure. The literal is part of a COPY ... REPLACING statement; but, the
  329.  next structure pointer in alnum_lit was NULL.
  330.  SEO Action: SEO aborts.
  331.  User Acton. Send the progid.seo file via CompuServe or mail to Technical
  332.  Support; where, progid in the name of the COBOL program. The file will be
  333.  in the EXS sub directory of the application ID.
  334.  
  335. DATA0044 (Data Message Number I%.4d) THE SORTIN RECORDS ARE GREATER
  336.  THAN THE MAXIMUM
  337.  
  338. DATA0045 (Data Message Number I%.4d) THE SORTIN FILE IS NOT
  339.  COMPATIBLE WITH THE SPECIFIED RECORD LENGTH.
  340.  
  341. DATA0046 (Data Message Number I%.4d) PROCEDURE NAME IS RESERVED FOR VERB
  342.  SEO could not find a procedure name following a GO TO verb.
  343.  The most likely cause is a procedure name that is the same as a verb
  344.  (e.g., END-SEARCH) or other reserved PROCEDURE DIVISION name.
  345.  The same applies to the THROUGH clause of the PERFORM verb and the
  346.  INPUT and OUTPUT PROCEDURE's in a SORT or MERGE. A PERFORM
  347.  without a procedure name following the keyword PERFORM is considered
  348.  to be an in-line PERFORM.
  349.  SEO Action: The statement is ignored.
  350.  
  351. DATA0047 (Data Message Number I%.4d) BUFFER OVERFLOW
  352.  SEO has detected that the primary buffer is full. SEO uses
  353.  a buffer of 6000 bytes to hold a single COBOL data definition or a single
  354.  verb statement - after the alphanumeric literals are removed and all
  355.  unnecessary blanks are removed.
  356.  SEO Action. SEO aborts.
  357.  User Action. Make sure the input file to SEO is a COBOL source file.
  358.  
  359. DATA0047 (Data Message Number I%.4d) BUFFER OVERFLOW
  360.  SEO has detected that the primary buffer is full. SEO uses
  361.  a buffer of 6000 bytes to hold a single COBOL data definition or a single
  362.  verb statement - after the alphanumeric literals are removed and all
  363.  unnecessary blanks are removed.
  364.  SEO Action. SEO aborts.
  365.  User Action. Make sure the input file to SEO is a COBOL source file.
  366.  
  367. DATA0048 (Data Message Number I%.4d) INVALID EXECPRGM.PRG RECORD
  368.  SEO edited the execprgm.prg record created by the preprocessor
  369.  (prepro.bat). The format should be: 8-byte (or less) program ID and
  370.  8-byte (or less) DDNAME, separated by at least one space. The program
  371.  ID must start in column one and the DDNAME must start in column nine.
  372.  SEO Action. Theparser aborts.
  373.  User Action. Make sure the preprocessor has been run successfully.
  374.  
  375. DATA0048 (Data Message Number I%.4d) INVALID EXECPRGM.PRG RECORD
  376.  SEO edited the execprgm.prg record created by the preprocessor
  377.  (prepro.bat). The format should be: 8-byte (or less) program ID and
  378.  8-byte (or less) DDNAME, separated by at least one space. The program
  379.  ID must start in column one and the DDNAME must start in column ten.
  380.  SEO Action. SEO aborts.
  381.  User Action. Make sure the preprocessor has been run successfully.
  382.  
  383. DATA0049 (Data Message Number I%.4d) GROUP MOVE LIMIT EXCEEDED
  384.  SEO limit is 2730 elements in a group move.
  385.  SEO Action: The remaining elements are ignored.
  386.  
  387. DATA0050 (Data Message Number I%.4d) NESTED REDEFINES ARE TOO DEEP
  388.  SEO limit is 49 levels.
  389.  SEO Action: The remaining redefines are ignored.
  390.  
  391. DATA0051 (Data Message Number T%.4d) INTERNAL ERROR
  392.  SEO has incurred an internal error while handling sub programs.
  393.  SEO Action. SEO aborts.
  394.  User Action: Notify Technical Support.
  395.  
  396. DATA0051 (Data Message Number T%.4d) INTERNAL ERROR
  397.  SEO has incurred an internal error while handling sub programs.
  398.  SEO Action. SEO aborts.
  399.  User Action: Notify Technical Support.
  400.  
  401. DATA0052 (Data Message Number T%.4d) INTERNAL ERROR, ERROR SORTING FILE
  402.  SEO received a bad status from the create_inx() function.
  403.  SEO Action. SEO aborts.
  404.  User Action. Notify Technical support.
  405.  
  406. DATA0052 (Data Message Number T%.4d) INTERNAL ERROR, ERROR SORTING FILE
  407.  SEO received a bad status from the create_inx() function.
  408.  SEO Action. SEO aborts.
  409.  User Action. Notify Technical support.
  410.  
  411. DATA0053 (Data Message Number T%.4d) INTERNAL ERROR
  412.  SEO has incurred an internal error while searching for REDEFINES
  413.  information.
  414.  SEO Action: SEO aborts.
  415.  User Action: Notify Technical Support.
  416.  
  417. DATA0053 (Data Message Number T%.4d) INTERNAL ERROR
  418.  SEO has incurred an internal error while searching for REDEFINES
  419.  information.
  420.  SEO Action: SEO aborts.
  421.  
  422. DATA0054 (Data Message Number I%.4d) NESTED SUBPROGRAMS.
  423.  SEO was processing the PROCEDURE DIVISION when it found one of the
  424.  following: [IDENTIFICATION] [ID] DIVISION or END PROGRAM .... Nested
  425.  programs in the same COBOL source file is not supported by this version of
  426.  SEO.
  427.  SEO Action: The end-of-file condition is set equal to TRUE.
  428.  
  429. DATA0055 (Data Message Number I%.4d) UNEXPECTED E-O-F IN COBOL SOURCE
  430.  SEO was looking for the next verb or a period separator when
  431.  E-O-F was encountered.
  432.  SEO Action: The current statement is ignored.
  433.  
  434. DATA0056 (Data Message Number I%.4d) OVERFLOW ERROR
  435.  SEO attempted to relate all the file's 01 level record names to
  436.  the file name; but, the number of 01 level record names is greater than
  437.  SEO's capacity, app. 200.
  438.  SEO Action. SEO aborts.
  439.  
  440. DATA0056 (Data Message Number I%.4d) OVERFLOW ERROR
  441.  SEO attempted to relate all the file's 01 level record names to
  442.  the file name; but, the number of 01 level record names is greater than
  443.  SEO's capacity, app. 200.
  444.  SEO Action. SEO aborts.
  445.  
  446. DATA0057 (Data Message Number T%.4d) INTERNAL ERROR
  447.  SEO has incurred an internal error while handling records belonging
  448.  to a file definition. SEO was unable to find the records belonging
  449.  to a file definition (FD).
  450.  SEO Action. SEO aborts.
  451.  User Action: Notify Technical Support.
  452.  
  453. DATA0057 (Data Message Number T%.4d) INTERNAL ERROR
  454.  SEO has incurred an internal error while handling records belonging
  455.  to a file definition. SEO was unable to find the records belonging
  456.  to a file definition (FD).
  457.  SEO Action. SEO aborts.
  458.  User Action: Notify Technical Support.
  459.  
  460. DATA0058 (Data Message Number I%.4d) REACHED EOF LOOKING FOR USING ....
  461.  SEO attempted to find the end of a PROCEDURE DIVISION USING ...
  462.  statement and encountered EOF.
  463.  SEO Action. SEO aborts.
  464.  
  465. DATA0058 (Data Message Number I%.4d) REACHED EOF LOOKING FOR USING ....
  466.  SEO attempted to find the end of a PROCEDURE DIVISION USING ...
  467.  statement and encountered EOF.
  468.  SEO Action. SEO aborts.
  469.  
  470. DATA0059 (Data Message Number T%.4d) INTERNAL ERROR, INVALID POINTER
  471.  SEO has detected an invalid pointer value.
  472.  SEO Action. SEO aborts.
  473.  User Acton. Send the progid.seo file via CompuServe or mail to Technical
  474.  Support; where, progid in the name of the COBOL program. The file will be
  475.  in the EXS sub directory of the application ID.
  476.  
  477. DATA0059 (Data Message Number T%.4d) INTERNAL ERROR, INVALID POINTER
  478.  SEO has detected an invalid pointer value.
  479.  SEO Action. SEO aborts.
  480.  User Acton. Send the progid.seo file via CompuServe or mail to Technical
  481.  Support; where, progid in the name of the COBOL program. The file will be
  482.  in the EXS sub directory of the application ID.
  483.  
  484. DATA0060 (Data Message Number I%.4d) DATA ELEMENT NAME TRUNCATED
  485.  SEO limit is 30 bytes for a data element name. The name was
  486.  truncated.
  487.  
  488. DATA0061 (Data Message Number I%.4d) ENTRY POINT TRUNCATED
  489.  SEO limit is 8 bytes for an entry point name. The name was
  490.  truncated.
  491.  
  492. DATA0062 (Data Message Number I%.4d) UNKNOWN LITERAL IN SELECT STATEMENT
  493.  SEO encountered an alphnumeric literal that is too long to fit in
  494.  the buffer for a ddname.
  495.  SEO Action: SEO aborts.
  496.  User Acton. Send the progid.seo file via CompuServe or mail to Technical
  497.  Support; where, progid in the name of the COBOL program. The file will be
  498.  in the EXS sub directory of the application ID.
  499.  
  500. DATA0062 (Data Message Number I%.4d) UNKNOWN LITERAL IN SELECT STATEMENT
  501.  SEO encountered an alphnumeric literal that is too long to fit in
  502.  the buffer for a ddname.
  503.  SEO Action: SEO aborts.
  504.  User Acton. Send the progid.seo file via CompuServe or mail to Technical
  505.  Support; where, progid in the name of the COBOL program. The file will be
  506.  in the EXS sub directory of the application ID.
  507.  
  508. DATA0063 (Data Message Number I%.4d) ELEMENTARY ITEM WITHOUT 01-LEVEL
  509.  SEO encountered an elementary item (level > 1 and < 50) but there was no
  510.  prior 01-level group item.
  511.  SEO Action. SEO bypasses the item.
  512.  User Action. Make sure the elementary item has an 01-level; if the group
  513.  item is defined in a copy book, make sure the copy book is present.
  514.  
  515. FILE0001 (File Message Number I%.4d) ERROR OPENING INPUT FILE
  516.  SEO attempted to open a source file for a called program or a
  517.  copy book and the attempt failed. SEO continues with the statement
  518.  following the CALL verb or COPY directive. A missing copy book will result
  519.  in many DATA0002 messages, "UNKNOWN COBOL ELEMENT NAME", if there are
  520.  references to the missing elements. PC COBOL call by number (CALL X'1A')
  521.  and call by name (CALL CBL_GET_VIDEO_CONFIG) are converted to
  522.  "CALL callBYnr" and "CALL callBYnm" respectively and result in this message
  523.  (FILE0001). Nested calls to program names greater than eight characters are
  524.  converted to "CALL callnest" that also result in this message. This
  525.  condition does not abort SEO.
  526.  This message is also produced when SEO attempts to open, for the
  527.  first time, the following files: .ifi, .f2s, .f1s, .inx, or .mst. This
  528.  means SEO is aware there are times when a program is coded with
  529.  no data elements or procedures; e.g., a common abort sub program which
  530.  simply moves 16 to the COBOL register, RETURN-CODE, and does a STOP RUN.
  531.  A failed attempt to open one of these files a second time, after
  532.  processing a CALL verb, results in a FILE0005 message.
  533.  SEO Action: SEO continues.
  534. FILE0002 (File Message Number I%.4d) ERROR OPENING OUTPUT FILE
  535.  SEO attempted to open a required output file. The attempt
  536.  failed. See the DOS error message. The most likely cause is too
  537.  many files open. Make sure the config.sys file specifies a large
  538.  number of files (FILES=nn); e.g., FILES=50.
  539.  SEO Action: SEO aborts
  540. FILE0002 (File Message Number I%.4d) ERROR OPENING OUTPUT FILE
  541.  SEO attempted to open a required output file. The attempt
  542.  failed. See the DOS error message. The most likely cause is too
  543.  many files open. Make sure the config.sys file specifies a large
  544.  number of files (FILES=nn); e.g., FILES=50.
  545.  SEO Action: SEO aborts
  546. FILE0003 (File Message Number I%.4d) ERROR WRITING RECORD
  547.  SEO attempted to write a record. The attempt failed. See the
  548.  DOS error message. The most likely cause is no space left on the
  549.  device. Another possibility, if a RAM drive is being used, is the
  550.  parser exceeded the 64 file allocation tables (FAT) limit of the
  551.  root directory. Either define the RAM drive with a larger limit
  552.  or create a sub directory, which as no limit.
  553.  SEO Action: SEO aborts
  554. FILE0003 (File Message Number I%.4d) ERROR WRITING RECORD
  555.  SEO attempted to write a record. The attempt failed. See the
  556.  DOS error message. The most likely cause is no space left on the
  557.  device. Another possibility, if a RAM drive is being used, is the
  558.  parser exceeded the 64 file allocation tables (FAT) limit of the
  559.  root directory. Either define the RAM drive with a larger limit
  560.  or create a sub directory, which as no limit.
  561.  SEO Action: SEO aborts
  562. FILE0005 (File Message Number I%.4d) ERROR REOPENING INPUT FILE
  563.  SEO attempted to reopen a file in a program that called another
  564.  program after the call verb was processed. The attempt failed. This
  565.  could mean the file never existed in the first place. That would mean
  566.  there were no DATA DIVISION elements and/or procedures. This could
  567.  happen if copy books were used to define the elements, and the copy
  568.  books are missing. PROCEDURE DIVISION references to elements when the
  569.  parser is not aware that any elements exist will abort SEO
  570.  SEO Action: SEO aborts
  571. FILE0005 (File Message Number I%.4d) ERROR REOPENING INPUT FILE
  572.  SEO attempted to reopen a file in a program that called another
  573.  program after the call verb was processed. The attempt failed. This
  574.  could mean the file never existed in the first place. That would mean
  575.  there were no DATA DIVISION elements and/or procedures. This could
  576.  happen if copy books were used to define the elements, and the copy
  577.  books are missing. PROCEDURE DIVISION references to elements when the
  578.  parser is not aware that any elements exist will abort SEO
  579.  SEO Action: SEO aborts
  580. FILE0006 (File Message Number I%.4d) ERROR READING FILE
  581.  SEO Action: SEO aborts
  582. FILE0006 (File Message Number I%.4d) ERROR READING FILE
  583.  SEO Action: SEO aborts
  584. FILE0007 (File Message Number I%.4d) ERROR SEEKING RECORD
  585.  SEO attempted to seek a byte address using a relative byte address
  586.  returned from qualified_names(). The attempt failed.
  587.  SEO Action: SEO aborts
  588. FILE0007 (File Message Number I%.4d) ERROR SEEKING RECORD
  589.  SEO attempted to seek a byte address using a relative byte address
  590.  returned from qualified_names(). The attempt failed.
  591.  SEO Action: SEO aborts
  592. FILE0009 (File Message Number I%.4d) UNABLE TO OPEN SORT FILE
  593.  The sort attempted to open the sortin or a sortwork file for input. The
  594.  attempt failed.
  595.  SEO Action: SEO aborts.
  596. FILE0009 (File Message Number I%.4d) UNABLE TO OPEN SORT FILE
  597.  The sort attempted to open the sortin or a sortwork file for input. The
  598.  attempt failed.
  599.  SEO Action: SEO aborts.
  600. FILE0010 (File Message Number I%.4d) UNABLE TO DELETE FILE
  601.  Mostly, these are files not created in the first place, perhaps because a
  602.  called subprogram was not found, for example. But a failed attempt to
  603.  delete a file is noted.
  604.  SEO Action: None.
  605.  User Action: You can check the FILE0001 message. The name of the program
  606.  matching the program name here should be found there also.
  607. FILE0011 (File Message Number I%.4d) ERROR RESETTING FILE POSITION
  608.  SEO attempted to reset the file position on the COBOL source file
  609.  of a program that called another program. This occurs after the sub
  610.  program's source code is processed. The attempt failed.
  611.  SEO Action. SEO aborts.
  612. FILE0011 (File Message Number I%.4d) ERROR RESETTING FILE POSITION
  613.  SEO attempted to reset the file position on the COBOL source file
  614.  of a program that called another program. This occurs after the sub
  615.  program's source code is processed. The attempt failed.
  616.  SEO Action. SEO aborts.
  617. FILE0012 (File Message Number I%.4d) ERROR GETTING CURRENT WORKING DIRECTORY
  618.  The sort did not have a working directory specified by an environment
  619.  variable and failed to get the current working directory.
  620.  SEO Action: SEO aborts.
  621. FILE0012 (File Message Number I%.4d) ERROR GETTING CURRENT WORKING DIRECTORY
  622.  The sort did not have a working directory specified by an environment
  623.  variable and failed to get the current working directory.
  624.  SEO Action: SEO aborts.
  625. FILE0013 (File Message Number I%.4d) THE COBOL SOURCE DIRECTORY IS EMPTY
  626.  SEO attempted to get a COBOL source file from the specified (or default)
  627.  directory. The attempt failed.
  628.  SEO Action. SEO aborts.
  629.  User Action: Make sure of the path to the COBOL programs. Make sure all
  630.  COBOL program have .cbl extensions.
  631. FILE0013 (File Message Number I%.4d) THE COBOL SOURCE DIRECTORY IS EMPTY
  632.  SEO attempted to get a COBOL source file from the specified (or default)
  633.  directory. The attempt failed.
  634.  SEO Action. SEO aborts.
  635.  User Action: Make sure of the path to the COBOL programs. Make sure all
  636.  COBOL program have .cbl extensions.
  637. FILE0014 (File Message Number I%.4d) ERROR OPENING NEXT COBOL SOURCE FILE
  638.  SEO attempted to open the next COBOL source file in the directory. The
  639.  attempt failed for a unknown reason.
  640.  SEO Action. SEO aborts.
  641. FILE0014 (File Message Number I%.4d) ERROR OPENING NEXT COBOL SOURCE FILE
  642.  SEO attempted to open the next COBOL source file in the directory. The
  643.  attempt failed for a unknown reason.
  644.  SEO Action. SEO aborts.
  645. FILE0015 (File Message Number I%.4d) ERROR GETTING FILE POSITION
  646.  SEO attempted to get the file position on a work file. The attempt failed.
  647.  SEO Action. SEO aborts.
  648. FILE0015 (File Message Number I%.4d) ERROR GETTING FILE POSITION
  649.  SEO attempted to get the file position on a work file. The attempt failed.
  650.  SEO Action. SEO aborts.
  651. FILE0016 (File Message Number I%.4d) ERROR OPENING REQUIRED OUTPUT FILE
  652.  SEO attempted to open the file but the attempt failed.
  653.  SEO Action. SEO aborts.
  654.  User Action. Make sure the application ID on the command line matches an
  655.  existing sub directory of the SEO working directory, MACHY.
  656. FILE0016 (File Message Number I%.4d) ERROR OPENING WORK FILE AS INPUT
  657.  SEO attempted to open the file but the attempt failed.
  658.  SEO Action. SEO aborts.
  659.  User Action. Make sure the application ID on the command line matches an
  660.  existing sub directory of the SEO working directory, MACHY.
  661. FILE0017 (File Message Number I%.4d) ERROR OPENING WORK FILE AS INPUT
  662.  SEO attempted to open a file just created. The attempt failed.
  663.  SEO Action. SEO aborts.
  664.  User Action. Check the DOS error message before calling Technical Support.
  665. FILE0017 (File Message Number I%.4d) ERROR OPENING WORK FILE AS INPUT
  666.  SEO attempted to open a file just created. The attempt failed.
  667.  SEO Action. SEO aborts.
  668.  User Action. Check the DOS error message before calling Technical Support.
  669. FILE0018 (File Message Number I%.4d) ERROR OPENING WORK FILE AS OUTPUT
  670.  SEO Action. SEO aborts.
  671.  User Action. Check the DOS error message. The most likely cause is no space
  672.  left on the device. Another possibility, if a RAM drive is being used, is
  673.  SEO exceeded the 64 file allocation tables (FAT) limit of the root
  674.  directory. Either define the RAM drive with a larger limit or create a sub
  675.  directory, which as no limit.
  676. FILE0018 (File Message Number I%.4d) ERROR OPENING WORK FILE AS OUTPUT
  677.  SEO Action. SEO aborts.
  678.  User Action. Check the DOS error message. The most likely cause is no space
  679.  left on the device. Another possibility, if a RAM drive is being used, is
  680.  SEO exceeded the 64 file allocation tables (FAT) limit of the root
  681.  directory. Either define the RAM drive with a larger limit or create a sub
  682.  directory, which as no limit.
  683.  
  684. MEMO0001 (Memory Message Number I%.4d) ERROR ALLOCATING MEMORY
  685.  SEO attempted to allocate memory and was unsuccessful.
  686.  SEO Action: SEO aborts.
  687.  User Action. Check the amount of DOS conventional memory available for an
  688.  application program. If the amount is less than 600,000 bytes and you are
  689.  using a version of DOS that permits LOADHIGH, put DOS in high memory; also,
  690.  put all drivers and TSR's in high memory. This should make 620,000 bytes
  691.  available for application programs like the parser. If the problem persists
  692.  the problem is mostly a record in the COBOL program that contains a large
  693.  amount of elements (in excess of 3,000 elements). If such a record exists
  694.  the parser will not be able to get enough memory to parse the program.
  695.  
  696. MEMO0001 (Memory Message Number I%.4d) ERROR ALLOCATING MEMORY
  697.  SEO attempted to allocate memory and was unsuccessful.
  698.  SEO Action: SEO aborts.
  699.  User Action. Check the COBOL program's .seo file in the EXS sub directory
  700.  of application Id.
  701.  
  702.