fork download
  1. *-----------------------------------------------------------------
  2. PROCEDURE DIVISION.
  3. *-----------------------------------------------------------------
  4.  
  5. MOVE FUNCTION CURRENT-DATE TO WS-DATA-CORRENTE
  6. STRING
  7. 'IPIRANGA, ' DELIMITED BY SIZE
  8. WS-DIA DELIMITED BY SIZE
  9. ' de ' DELIMITED BY SIZE
  10. NOME-MES ( WS-MES ) DELIMITED BY SPACES
  11. ' de ' DELIMITED BY SIZE
  12. WS-ANO-INTEIRO DELIMITED BY SIZE
  13. '.' DELIMITED BY SIZE
  14. INTO WS-DATA-EXTENSO
  15. END-STRING
  16. DISPLAY 'Data do dia ...... : ' WS-DATA-EXTENSO
  17. GOBACK.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cob:16: Warning: File not terminated by a newline
prog.cob:1: Error: syntax error, unexpected '-', expecting PROGRAM_ID
stdout
Standard output is empty