How can I suppress header when using FPRINT?



Compuware's data management products: File-AID for IMS, File-AID/MVS, File-AID for DB2 and DBA-XPERT for DB2

How can I suppress header when using FPRINT?

Postby samuelsam » Tue Jun 30, 2009 3:51 pm

I want to print my dataset via FPRINT but I can't find the way to suppress the page headers from my result.
( I tried to search for it but nothing found also the manual) I use JCL below to run my job. Anyone, could help me please?
Page header that I do not want is in red.

PS. File Aid version 9.1

//STEP1 EXEC PGM=FILEAID
//DD01 DD DSN=DATA.TEST,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSLIST DD DSN=DATA.TEST.FORMAT,
// DISP=(,CATLG,CATLG),UNIT=DISK,
// SPACE=(TRK,(1,1),RLSE)
//DD01RL DD DSN=DATA.TEST.MACROS,DISP=SHR
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
$$DD01 FPRINT LAYOUT=TEST001
/*


This is example of my result

30 JUN 2009 FILE-AID 9.1.0 PRINT FACILITY 04:58:25 PAGE 1

FILE CONTENTS REPORT
FILE PRINTED DATA.TEST.FORMAT
TYPE SEQUENTIAL


RECORD: 1 TEST001
---- FIELD LEVEL/NAME ------- -FORMAT- ----+----1----+----2----+----3----+----4-

5 TEST-RECORD 80/GRP
samuelsam
 
Posts: 2
Joined: Tue Jun 30, 2009 3:38 pm
Has thanked: 0 time
Been thanked: 0 time

Re: How can I suppress header when using FPRINT?

Postby hsbawari » Thu Jul 02, 2009 8:58 am

Hi

use SORT to skip the first record

u can give the following option

SORT Options:
SKIPREC = n this will skip first n records
hsbawari
 
Posts: 1
Joined: Wed Oct 01, 2008 10:58 am
Has thanked: 0 time
Been thanked: 0 time

Re: How can I suppress header when using FPRINT?

Postby dick scherrer » Thu Jul 02, 2009 9:01 am

Hello and welcome to the forum,

Please note the request was to suppress the headers - not a way to eliminate them later.

Also, the headers are repeated for each page of the output. . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: How can I suppress header when using FPRINT?

Postby samuelsam » Thu Jul 02, 2009 11:19 am

dick scherrer wrote:Hello and welcome to the forum,

Please note the request was to suppress the headers - not a way to eliminate them later.

Also, the headers are repeated for each page of the output. . .


Yes, anyone know about this issue?
samuelsam
 
Posts: 2
Joined: Tue Jun 30, 2009 3:38 pm
Has thanked: 0 time
Been thanked: 0 time


Return to File-AID