Port of No Code to COBOL
This commit is contained in:
parent
ed6c73fc16
commit
a108b9fb24
8
NoCodeToCOBOL.CBL
Normal file
8
NoCodeToCOBOL.CBL
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
$ SET SOURCEFORMAT"FREE"
|
||||||
|
IDENTIFICATION DIVISION.
|
||||||
|
PROGRAM-ID. NoCodeToCOBOL.
|
||||||
|
|
||||||
|
PROCEDURE DIVISION.
|
||||||
|
DisplayPrompt.
|
||||||
|
DISPLAY "I did it".
|
||||||
|
STOP RUN.
|
Loading…
x
Reference in New Issue
Block a user