Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #44501
Ticket #44501
: hello.cob
File hello.cob,
133 bytes
(added by
cooljeanius (Eric Gallager)
,
10 years ago
)
example COBOL source file that goes in ${filespath} that gets used in post-test step
Line
1
IDENTIFICATION DIVISION.
2
PROGRAM-ID. hello.
3
PROCEDURE DIVISION.
4
DISPLAY "Hello World!".
5
STOP RUN.
Download in other formats:
Original Format