-
Notifications
You must be signed in to change notification settings - Fork 42
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
Dataset creation API and Desktop UI #776
Comments
API WIP at zowe/zowe-common-c#244 and zowe/zss#351 |
WIP work is fully functional for doing a dataset & member allocation.
|
UI WIP at zowe/zlux-file-explorer#144 |
Because you can't create a VSAM through the API being used, its implied this doesnt support VSAM but I guess we could document it somewhere? Not sure, it may be obvious that its not supported. |
Can be closed when https://github.com/zowe/zlux-file-explorer/pull/170is merged. |
Add an API to ZSS which allows a user to create a dataset when the client provides defaults or fully specified dataset parameters. Make a panel in the file tree component used by the Desktop Editor and open for use by others which would present a dialogue for setting those parameters or using the defaults. Immediate end user result would be the ability to create datasets from the Desktop Editor.
The text was updated successfully, but these errors were encountered: