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

STREAM open commands of UPDATEBINARY and APPENDBINARY #39

Closed
mgrossmann opened this issue Sep 17, 2019 · 0 comments
Closed

STREAM open commands of UPDATEBINARY and APPENDBINARY #39

mgrossmann opened this issue Sep 17, 2019 · 0 comments
Assignees
Labels
analysis Must be analyzed. bug Something isn't working

Comments

@mgrossmann
Copy link

The BINARY versions of BRexx/370’s STREAM function’s OPEN commands test just fine except for the UPDATEBINARY and the APPENDBINARY versions. For some reason, when attempting to open a file/dataset as UPDATEBINARY or APPENDBINARY via BRexx/370’s STREAM function, like:

STREAM(ddn, ‘C’, ‘UPDATEBINARY’)
-OR-
STREAM(ddn, ‘C’, ‘APPENDBINARY’)

A fatal error 57 is returned ...

@mgrossmann mgrossmann self-assigned this Sep 17, 2019
@mgrossmann mgrossmann added analysis Must be analyzed. bug Something isn't working labels Sep 17, 2019
@mgrossmann mgrossmann closed this as not planned Won't fix, can't repro, duplicate, stale Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis Must be analyzed. bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant