View previous topic :: View next topic |
Author |
Message |
kavi Beginner
Joined: 15 Sep 2006 Posts: 64 Topics: 22
|
Posted: Fri Feb 01, 2008 2:48 am Post subject: Doubt on FORMAT |
|
|
Hi all,
I tried to get some informations on FORMAT used in SORT, but I was not getting correct informations as I expected. This is the right place where I can get the result. Please help me on this
I had a control card as follows
Code: |
SORT FIELDS=(1,80,A),FORMAT=BI
|
My input and output files are record length of 80. Here what is the use of FORMAT=BI, the records in input file has Alphanumeric charecter also. Does this FORMAT=BI helps in anyother way to improve or speed up the sort process. If so how.
Thanks in advance
Kavi |
|
Back to top |
|
 |
vkphani Intermediate

Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
Posted: Fri Feb 01, 2008 3:52 am Post subject: |
|
|
kavi,
If you have to deal with Alphanumeric charecters, then you can use FORMAT as CH. If FORMAT is BI, then your file has Binary data.
This is noway related to improve or speed up the sort process. |
|
Back to top |
|
 |
Frank Yaeger Sort Forum Moderator

Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Fri Feb 01, 2008 11:33 am Post subject: |
|
|
Unless you're using character specific options like LOCALE or ALTSEQ, DFSORT treats FORMAT=CH and FORMAT=BI the same internally. There's really no reason to use FORMAT=BI rather than FORMAT=CH. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort |
|
Back to top |
|
 |
kavi Beginner
Joined: 15 Sep 2006 Posts: 64 Topics: 22
|
Posted: Mon Feb 04, 2008 12:00 am Post subject: |
|
|
vkphani/Frank Yaeger
Thanks a lot.
Thanks
kavi |
|
Back to top |
|
 |
|
|