MVSFORUMS.com A Community of and for MVS Professionals
View previous topic :: View next topic
Author
Message
anita_m Beginner Joined: 20 Sep 2006 Posts: 41 Topics: 12 Location: Venus
Posted: Tue May 22, 2007 4:45 pm Post subject: sort key partially alphanumeric
If the first few bytes of a XX-KEY on which a file is to be sorted
is numeric and rest are alphanumeric
Code:
5 XX-KEY
10 XX-SERIAL-NUM 9(7)
10 XX-SERV-ID X(4)
then should the sord card be
SORT FIELDS=(1,11,ZD,A) or SORT FIELDS=(1,CH,ZD,A) ?
Back to top
kolusu Site Admin Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
Posted: Tue May 22, 2007 5:05 pm Post subject:
anita_m ,
Try this
Code:
SORT FIELDS=(1,11,CH,A)
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu
Back to top
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum