IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Printing select page(s) from a very large report file


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Gayle

New User


Joined: 04 Oct 2006
Posts: 11

PostPosted: Wed Dec 13, 2006 2:08 am
Reply with quote

Hi,
I am wondering if there is an easy way to print select page(s) from a very large report file?
It seemed to me that IEBPTPCH could do it with the STRTAFT=n parameter, but when I used it, got error "invalid parameter".
The file is a 133 byte formatted report file with carriage control.
It has 58525 pages.
Thank-you,
Gayle
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Wed Dec 13, 2006 2:26 am
Reply with quote

With a little imagination and Frank's help, I'll bet it could be done with Icetool and/or DFsort.

Treating the line with a page eject control character (1) at byte 1 as a "header" there should be a way to work this. You'd have to know the page count rather than the page number, or if the page number was on that first line, maybe not..... icon_biggrin.gif
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Wed Dec 13, 2006 6:32 am
Reply with quote

Gayle,

You could use the "group" trick to use the '1' in position 1 to assign a group number to each page and then use INCLUDE conditions to output the records for the pages you want by their group numbers.

For more information on that technique, see the "Include or omit groups of records" Smart DFSORT Trick at:

www.ibm.com/servers/storage/support/software/sort/mvs/tricks/
Back to top
View user's profile Send private message
Gayle

New User


Joined: 04 Oct 2006
Posts: 11

PostPosted: Wed Dec 13, 2006 10:57 pm
Reply with quote

Thank-you!
I will look into and try the "group" trick.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top