What logs could be collected when experiencing a problem with PLI or COBOL Editor in Rational Developer for System Z or IBM Developer for z Systems?
Answer by Olivier Gauneau (1139) | Jun 24, 2018 at 07:15 AM
Here are some traces that can be enabled when:
there are issues with copybooks or include files (download, performance, ...)
there are parsing issue
The problem might be on the client or server side so the best will be to get both client and server side logs.
Enable the following traces in menu Window > Preferences > Tracing
com.ibm.systemz.cobol.editor.core=FINER
com.ibm.systemz.pl1.editor.core=FINEST
com.ibm.ftt.resources.core=FINEST
Reproduce the problem and gather logs
<workspace>\.metadata\.log
<workspace>\.metadata\.trace
Enable the following traces in menu Window > Preferences > Tracing
com.ibm.systemz.common.editor=FINEST
Reproduce the problem and gather logs
<workspace>\.metadata\.log
<workspace>\.metadata\.trace
Answer by Olivier Gauneau (1139) | Jun 24, 2018 at 07:34 AM
Interesting traces from the client .trace file:
[Sun Jun 24 11:34:43 CEST 2018] 165 com.ibm.systemz.pl1.editor.core.ftt.IncludeFileProvider com.ibm.systemz.pl1.editor.core(FINER): Attempting to find copybook TSTINC1 referenced from original file L/RemoteSystemsTempFiles/FttRemoteTempFiles/mvs011/GAUNEA2/GAUNEA2.PMRS.SRC.PLI/TSTSQL.pli
[Sun Jun 24 11:34:44 CEST 2018] 165 com.ibm.systemz.pl1.editor.core.ftt.IncludeFileProvider com.ibm.systemz.pl1.editor.core(FINER): Failed to find copybook, result was: null
[Sun Jun 24 11:18:28 CEST 2018] 152 com.ibm.systemz.cobol.editor.core.parser.CompilerOptions com.ibm.systemz.cobol.editor.core(FINE): Processing compiler option string: TEST
[Sun Jun 24 11:18:28 CEST 2018] 137 com.ibm.systemz.cobol.editor.core.ftt.FttCopybookProvider com.ibm.systemz.cobol.editor.core(FINER): Attempting to find copybook SYSTBDCL referenced from original file L/RemoteSystemsTempFiles/FttRemoteTempFiles/mvs011/GAUNEA2/GAUNEA2.PMRS.SRC.COBOL/TSTDB2A.cbl
[Sun Jun 24 11:18:28 CEST 2018] 137 com.ibm.systemz.cobol.editor.core.ftt.FttCopybookProvider com.ibm.systemz.cobol.editor.core(FINER): Attempting to find copybook SYSTBREC referenced from original file L/RemoteSystemsTempFiles/FttRemoteTempFiles/mvs011/GAUNEA2/GAUNEA2.PMRS.SRC.COBOL/TSTDB2A.cbl
[Sun Jun 24 11:18:29 CEST 2018] 137 com.ibm.systemz.cobol.editor.core.ftt.FttCopybookProvider com.ibm.systemz.cobol.editor.core(FINER): Attempting to find copybook SQLDA referenced from original file L/RemoteSystemsTempFiles/FttRemoteTempFiles/mvs011/GAUNEA2/GAUNEA2.PMRS.SRC.COBOL/TSTDB2A.cbl
[Sun Jun 24 11:18:29 CEST 2018] 137 com.ibm.systemz.cobol.editor.core.ftt.FttCopybookProvider com.ibm.systemz.cobol.editor.core(FINER): Failed to find copybook, result was: null
[Sun Jun 24 11:34:43 CEST 2018] 197 com.ibm.systemz.pl1.editor.core.parser.CompilerOptionsParser com.ibm.systemz.pl1.editor.core(FINEST): Compiler options: PP(MACRO) MACRO
[Sun Jun 24 11:38:54 CEST 2018] 209 com.ibm.systemz.common.jface.editor.parse.ReconcilingStrategy com.ibm.systemz.common.editor(FINEST): event(): eventType:PARSING_COMPLETE resource:L/RemoteSystemsTempFiles/FttRemoteTempFiles/mvs011/GAUNEA2/GAUNEA2.PMRS.SRC.PLI/TSTSQL.pli
In RDz/IDz 14.0 how do I find Run SQL using an embedded COBOL program? 1 Answer
Do you have an example on how to debug a DB2 COBOL program with IDz and Debugger for z/OS? 3 Answers
What are the mustgather when a dataset is locked by RDz/IDz/zExplorer? 1 Answer
What are the general mustgather for IDz/RDz issues? 1 Answer
What are the mustgather for RDz integrated debugger issues or z/OS Debugger? 2 Answers