[Info-vax] Can't find file retained on error
Bob Koehler
koehler at eisner.nospam.encompasserve.org
Wed Feb 23 08:37:49 EST 2011
In article <bb5b5c68-5c21-4e04-98d3-a8cfa6744ba0 at u24g2000prn.googlegroups.com>, tadamsmar <tadamsmar at yahoo.com> writes:
> I have these messags in my print queue, but I cannot locate the
> FOR010.DAT file that is referred to. Can anyone explain?
>
>
> 87 FOR010 CELEES 1 Retained on error
> %SYSTEM-F-ABORT, abort
> Submitted 15-DEC-2010 17:09:53.37 /FORM=ERROR /PRIORITY=100
> File: _DSA0:[]FOR010.DAT; /DELETE
> Completed 15-DEC-2010 17:10:05.48 on queue EESLOG1
>
> 719 FOR010 CELEES 1 Retained on error
> %SYSTEM-F-ABORT, abort
> Submitted 4-FEB-2011 08:18:09.79 /FORM=ERROR /PRIORITY=100
> File: _DSA0:[]FOR010.DAT; (checkpointed) /DELETE
> Completed 4-FEB-2011 16:47:03.74 on queue EESLOG1
The queue manager does not actually track files by name, it
tracks them by device name and file ID. When you look at the
queue, it uses the FID to look up and show you the name.
In this case the file header contains the name FOR010.DAT, but does
not point to a valid directory. Either the directory is not
currently accessable on DSA0:, or the file was entered as a Files-11
temporary file.
FOR010.DAT would be the default name for a file writen to on Fortran
unit 10. If it was created with the correct qualifiers, it could
have been marked temporary, but closed with a request to spool it to
the printer.
Depending on what caused the ABORT, the /delete qualifier may have
already been processed, causing the file to be marked for delete and
no longer entered in a directory. Deleting the queue entry will
probably let it completely go away. Otherwise
analyze/disk_structure/repair will complete the delete.
More information about the Info-vax
mailing list