Copybook configuration without zowe profile #218
Replies: 4 comments 2 replies
-
Hi @abhimanDas You should explain what prevents you from using a Zowe profile to access the z/OS mainframe and therefore the copybooks. Maybe you can try to create a Zowe zFTP type profile. This works at the Zowe Explorer level to access z/OS resources, instead of a zOSMF or RSE type profile, (you also need to install "Zowe Explorer Extension for FTP"). |
Beta Was this translation helpful? Give feedback.
-
For information, I have already made a similar request: |
Beta Was this translation helpful? Give feedback.
-
We have not yet added FTP as a protocol for resolving remote copybooks, but I think this would be an easy thing for us to add. When you mentioned "Zowe layer", note, that Zowe CLI profiles do not require any Zowe server components to be installed on z/OS. You need instead either RSE (available for free with IBM z/OS Explorer; a protocol that we support for all our IBM editors) or z/OSMF which is part of z/OS itself. We currently have no plans for moving away from Zowe CLI as it is a convenient open source API in an open source project that we are contributing to. Zowe CLI and Zowe Explorer are extensible so you can implement your own Zowe CLI plugin that could add another protocol to the currently available ones (z/OSMF, FTP, SSH). If you donate such a plugin to Zowe we could discuss supporting it for Z Open Editor as well. |
Beta Was this translation helpful? Give feedback.
-
But that abstraction layers and API exists and is documented here: https://github.com/zowe/vscode-extension-for-zowe/blob/master/docs/README-Extending.md#creating-an-extension-that-adds-a-data-provider If more implementations of these interfaces appear I promise we will look at them as long as we are able try and test with them or a business partner relationship that will support it. |
Beta Was this translation helpful? Give feedback.
-
Is there is any way we could fetch datasets from mainframe without creating a zowe profile. I tried configuring settings.json, but it throws an error everytime stating that a mvs type requires a valid zowe profile.
Beta Was this translation helpful? Give feedback.
All reactions