how to display headers in each page using the SORT. below is the code. the code is working fine but only thing is it is not displying the headers in page
SORT FIELDS=(1,132,CH,A)
SUM FIELDS=NONE
INCLUDE COND=(34,1,CH,EQ,C'Y')
OUTFIL FNAMES=SORTOUT,
HEADER1=(2:6C'-',10:8C'-',21:9C'-',34:9C'-',/,
3:C'PLAN',10:C'SUB-PLAN',24:C'SSN',34:C'TERM-DATE'),
HEADER2=(2:6C'-',10:8C'-',21:9C'-',34:9C'-'),
LINES=25,
OUTREC=(2:2,6,11:10,6,21:18,9,34:78,8,39C' ')