-
Notifications
You must be signed in to change notification settings - Fork 10
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
NLE getChild(int) is null #69
Comments
Please add the following details to help identify the issue.
|
@avishek-sen-gupta
I comment the section relevant to Error is coming from this section. Let me know your thoughts |
Can you paste the command you executed on the command line?
…On Wed, 27 Nov 2024, 03:38 Ravi Prakash, ***@***.***> wrote:
@avishek-sen-gupta <https://github.com/avishek-sen-gupta>
it is tough to recreate fill COBOL program as it uses copybook files and
code is sensitive. I am sharing a gist of the code
*****************************************************************
PERFORM INITSTART THRU INITSTART-EXIT.
PERFORM WRITEQTDQ THRU TDQ-EXIT.
PERFORM TERMIN THRU TERMIN-EXIT.
*****************************************************************
INITSTART.
*****************************************************************
...
*****************************************************************
WRITEQTDQ.
*****************************************************************
EXEC CICS
WRITEQ TD
QUEUE ('TERR')
FROM (MSGE-RCRD)
LENGTH (LENGTH OF MSGE-RCRD)
NOHANDLE
END-EXEC.
IF EIBRESP > 0
PERFORM WRITECONSOLE THRU WC-EXIT
END-IF.
TDQ-EXIT. EXIT.
*****************************************************************
WRITECONSOLE.
*****************************************************************
MOVE EIBRESP TO WSC-EIBRESP.
MOVE MSGNO TO WSC-MSGNO.
EXEC CICS
WRITE OPERATOR
TEXT (WSC-MSG)
TEXTLENGTH (62)
EVENTUAL
END-EXEC.
WC-EXIT. EXIT.
*****************************************************************
TERMIN.
*****************************************************************
EXEC CICS RETURN END-EXEC.
TERMIN-EXIT. EXIT.
I comment the section relevant to PERFORM WRITEQTDQ THRU TDQ-EXIT., I can
run the code and generate flowchart.
Error is coming from this section.
I checked the syntex using boradcom package - copybook dependecy etc.
everything looks fine.
Let me know your thoughts
—
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHXEOARBVCMKL6FV75PZFJL2CTWPFAVCNFSM6AAAAABSONCGGKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBSGAZTEOJVG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Please re-run using the latest commit and share the output in a file. Have added some logging to diagnose the situation. |
@avishek-sen-gupta I am running following command- |
This time error is in first part. I am sharing the first part code INITSTART. I tested by commenting relevant to each PERFORM section.
|
Could you paste the entire output of the command in a file, and share it please? |
Entire output has the code references in it. I can't share that. Can we connect over google meet? my email - [email protected] |
Hi @avishek-sen-gupta, sharing code template to demonstrate the error
|
This will require adding some specific support for DB2 SQL post-processing. I'll open a specific issue for this and work on it. |
Hi @avishek-sen-gupta,
I am trying out the tool on some cobol files and I get following error -
Could you let me know possible reasons for this kind of errors and what kinda resolutions are required?
The text was updated successfully, but these errors were encountered: