HP3000-L Archives

November 1998, Week 4

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:
Joseph Rosenblatt <[log in to unmask]>
Reply To:
Joseph Rosenblatt <[log in to unmask]>
Date:
Tue, 24 Nov 1998 14:27:59 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (11 lines)
I'm not sure I understand your question but if it's: How do you let a
job go to EOJ instead of aborting when a file is missing? Then here is
the answer:

:IF FINFO("FILE.GROUP.ACCOUNT",0) (The file exists)
:THEN
Do whatever processing you want to do.
:ELSE
:EOJ
:ENDIF (only used if file exists)

ATOM RSS1 RSS2