HP3000-L Archives

November 1998, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
David Carmichael <[log in to unmask]>
Reply To:
David Carmichael <[log in to unmask]>
Date:
Fri, 20 Nov 1998 10:53:31 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
The easiest way is to to the following:
!IF NOT FINFO("YOURFILE","EXISTS") THEN
!EOJ
!ELSE
!ENDIF
...
...
!EOJ

Jon Temple wrote:

> I have a job stream which I want to close or abort "naturally" if a file is
> no found.  I know if I do a listf on the file in the job, it will abort
> before processing, but  our operations people see that and call someone in
> the middle of the night.
>
> How can I do the lists, the if it can't find the file, then stop processing
> and end the job without getting the "job flushed" stuff.  If it finds the
> file, I would like the job to continue on.
>
> Thanks,
>
> Jon

ATOM RSS1 RSS2