Extra file

Kesterson, Roger Roger.Kesterson@ryobiaz.com
Thu, 9 Mar 2000 08:46:10 -0700


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:

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...

SELECT...

SORT...

REPORT...

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...

SELECT...

SORT...

REPORT...

GO

It works fine except that in addition to creating the file
REPORTS:CCMLA2.RPT, it also creates a LABELS2.TXT in the default directory,
which is a duplicate of the other file.  Can anyone tell me what is causing
this?  It does not create a LABELS1.TXT.

Thanks,
RK
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
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.