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

incorrect error message when accessing data sets without permission #8

Open
tangthth opened this issue Aug 24, 2018 · 0 comments
Open

Comments

@tangthth
Copy link

Issue Description:

When accessing VSAM data sets without read or write permission:

  • vsam.exist() returns false.
  • vsam.openSync() reports error message "TypeError: Invalid dataset name".

Expected Results:

  • vsam.exist() returns True.
  • vsam.openSync() reports error message indicating SAF violation like no access authority.

Reproduce Steps:

Similar to that of Issue 7, except in Step 1, permit no read or write access.

Logs:

Same as that of Issue 7.

Reference:

Same as that of Issue 7.

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

No branches or pull requests

1 participant