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

How to run converted File. #4

Open
pradip827 opened this issue Jul 20, 2023 · 1 comment
Open

How to run converted File. #4

pradip827 opened this issue Jul 20, 2023 · 1 comment

Comments

@pradip827
Copy link

Hi team thank you so much your cobol to java transformer is so helpful now can you help me that how can i run the converted file. do i have to add you package is yes can you help me with the step.
if no then how can i execute me java file?

thank you again !!!!!!

@uwol
Copy link
Owner

uwol commented Jul 20, 2023

Hi @pradip827 , the resulting COBOL code requires the Maven module / code from proleap-cobol-commons contained in this repository.

However, please note that the generated Java code only is directly executable for simple COBOL programs. More complex COBOL programs need further manual refinement of the generated Java code, or further development of the transformation rules. So the transformation part in this repository is work-in-progress and meant as a framework starting point for your own development.

In the past we focussed more on the interpreter part, which also could be extended to support SQL.

Due to limited resources we currently focus on other projects -> if companies want to invest into the further development of this open source code base, we are open for project discussions...

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

No branches or pull requests

2 participants