HP3000-L Archives

August 2006, 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:
Chuck Ryan <[log in to unmask]>
Reply To:
Chuck Ryan <[log in to unmask]>
Date:
Wed, 23 Aug 2006 09:18:23 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (46 lines)
This is one of the few irritants of MPEX.

Since the syntax of MPE PURGE and MPEX Purge are different I have a
command file I use to replace the purge command when I want no
confirmation:

PARM FNAME
SETVAR INSIDEMPEX, 0
IF !INSIDEMPEX > 0 THEN
   PURGE !FNAME;YES
ELSE
   PURGE !FNAME;NOCONFIRM
ENDIF 
 

-----Original Message-----
From: HP-3000 Systems Discussion [mailto:[log in to unmask]] On
Behalf Of Glenn A Mitchell
Sent: Wednesday, August 23, 2006 8:52 AM
To: [log in to unmask]
Subject: MPEX Issue

I am running a command file from within MPEX and receive the
following=20=

messages:

Executing PURGE TEMPJOB;NOCONFIRM;NOSHOW
Error: MPE-style wildcard syntax is not supported.

The command file runs properly under MPE and is shared with other users,
=
so=20
I don't think I can change it.=20=20

Is there something I can set to have MPEX handle this MPE-style purge=20
command properly?  Running on MPEiX 7.5 and MPEX Version 32.

Glenn

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2