HP3000-L Archives

July 1998, Week 2

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:
Ron Horner <[log in to unmask]>
Reply To:
Ron Horner <[log in to unmask]>
Date:
Fri, 10 Jul 1998 10:48:08 -0500
Content-Type:
multipart/mixed
Parts/Attachments:
text/plain (318 bytes) , text/plain (2090 bytes)
The key here is in using the {} braces and using STREAMX.  This way the
variables are evaluated before the job is actually run.

Sorry for any confusion!!!





STephane Lassire <[log in to unmask]> on 07/10/98 12:26:22 PM

To:   [log in to unmask]
cc:    (bcc: Ron Horner/MIS/CorpCtrl/STO)
Subject:  TR: FYI TELL command in JOBs





Hello Ron are you sure for your tip ? This is what I get with your command : :TELL #!HPJOBTYPE!HPJOBNUM; " *** JQUERY est TERMINé"                   TELL #J428; " *** JQUERY est TERMINé"        ^   The sender is the only qualifying target. No   message sent. (CIWARN 1620) May be something is missing !. stephane  ---------- De : [log in to unmask] Date d'envoi : vendredi 10 juillet 1998 15:52 A : [log in to unmask] Objet : Re: FYI TELL command in JOBs  --------------------------------------------------------------------------  -- Actually, I like to use this type of tell: !TELL #{HPJOBTYPE}{HPJOBNUM};!HPJOBNAME IS FIN.... Then it goes straight to the person who streamx'ed the job. Otherwise, if you have more than one person signing on the same way, everyone gets the tell. Later "Newman Kevin:" <[log in to unmask]> on 07/09/98 05:34:07 PM To: [log in to unmask] cc: (bcc: Ron Horner/MIS/CorpCtrl/STO) Subject: Re: FYI TELL command in JOBs If you have Vesoft and you use Streamx, you can also do: !JOB ..... !TELL {HPUSER}.{HPACCOUNT} !TELL {HPUSER}.{HPACCOUNT} ******************************************* !TELL {HPUSER}.{HPACCOUNT} Move Started - Job in progress ........... !TELL {HPUSER}.{HPACCOUNT} ******************************************* !EOJ and you will have the same results. Kevin Newman > -----Original Message----- > From: Keven Miller [SMTP:[log in to unmask]] > Sent: Thursday, July 09, 1998 3:06 PM > To: [log in to unmask] > Subject: FYI TELL command in JOBs > > This may be old hat for some.... > > I tend to logon to different accounts many times during the day (multi > projects going on). > My jobs usually have TELLs in them to let me know when they are > starting/completing/failling, etc... > > Using the var HPSTREAMEDBY, I can have my jobs TELL to me where-ever I > am when I stream them. > !JOB ...... > !SETVAR TO LFT ( HPSTREAMEDBY, POS ( " ", HPSTREAMEDBY ) -1 ) > !TELL !TO Starting .... > ... > !TELL !TO Complete > !EOJ > > ********************* > * Keven Miller KC7LYD > * [log in to unmask] (Salt Lake City, Utah, USA) > * ICQ 5721825 > *********************

ATOM RSS1 RSS2