BroadcomMFD / cobol-control-flow

COBOL Control Flow is an extension for Visual Studio Code that provides graphical visualization of program flow for programs written in COBOL.
https://marketplace.visualstudio.com/items?itemName=broadcomMFD.ccf
Other
9 stars 8 forks source link

support EXEC CICS HANDLE AID #47

Open azarrafa opened 1 year ago

azarrafa commented 1 year ago

Hello, Is it possible to add the support of EXEC CICS HANDLE AID for exemple I have a cobol program that contain 13 section but the flow show only one. The CCF don't take into consideration the branching using EXEC CICS HANDLE AID.

EXEC CICS HANDLE AID PF4(5600-CANCEL) PF5(5700-PRINT) PF6(5300-CONFIRM) PF7(5000-TEL-ANT) PF8(5100-TEL-PROX) PF9(5200-INC-NEW) PF10(9910-MENU) PF22(9910-MENU) PF12(9990-SAI-CICS) PF24(9990-SAI-CICS) CLEAR(9990-SAI-CICS) ENTER(2000-PROCESS) ANYKEY(9700-TEC-INVALID) END-EXEC.