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

Clarification in Sort


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

New User


Joined: 29 Dec 2005
Posts: 7

PostPosted: Wed May 24, 2006 12:44 pm
Reply with quote

HI

Can u tell me how it will sort?

OUTREC FIELDS=(1:1,5,6:1,2,CHANGE=(2,C'XX',C'YY'),NOMATCH=(6,2),8,42)

Thanks in advance
Abirami
Back to top
View user's profile Send private message
sril.krishy

Active User


Joined: 30 Jul 2005
Posts: 183
Location: hyderabad

PostPosted: Wed May 24, 2006 4:37 pm
Reply with quote

Hi,
Please make sure to put the questions in a correct forum.Please check the first 3 posts in the SORT forum.

Thanks
Krishy
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 May 24, 2006 8:49 pm
Reply with quote

Quote:
Can u tell me how it will sort?

OUTREC FIELDS=(1:1,5,6:1,2,CHANGE=(2,C'XX',C'YY'),NOMATCH=(6,2),8,42)


This OUTREC statement reformats the input records for output as follows:

Output positions 1-5 = input positions 1-5
Output positions 6-7 = 'YY' if input positions 1-2 have 'XX'; otherwise input positions 6-7
Output positions 8-49 = input positions 8-49

If you're not familiar with DFSORT and DFSORT's ICETOOL, I'd suggest reading through "z/OS DFSORT: Getting Started". It's an excellent tutorial, with lots of examples, that will show you how to use DFSORT, DFSORT's ICETOOL and DFSORT Symbols. You can access it online, along with all of the other DFSORT books, from:

Use [URL] BBCode for External Links
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 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 JCL sort card - get first day and las... JCL & VSAM 9
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
Search our Forums:

Back to Top