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

Dataset creation API and Desktop UI #776

Closed
1000TurquoisePogs opened this issue Jan 26, 2022 · 5 comments
Closed

Dataset creation API and Desktop UI #776

1000TurquoisePogs opened this issue Jan 26, 2022 · 5 comments

Comments

@1000TurquoisePogs
Copy link
Member

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.

@1000TurquoisePogs
Copy link
Member Author

1000TurquoisePogs commented Jan 26, 2022

API WIP at zowe/zowe-common-c#244 and zowe/zss#351

@1000TurquoisePogs
Copy link
Member Author

WIP work is fully functional for doing a dataset & member allocation.
But certain combinations arent supported yet such as

  • Wrong DISP would fail (we just shouldnt support DISP customization)
  • Can't specify extent size/count yet
  • Can't customize unit size yet (blk, cyl, byte)

@1000TurquoisePogs
Copy link
Member Author

UI WIP at zowe/zlux-file-explorer#144

@1000TurquoisePogs
Copy link
Member Author

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.

@1000TurquoisePogs
Copy link
Member Author

Can be closed when https://github.com/zowe/zlux-file-explorer/pull/170is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant