Skip to content
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

Navigate from CICS region to the CEEMSG log #56

Open
Tracked by #1833 ...
Joe-Winchester opened this issue Mar 10, 2022 · 5 comments
Open
Tracked by #1833 ...

Navigate from CICS region to the CEEMSG log #56

Joe-Winchester opened this issue Mar 10, 2022 · 5 comments
Labels
enhancement New feature or request keep Issues with this label will be ignored by the stale bot priority-low Legit issue but cosmetic or nice-to-have

Comments

@Joe-Winchester
Copy link
Member

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:

  • How to know the right z/OSMF, FTP, RSE (i.e. base profile) is associated with the CICS profile.
  • Existing analogous things are submit job and navigate to job, however this just goes from tree view to tree view. For CICS it may be possible to remove the need for a user to even open the JES view and just go directly to open the CEEMSG file.

ruc.dk

@zFernand0
Copy link
Member

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

@zFernand0 zFernand0 added the priority-low Legit issue but cosmetic or nice-to-have label Feb 6, 2024
@zowe-robot zowe-robot moved this from New Issues to Low Priority in Zowe Explorer for VS Code Feb 6, 2024
@Joe-Winchester
Copy link
Member Author

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
Copy link
Member

t1m0thyj commented Feb 8, 2024

@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"]
  }

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the Stale label Feb 14, 2025
@zFernand0 zFernand0 added keep Issues with this label will be ignored by the stale bot and removed Stale labels Feb 18, 2025
@zFernand0
Copy link
Member

Removed stale label since this was added to the 3.2.0 release plan 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request keep Issues with this label will be ignored by the stale bot priority-low Legit issue but cosmetic or nice-to-have
Projects
Status: Low Priority
Development

No branches or pull requests

4 participants