Skip to content

Demonstration how Go (golang) calls an existing COBOL program with input data

Notifications You must be signed in to change notification settings

swichblade/Go-golang-calls-COBOL-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go-golang-calls-COBOL-program

Demonstration how Go (golang) calls an existing COBOL program with input data

$ cobc -c -static say2.cob

$ cobc -c -static datatype.cob

$ ar q libgbc.a say2.o datatype.o

$ go run testDataTypes.go

A demo of a Cobol program calling Go functions is located here:

https://github.com/swichblade/Call-Go-function-from-Cobol

About

Demonstration how Go (golang) calls an existing COBOL program with input data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages