openmainframeproject / cobol-check

A testing framework for Cobol applications
Apache License 2.0
78 stars 28 forks source link

Support ON EXCEPTION in CALLs #276

Closed Rune-Christensen closed 1 year ago

Rune-Christensen commented 1 year ago

Ensure that COBOL Check supports the following COBOL:

CALL "PROGRAM" USING PROGRAM-DATA ON EXCEPTION PERFORM ERROR-HANDLING END-CALL

and

CALL "PROGRAM" USING PROGRAM-DATA ON EXCEPTION PERFORM ERROR-HANDLING .

Currently COBOL Check will only comment the first line of the CALL statement, and not all lines to END-CALL.

prernadabi23 commented 1 year ago

@Rune-Christensen, Hello, I'm Prerna Dabi and I'm really interested in working on this project as an LFX mentee for this summer. I would like to work on this issue.

Rune-Christensen commented 1 year ago

Hi @prernadabi23 Thank you for the interest in COBOL Check. Unfortunately the LFX mentee position has already been filled. If you still are interested in solving this issue, please let me know. Thank you :-)

AkashKumar7902 commented 1 year ago

@Rune-Christensen Hey, can you please assign me this issue ?

Rune-Christensen commented 1 year ago

Hi @AkashKumar7902 There you go, please be aware that another developer is also working on issues with the call statement. Thank you :-)