Back to SPR List Previous Next
Frequencies with FILENAME output gets double Page Headers
Moderate Closed - Fixed Found:2002.20.24 *********** Fixed:2002.20.25 09 SEP 2003

DETAILS
 If the FREQUENCIES procedure has a filename specified then each output page
 will have two sets of page headers.

EXAMPLE PROGRAM
 RETRIEVAL
 . PROCESS CASES ALL
 .   PROCESS RECORD EMPLOYEE
 .     GET VARS GENDER
 .     PERFORM PROCS
 .   END PROCESS RECORD
 . END PROCESS CASES
 FREQUENCIES INTEGER = GENDER (1,2)
           / FILENAME = 'genfreq.txt'
 END RETRIEVAL


WORKAROUND
Remove the extra page headers with a text editor.
Back to SPR List Previous Next