Ver Mensaje Individual
  #11
Antiguo 10 de octubre de 2017, 21:13
KalEl
Forero Junior
Última Actividad 30.05.2018 21:37
Posts Posts: 14
Likes enviados Enviados: 1
Likes recibidos Recibidos: 0

Copie todo el código en el "EVENT PROCEDURES" OPENED.

y al compilarlo me da el siguiente error.

Código COBOL:
  1. MainForm MainForm-Opened(1) :  JMN1019I-W  The indicator area must contain '-', '*', '/', 'D', or blank. A blank is assumed to be specified.
  2. MainForm MainForm-Opened(1) :  JMN1005I-W  Character string 'NVIRONMENT' must start in Area B. The character string is assumed to start in Area B.
  3. MainForm MainForm-Opened(1) :  JMN1356I-W  The invalid word 'NVIRONMENT' is specified in the IDENTIFICATION DIVISION. The invalid word is ignored, and the compiler skips to the next paragraph or DIVISION.
  4. AR19.FD 1: JMN2005I-S  The file-name for the file description entry or the sort-merge file description entry must be defined at the SELECT clause of the FILE-CONTROL paragraph.  A sequential file is assumed.
  5. MainForm MainForm-Opened(16) :  JMN2005I-S  The file-name for the file description entry or the sort-merge file description entry must be defined at the SELECT clause of the FILE-CONTROL paragraph.  A sequential file is assumed.
  6. MainForm MainForm-Opened(55) :  JMN2503I-S  User word 'ST-S' is undefined.
  7. MainForm MainForm-Opened(55) :  JMN2557I-S  The format of the MOVE statement is incomplete.
  8. MainForm MainForm-Opened(55) :  JMN2503I-S  User word 'AR19' is undefined.
  9. MainForm MainForm-Opened(55) :  JMN2503I-S  User word 'ST-S' is undefined.
  10. MainForm MainForm-Opened(55) :  JMN2600I-S  The operand of the condition is invalid.
  11. MainForm MainForm-Opened(55) :  JMN2557I-S  The format of the IF statement is incomplete.
  12. MainForm MainForm-Opened(61) :  JMN3166I-S  Sequential access sequential file 'CLIE' cannot be specified in a START statement.
  13. MainForm MainForm-Opened(63) :  JMN2503I-S  User word 'ST-OK' is undefined.
  14. MainForm MainForm-Opened(63) :  JMN2600I-S  The operand of the condition is invalid.
  15. MainForm MainForm-Opened(63) :  JMN2557I-S  The format of the IF statement is incomplete.
  16. MainForm MainForm-Opened(104) :  JMN2510I-S  'END-IF' does not correspond. 'END-IF' is ignored.
  17. MainForm MainForm-Opened(144) :  JMN1479I-S  The concatenation expression is too long. A literal is created using the first parts of the expression so that it does not exceed the maximum length.
  18. MainForm MainForm-Opened(148) :  JMN2503I-S  User word 'ST-OK' is undefined.
  19. MainForm MainForm-Opened(148) :  JMN2600I-S  The operand of the condition is invalid.
  20. MainForm MainForm-Opened(148) :  JMN2557I-S  The format of the IF statement is incomplete.
  21. MainForm MainForm-Opened(153) :  JMN2510I-S  'END-IF' does not correspond. 'END-IF' is ignored.
KalEl is offline   Responder Con Cita