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:
Ed Davis <[log in to unmask]>
Reply To:
Date:
Mon, 22 May 2000 10:30:16 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (36 lines)
Try this.

!IF (FINFO("JNBCHECK.JOB.SYS",19) > 0) THEN
!  STREAM JNBCHECK.JOB.SYS
!ENDIF
!


"Carl McNamee" <[log in to unmask]> wrote in message
news:F4B1826B1A21D211AEC5006008207AF404F88EE1@dogbert.csillc.com...
> 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