HP3000-L Archives

May 2000, 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:
Carl McNamee <[log in to unmask]>
Reply To:
Carl McNamee <[log in to unmask]>
Date:
Mon, 22 May 2000 09:36:21 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
I am trying to figure out how to do error checking within a job stream to
see if a file exists before I attempt to stream it.  I have the following in
a job stream:

!COMMENT Stream jobs that should run every two hours.
!
!STREAM JILOGCHK.JOB.SYS
!IF FINFO('JNBCHECK.JOB.SYS',0)
!  STREAM JNBCHECK.JOB.SYS
!ENDIF
!

What is happening to me is that Vesoft/Streamx is checking all the stream
statements in my jobstream and when it sees that JNBCHECK does not exist it
give an error that the file does not exist and never streams my job.  If I
bypass the Streamx udc's the job stream works fine.

What can I do to make this work???

Carl McNamee
Systems Administrator
Billing Concepts

ATOM RSS1 RSS2