Digital Developer Conference: a FREE half-day online conference focused on AI & Cloud – North America: Nov 2 – India: Nov 9 – Europe: Nov 14 – Asia Nov 23 Register now

Close outline
  • United States
IBM?
  • Site map
IBM?
  • Marketplace

  • Close
    Search
  • Sign in
    • Sign in
    • Register
  • IBM Navigation
IBM Developer Answers
  • Spaces
    • Blockchain
    • IBM Cloud platform
    • Internet of Things
    • Predictive Analytics
    • Watson
    • See all spaces
  • Tags
  • Users
  • Badges
  • FAQ
  • Help
Close

Name

Community

  • Learn
  • Develop
  • Connect

Discover IBM

  • ConnectMarketplace
  • Products
  • Services
  • Industries
  • Careers
  • Partners
  • Support
10.190.13.195

Refine your search by using the following advanced search options.

Criteria Usage
Questions with keyword1 or keyword2 keyword1 keyword2
Questions with a mandatory word, e.g. keyword2 keyword1 +keyword2
Questions excluding a word, e.g. keyword2 keyword1 -keyword2
Questions with keyword(s) and a specific tag keyword1 [tag1]
Questions with keyword(s) and either of two or more specific tags keyword1 [tag1] [tag2]
To search for all posts by a user or all posts with a specific tag, start typing and choose from the suggestion list. Do not use a plus or minus sign with a tag, e.g., +[tag1].
  • Ask a question

What are the mustgather for IDz/RDz issues with PLI or COBOL Editor

120000FY8G gravatar image
Question by Olivier Gauneau  (1139) | Jun 24, 2018 at 06:44 AM RDzidzcobolmustgatherpliEditors

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?

People who like this

  0
Comment
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

2 answers

  • Sort: 
120000FY8G gravatar image
Accepted answer

Answer by Olivier Gauneau (1139) | Jun 24, 2018 at 07:15 AM

Here are some traces that can be enabled when:

  1. there are issues with copybooks or include files (download, performance, ...)

  2. there are parsing issue

Issues with copybooks or include files


The problem might be on the client or server side so the best will be to get both client and server side logs.

Server

Server side log will be the rsecomm log with debug level enabled. The RDz/IDz general mustgather indicates how to enable and gather them.

Client

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


Parsing issues


COBOL or PLI

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

alt text

alt text


rdzmustgathereditorpli.jpg (142.5 kB)
rdzmustgathereditorcobol.jpg (158.9 kB)
Comment

People who like this

  0   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
120000FY8G gravatar image

Answer by Olivier Gauneau (1139) | Jun 24, 2018 at 07:34 AM

Interesting traces from the client .trace file:

Download

 [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


PLI parsing

 [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







Comment

People who like this

  0   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

Follow this question

135 people are following this question.

Answers

Answers & comments

Related questions

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

  • Contact
  • Privacy
  • IBM Developer Terms of use
  • Accessibility
  • Report Abuse
  • Cookie Preferences

Powered by AnswerHub

Authentication check. Please ignore.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • API Connect
  • Analytic Hybrid Cloud Core
  • Application Performance Management
  • Appsecdev
  • BPM
  • Blockchain
  • Business Transaction Intelligence
  • CAPI
  • CAPI SNAP
  • CICS
  • Cloud Analytics
  • Cloud Automation
  • Cloud Object Storage
  • Cloud marketplace
  • Collaboration
  • Content Services (ECM)
  • Continuous Testing
  • Courses
  • Customer Experience Analytics
  • DB2 LUW
  • Data and AI
  • DataPower
  • Decision Optimization
  • DevOps Build
  • DevOps Services
  • Developers IBM MX
  • Digital Commerce
  • Digital Experience
  • Finance
  • Global Entrepreneur Program
  • Hadoop
  • Hybrid Cloud Core
  • Hyper Protect
  • IBM Cloud platform
  • IBM Design
  • IBM Forms Experience Builder
  • IBM Maximo Developer
  • IBM StoredIQ
  • IBM StoredIQ-Cartridges
  • IIDR
  • ITOA
  • InformationServer
  • Integration Bus
  • Internet of Things
  • Kenexa
  • Linux on Power
  • LinuxONE
  • MDM
  • Mainframe
  • Messaging
  • Node.js
  • ODM
  • Open
  • PartnerWorld Developer Support
  • PowerAI
  • PowerVC
  • Predictive Analytics
  • Product Insights
  • PureData for Analytics
  • Push
  • QRadar App Development
  • Run Book Automation
  • Search Insights
  • Security Core
  • Storage
  • Storage Core
  • Streamsdev
  • Supply Chain Business Network
  • Supply Chain Insights
  • Swift
  • UBX Capture
  • Universal Behavior Exchange
  • UrbanCode
  • WASdev
  • WSRR
  • Watson
  • Watson Campaign Automation
  • Watson Content Hub
  • Watson Marketing Insights
  • dW Answers Help
  • dW Premium
  • developerWorks Sandbox
  • developerWorks Team
  • Watson Health
  • More
  • Tags
  • Questions
  • Users
  • Badges