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

How to handle variable length record in SORT.


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

New User


Joined: 10 May 2005
Posts: 28

PostPosted: Wed Aug 31, 2005 11:45 am
Reply with quote

Hi,

I want to sort a variable length record. So, when I need to specify the starting position of the elements based on which the records to be sorted, should I give the starting position as we see in the file OR should I add 4 to the starting position as we see in the file?

Thanks,
Cheers.
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Wed Aug 31, 2005 12:11 pm
Reply with quote

Hi Avalanches,

You want to sort the variable lengthe file?

Please confirem

Regards
Rupesh
Back to top
View user's profile Send private message
nallapureddy

New User


Joined: 27 Jul 2005
Posts: 18

PostPosted: Wed Aug 31, 2005 2:16 pm
Reply with quote

Hi,

Yeah u should be adding 4 bytes to the starting byte for the VB file.

Thanks,
Madhavi
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 Aug 31, 2005 8:49 pm
Reply with quote

For VB records, the first data byte starts in position 5 after the 4-byte RDW. When you view the records, the RDW is often hidden, but it's still there as far as DFSORT is concerned. You need to include the RDW when specifying the starting position, so you'd add 4 to the starting position of the data byte. For example, for the second data byte, you'd specify a starting position of 6 (4 for RDW + 2).
Back to top
View user's profile Send private message
avalanches

New User


Joined: 10 May 2005
Posts: 28

PostPosted: Thu Sep 01, 2005 8:55 pm
Reply with quote

Thanks much guys. I had tested to find out this.

Lesson Learned: Do yourself as much b4 seeking the help!

Cheers.
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 Store the data for fixed length COBOL Programming 1
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top