User Tools

Site Tools


cobol

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
cobol [2016/08/16 19:30]
blair created
cobol [2017/11/10 04:23]
jandal Example.
Line 1: Line 1:
-COBOL Programming Language+====== 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.txt · Last modified: 2017/11/10 23:14 by jandal