What does Centwin keyword do in DFSORT



IBM's flagship sort product DFSORT for sorting, merging, copying, data manipulation and reporting. Includes ICETOOL and ICEGENER

What does Centwin keyword do in DFSORT

Postby munni_03 » Wed Aug 20, 2008 2:51 pm

what does Centwin keyword do in DFSORT?
munni_03
 
Posts: 3
Joined: Tue Aug 19, 2008 5:55 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Centwin

Postby Bill Dennis » Wed Aug 20, 2008 7:19 pm

CENTWIN defines the start of a century window for determining whether a 2 digit year is considered as 19xx or 20xx. This provided companies with 2 digit years in their data to sort correctly.

CENTWIN=1975 says the century window begins in 1975. Thus year '74' is sorted as if it were '2074' while '75' is sorted as '1975'.

There is also a "sliding-window' option so the window advances year by year. CENTWIN=20 says the window began 20 years ago from now.
Regards,

Bill Dennis

Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Bill Dennis
 
Posts: 278
Joined: Thu May 15, 2008 9:45 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Centwin

Postby Frank Yaeger » Wed Aug 20, 2008 8:41 pm

CENTWIN is an alias for DFSORT's Y2PAST option which is used to set the "century window" you want to use with DFSORT's Y2x formats. You can find complete information on DFSORT's Y2PAST option and the Y2x formats in "z/OS DFSORT Application Programming Guide" which you can access online from:

http://www.ibm.com/systems/support/stor ... tmpub.html
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
User avatar
Frank Yaeger
Global moderator
 
Posts: 1079
Joined: Sat Jun 09, 2007 8:44 pm
Has thanked: 0 time
Been thanked: 15 times


Return to DFSORT/ICETOOL/ICEGENER

 


  • Related topics
    Replies
    Views
    Last post