zowe / cics-for-zowe-client

Monorepo for all CICS related APIs and Apps built by Zowe Clients
https://www.zowe.org/
Eclipse Public License 2.0
1 stars 3 forks source link

Navigate from CICS region to the CEEMSG log #56

Open Joe-Winchester opened 2 years ago

Joe-Winchester commented 2 years ago

For developers who use the DISPLAY statement for debugging programs, this ends up being written to the CEEMSG JES file for the CICS job.

The request is to provide a point and shoot solution to go from a CICS region to open the CEEMSG file.

Issues to solve:

ruc.dk

zFernand0 commented 5 months ago

Thanks for outlining the issues to solve I'm still not sure if this is entirely possible, but this might be related to something that @t1m0thyj is working on (profileLinks) He might be able to provide more details and maybe a link to some design doc if needed

Joe-Winchester commented 5 months ago

Hi @t1m0thyj , I love the idea of profileLinks and would like to find out more. Do you have a design doc link, or maybe a scrum recording I could look at, or perhaps find some time to just chat 1:1 and I can show you the sort of scenario we were thinking to navigate between different VS Code plugins with related data (that would also cover some of the Db2 plugins) and it'd be great to see if profileLinks are going to be able to help ?

t1m0thyj commented 5 months ago

@Joe-Winchester Here is a design doc link: https://ent.box.com/s/thqbdjbz9rd2heohxb2ds27kv4sdlgv3

Feel free to reach out on Slack, would be happy to take some time to chat 1:1 to better understand your use case 🙂

I'm curious to know your opinion about which direction links should be defined. For example if you want to associate a z/OSMF profile with a CICS profile, which of the following profileLinks definitions seems more intuitive:

  "profileLinks": {
    "lpar1_zosmf": ["lpar1_cics"]
  }

or

  "profileLinks": {
    "lpar1_cics": ["lpar1_zosmf"]
  }