You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 ...
The text was updated successfully, but these errors were encountered: