-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add more resource types #50
Comments
Hi, Add support for "LIBRARY" resources. |
Hi @FALLAI-Denis, thanks for the request! We were wondering what the use case for "LIBRARY" resources is and what actions and/or attributes of these resources would you be interested in? @Joe-Winchester FYI |
Hi, We want to use LIBRARY resources in test environments to activate on-demand versions of programs in development:
This is a solution that we are currently implementing as part of the switch to CI/CD mode on the mainframe. This allows us to save on the number of CICS test environments, while waiting for a solution to virtualize these environments, (probably Wazi Sandbox). So we need a way to easily ENAble and DISable a LIBRARY resource, or query the status of a LIBRARY resource. We also need to list the programs contained in a LIBRARY resource (which can consist of several loadlibs) to trigger the PHASE INs. The declaration of the LIBRARY resource is made in an automated project initialization process, and its deletion is subordinated to the end of life action of the project. |
Hi @FALLAI-Denis , thanks for the library use case. @Rajpreetgill is implementing this at the moment and we have a few questions we'd love to run past you. Are you maybe free to jump on a quick webex where we can show you what's in progress and validate that our assumptions are correct for what you're thinking with the behavior ? |
Thank you for your proposal. Unfortunately I do not master the English language well enough to be able to have a live conversation. I suggest that we proceed by exchanging emails, or documents, at least initially, with the possibility of supplementing with a Webex session if certain points require demonstrations or more direct exchanges. I can give you my work email if needed. |
Hi @FALLAI-Denis , my e-mail is |
Discuss with CICS COBOL developers and other users which resources may be most beneficial for their use case in addition to the current 'Programs', 'Local Transactions' and 'Local Files' and implement them.
Tasks
The text was updated successfully, but these errors were encountered: