Logical name for report in QUIZ

Etienne Rompr=?ISO-8859-1?B?6Q==?= rompre@rompre.qc.ca
Wed, 26 Jun 2002 15:29:38 -0400


Thanks for the answer.

But I need a solution that I can use in Batch mode and that is QUIZ only.

We don't want to set-up VMS logical names for all user and all reports

We want the report name to be set-up in QUIZ and to be LOGINID + <name of
report>


Thanks to all!


-- 
Etienne Rompré
Superviseur / Supervisor

Location Rompré Ltée
Québec Canada

tél: (418) 683-0400
fax: (418) 683-5157
courriel/email: rompre@rompre.qc.ca
internet:  http://www.rompre.qc.ca/


> Hmmm..   I tried it and it worked for me
> I defined
> Def xx fred.txt
> QUIZ
> define yy char*3 = "432"
> set report device disc name xx
> report all
> go
> 
> and it created fred.txt
> 
> I also 
> define variable fred2.txt
> QUIZ
> define yy char*3 = "342"
> set report name variable
> report all
> go
> 
> and it created fred2.txt
> 
> I also tried it with
> define variable <username>report1
> 
> and it created <username>report1.txt
> 
> The only thing that I can think of is that you are defining the logical in a
> subprocess and running QUIZ in another, perhaps.  In that case, just add the
> /JOB option to the define so all the subprocesses will see the define.
> 
> -----Original Message-----
> From: Etienne Rompré [mailto:rompre@rompre.qc.ca]
> Sent: Wednesday, June 26, 2002 1:38 PM
> To: Powerhouse List
> Subject: Logical name for report in QUIZ
> 
> 
> Hi to all,
> 
> We want to set up report names using logical names in QUIZ.
> 
> First we define a variable that is the LOGIN ID + reportname
> 
> And then use this line of code:
> 
> SET REPORT NAME VARIABLE
> 
> The proble is that we we execute the report, QUIZ save the report on the
> drive as VARIABLE.TXT
> 
> Does anyone know of a solution in QUIZ to use logical names for reports
> 
> We are on OpenVMS 7.3 and Powerhouse 8.30Z1
> 
> Thanks!
>