MPEX command file stdlist
Jonathan M. Backus
JMBackus@TechGroupMD.com
Mon, 22 Jul 2002 16:21:49 -0400
Sherry,
Have you tried causing this to kick off a batch job instead of doing it
interactively?
!job session,user.acct
!run main.pub.vesoft
repeat
echo compiling !mpexcurrentfile
run qtp.ph729c8.cognos;input="set nolist noverify"; &
input = "use !mpexcurrentfile"; &
input = "exit"
forfiles pla@.source
exit
!eoj
You could also add a "TELL" or "TELLOP" line so you are get informed of the
progress without checking, if you wanted.
Thanx,
Jon
-----Original Message-----
From: powerh-l-admin@cube.swau.edu [mailto:powerh-l-admin@cube.swau.edu]
On Behalf Of Sherry_Baillie@gov.nt.ca
Sent: Monday, July 22, 2002 1:11 PM
To: powerh-l@lists.swau.edu
Subject: MPEX command file stdlist
The following MPEX command file performs a global recompile of my qtp files.
The problem is I want the output to go to a standard list rather than to
screen.
I've tried a number of options but can seem to get it to work.
Can anyone point me in the right direction.
Thanks! - Sherry
repeat
echo compiling !mpexcurrentfile
!run qtp.ph729c8.cognos;input="set nolist noverify"; &
input = "use !mpexcurrentfile"; &
input = "exit"
forfiles pla@.source