Describe the bug
RECEIVE refuses to read in a file that does not exist on the target disk, but that exists on a read-only extension of it.
To Reproduce
Steps to reproduce the behavior:
DEF T3350 199 5 # FORMAT 199 B # YES # TMP199
EXECIO 1 DISKW TEST FILE B ( STRING Hi mom!
SENDFILE TEST FILE B TO *
ACCESS 199 B/A
RECEIVE
- See error:
TEST FILE A1 already exists
Please provide a different file name or specify (REPLACE
PUN FILE nnnn TO your_userid COPY 01 NOHOLD
File returned to reader
Ready(00001);
Expected behavior
The file should be received onto the target disk (e.g., A by default), because it doesn't exist there.
Screenshots
n/a
Desktop (please complete the following information):
- OS: VM/370 Community Edition
- Version: 1.2
Describe the bug
RECEIVErefuses to read in a file that does not exist on the target disk, but that exists on a read-only extension of it.To Reproduce
Steps to reproduce the behavior:
DEF T3350 199 5 # FORMAT 199 B # YES # TMP199EXECIO 1 DISKW TEST FILE B ( STRING Hi mom!SENDFILE TEST FILE B TO *ACCESS 199 B/ARECEIVEExpected behavior
The file should be received onto the target disk (e.g.,
Aby default), because it doesn't exist there.Screenshots
n/a
Desktop (please complete the following information):