-
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
ZSS / ZLUX Editor: Write support for datasets #227
Comments
hi, we are going to revive this epic |
GAP Analysis ZSS - ZOSMF - Explorer API: |
ZSS Swagger: try this swagger on: |
Explorer API Swagger: |
I think delete already exists, but probably doesn't do locking currently so it can be made better. Write code does exist but is not exposed due to lack of locking, and I think there are some limitations in how we did it (dynalloc + LE's fread)... we may need to swap out LE file i/o libraries for lower-level functions. |
Status as we enter 21 PI2:
|
Members and non-vsam datasets need the ability to be saved like files in the editor. Locking is required.
ZSS handles dataset read/write locks improperly (not the same way ISPF 3.4 does).
E.g. a PDS member can't be saved if the PDS member list is viewed in ISPF.
Expected:
ZSS repeats ISPF 3.4 behaviour.
End user behavior is supposed to look closely to the file writing behavior
Some more research done in this regard:
An optimistic locking approach:
Need foundational **locking service ** to implement writing:
RSE Dataset locking mechanism:
https://www.ibm.com/support/knowledgecenter/en/SSBDYH_3.2/com.ibm.zexpl.config.hostconfigref.doc/topics/dataset_lock_owner.html
The text was updated successfully, but these errors were encountered: