Trailing-Edge
-
PDP-10 Archives
-
bb-bt99g-bb
-
utl702.d12
There are no other files named utl702.d12 in the archive.
EDIT DESCRIPTIONS FOR UTILITIES-10-V702
EDIT 526 FOR BACKUP
[SYMPTOM]
The EOT, REWIND and UNLOAD commands of BACKUP do not report
errors if they occur.
[DIAGNOSIS]
There is no error checking
[CURE]
Check the I/O status word for any errors. If there are
any, print the fatal error message "?BKPTPF Tape positioning
error during xxxxx operation." where xxxxx can be REWIND,
EOT or UNLOAD.
********************************************************************************
EDIT 527 FOR BACKUP
[SYMPTOM]
If edit 526 is applied, the magtape is SET UNAVAILABLE,
and the user typed and UNLOAD command to BACKUP, the
user will get "MTxnn OPR ACTION REQUESTED".
[DIAGNOSIS]
Skip the MTWAT. on an UNLOAD command.
[CURE]
YES.
********************************************************************************
EDIT 106 FOR CREDIR
[SYMPTOM]
Directories created by CREDIR are too long
[DIAGNOSIS]
Edit 104 to CREDIR added a /ALLOCATE: switch, and changed
the code which closes the directory to use the CLOSE UUO
bit CL.DLL, which specifies the monitor shouldn't
deallocate unsused blocks at the end of the file.
Unless /ALLOCATE was specified, CREDIR shouldn't do this.
[CURE]
When closing the directory, deallocate unused blocks unless
/ALLOCATE was explicitly specified.
********************************************************************************
EDIT 467 FOR DIRECT
[SYMPTOM]
/DETAIL heading for .RBIDT wrong.
[DIAGNOSIS]
YES
[CURE]
fixed in edit 467 of direct.mac
********************************************************************************
EDIT 470 FOR DIRECT
[SYMPTOM]
/ACCOUNT switch doesn't work for BACKUP tape files.
[DIAGNOSIS]
No code
[CURE]
Copy the account string from the tape attributes block into
the normal file attributes block (aka "LOOKUP" block).
********************************************************************************
EDIT 240 FOR INITIA
[SYMPTOM]
Don't type anything on dialups that aren't dialed into.
[DIAGNOSIS]
Rework the code for not typing on slaved lines so that
sysdpy can still be run.
[CURE]
yes.
********************************************************************************
END OF UTILITIES-10-V702