HP3000-L Archives

October 1997, 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:
Jeff Vance <[log in to unmask]>
Reply To:
Jeff Vance <[log in to unmask]>
Date:
Fri, 17 Oct 1997 12:59:17 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
On Oct 17, 12:29pm, Michael D. Hensley wrote:
> Unlike job streams, the UDC file can't act as $STDIN for any programs it
> runs.  Here's one solution:
>
> First, create a file named FILELIST (or whatever you want), which looks like
> this:
> @.forms.myacct
> @.job.myacct
...
> or a command file:

> ---
> anyparm searchstr
> run mpex.pub.vesoft;info="print ^FILELIST; search=cl'!searchstr';num"

Michael is correct about UDCs and command file being unable to feed $STDIN
input into a program, like can be done from within a job.

You may prefer to create the input data file as a TEMP file, on the fly:
   ECHO @.forms.myacct  >>FILELIST
   etc.

This way you don't have to maintain two files.

Jeff Vance, CSY

--

ATOM RSS1 RSS2