Generating file equations

Pickering, John (NORBORD) PICKERIJ@norbord.com
Wed, 1 Mar 2000 12:44:56 -0500


I'd probably use Quiz to build the file equations and put them into a
temporary file. Then I'd use the file in the same execution of Quiz. Quiz is
probably up to the task and, given a choice, I'd use it over Quick in batch.

MPE specific example follows, you Vax lot can hit delete right now!

!file yourname;temp
!quiz
set rep dev disc nam yourname
set pag len 1 wid 72
set nohead noblanks close
access whatever-you-need
def d-file-equate-1 cha*40 = ":file phd=phd.yourgroup"
def d-file-equate-2 cha*40 = ":file quizlist;dev=" + yourdevice
rep &
ski 1 tab 1 d-file-equate-1 &
ski 1 tab 1 d-file-equate-2
go
use yourname
exit
!purge yourname,temp

Regards,
John Pickering

> -----Original Message-----
> From:	John Pearce [SMTP:jpearce@rmi.net]
> Sent:	Tuesday, February 29, 2000 9:55 PM
> To:	powerh-l@lists.swau.edu
> Subject:	Generating file equations
> 
> I'm changing one of our PH-based systems to issue file equations based on
> doing a lookup in a parameter file using SIGNONUSER as the key value.  It
> works very well in Quick screens and now I need to extend this to batch
> jobs (MPE/iX - PH8.19C4).
> 
> I've tried a couple of different approaches (including a Quick screen in
> batch mode) and I'm not pleased because my solutions look like a kludge
> and
> my feeling is there's got to be a better way.  Any ideas?
> 
> Thanks.
> 
> John
> 
> ------------------------------------------------------------------
> John Pearce  <jpearce@rmi.net>       | Bethesda Management Company 
> Speaking for only myself             | Colorado Springs, CO  USA
> 
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.