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

Sorting a file - containing Header and Trailor record


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Prashant M J

New User


Joined: 14 Oct 2005
Posts: 1

PostPosted: Fri Oct 06, 2006 9:24 pm
Reply with quote

I have a file containing header and trailor rec. The header starts with BOF - Beginning of file. The Trailor records with EOF - End of file.

In between the header and trailor records exists a set of records which needs to be sorted.

Can you please suggest how do I sort the records existing between the header and trailor record.

In the output file I need the Sorted records along with Header and trailor records. The header record at beginning and trailor at the end.


Input file looks like - 50 bytes lenght

BOF 12/12/06 010101
recrajesh 9845098450
recsantosh 9880066000
EOF count 2

the header records has
BOF - define beginning of file
12/12/06 - creation date
010101 - time of creation
remaining byte are SPACES

The Trailor record has
EOF - End of file
COUNT - Character constant
XX - Number of records , in present case its 2


The records to be sorted Start exists in between these header and trailor record. these records needs to be
1, Sorted based on the number
2. may start with "REC'(which is valid value)
At time it can contain SPACES or JUNK.


I need to sort this out immediately..
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: Fri Oct 06, 2006 11:22 pm
Reply with quote

You can do that using the technique shown in the "Sort records between a header and trailer" Smart DFSORT Trick at:

www.ibm.com/servers/storage/support/software/sort/mvs/tricks/
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 0
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
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
Search our Forums:

Back to Top