Skip to content

Show how Cobol arguments are passed to a Go function, and then back to Cobol

Notifications You must be signed in to change notification settings

swichblade/Call-Go-function-from-Cobol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Call-Go-function-from-Cobol

Show how Cobol arguments are passed to a Go function, and then back to Cobol

Using Gnucobol

From Ubuntu:

$ go build -buildmode=c-shared -o functions.so functions.go

$ export COB_PRE_LOAD=functions

$ cobc -x cobmain.cob

$ ./cobmain

About

Show how Cobol arguments are passed to a Go function, and then back to Cobol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published