HP3000-L Archives

February 2000, 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:
"VANCE,JEFF (HP-Cupertino,ex1)" <[log in to unmask]>
Reply To:
VANCE,JEFF (HP-Cupertino,ex1)
Date:
Fri, 18 Feb 2000 15:05:03 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
Hi Tim,

Nice script!

...
>   # re-create the JOB statement
>
>   showjob #J!res_job > showjobf
>
>   !hpfile entry_point = showjob < showjobf

You can replace the above 2 statements and the entire entry "showjobf"
with the following (if you have 6.0 PP1):

   setvar res_new_rec "!" + "JOB " + &
          jinfo("J!res_job","JobUserAccountGroup")+ &
          ";outclass=" + jinfo("J!res_job","outlcass") + &
          ";inpri=" + jinfo("J!res_job","inpir")
   echo ![res_new_rec] > newfile

...

Jeff Vance, CSY

ATOM RSS1 RSS2