Extra file

Chris Sharman Chris.Sharman@ccagroup.co.uk
Fri, 10 Mar 2000 08:50:52 +0000


>I can't be certain as I don't have access to a VMS machine at the moment,
>but I suspect it has something to do with defining the logical from within
>Quiz with the DCL '$' prompt vs. defining the logical prior to starting
>Quiz.

>>At the risk of disturbing the quiet, I have a QUIZ program that creates two
>>different sets of mailing labels and looks something like this:

I found this hard to believe, so I tried it on my machine (PH 7.10G3, Alpha VMS
7.1). My code's below. I only get the two expected files (CCMLA%.RPT). Can you
doublecheck your code for any other 'go' or 'exec' statements, and check the
output file timestamps ($ dir/dat=all) - maybe your output files are hanging
around from a previous run. If that doesn't explain it, please post a complete
log of the run, and the output file timestamps.

Like Blue, I prefer to set my logicals up before invoking Quiz.
I also prefer the more versatile 'define' to 'assign', and '/user' gives more
appropriate scope to the logical (ie just the duration of the next program).

Chris

$ def/u reports sys$disk:[]
$ quiz
$deck
CANCEL CLEAR
SET DEFAULT

$ ASSIGN/JOB/NOLOG REPORTS:CCMLA1.RPT; LABELS1

SET REPORT NOLIMIT
SET REPORT DEVICE DISC NAME LABELS1 NOFORMFEED
SET REPORT SPACING 0
SET PAGE LENGTH 6 WIDTH 32

ACCESS holding-reasons

REPORT hold-code

GO

CANCEL CLEAR
SET DEFAULT

$ ASSIGN/JOB/NOLOG REPORTS:CCMLA2.RPT; LABELS2

SET REPORT NOLIMIT
SET REPORT DEVICE DISC NAME LABELS2 NOFORMFEED
SET REPORT SPACING 0
SET PAGE LENGTH 6 WIDTH 32

ACCESS agent-retail

REPORT agent-number

GO
$eod

_______________________________________________________________________
Chris.Sharman@CCAgroup.co.uk		http://www.ccastat.demon.co.uk/
CCA Stationery Ltd, Eastway, Fulwood, Preston, Lancashire, PR2 9WS.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.