User Tools

Site Tools


cobol

This is an old revision of the document!


Table of Contents

COBOL

Example

Hello World

   FMT CB ......-A+++B+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
          *************** Beginning of data ************************************* 
  0001.00        PROGRAM-ID. HELLO.                                               
  0002.00        PROCEDURE DIVISION.                                              
  0003.00            DISPLAY "HELLO, WORLD"                                       
  0004.00            STOP RUN.                                                    
          ****************** End of data **************************************** 
cobol.1510287785.txt.gz · Last modified: 2017/11/10 04:23 by jandal