Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lab or exercise with cobol-java-calling #310

Open
fa573r opened this issue Aug 18, 2023 · 1 comment
Open

lab or exercise with cobol-java-calling #310

fa573r opened this issue Aug 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@fa573r
Copy link

fa573r commented Aug 18, 2023

Course Details

GitHub

Description

The moment you update to COBOL 6.4 please add an exercise or lab how to call java from cobol (in batch without OO-COBOL) and vice versa.
It will be helpful for COBOL-starters to see that this is possible and how to do it.
experienced COBOL-devolopers will get value from this, too. It is much harder than shown in many presentations to this.
But it is very usefull, cause COBOL has features java will not get that quick and java has features cobol will definitely not get. To get to know how to connect the worlds will give COBOL-developers abbilities they couldn't imagine.

Currently using java is done with writing info from cobol to file. In a second step (new job or jobstep) java reads that file to work with that information. There are many reasons why java doesn't access the same data-files like COBOL did before. The most common is, that in COBOL is the business-logic is and no one will rewrite that to java 1:1.

With COBOL 6.4 there will be more flexibility - but people need to get to know it.

Problems

No response

Additional Context

No response

@fa573r fa573r added the enhancement New feature or request label Aug 18, 2023
@tanto259
Copy link
Member

Hi,

Thank you for the feedback. We are currently running Enterprise COBOL for z/OS V6R4 on the lab system. However, Java and COBOL interaction are still in our roadmap as something we can look into in the future.

Will keep this in mind when there are progress being made for COBOL Communications with Java Methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants