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

change in outrec in sort utility


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

New User


Joined: 17 Jun 2006
Posts: 27

PostPosted: Fri Jul 28, 2006 6:26 pm
Reply with quote

can anybody plz tell me how we can use outrec with change parameter
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Fri Jul 28, 2006 7:34 pm
Reply with quote

Lets see one example---

OUTREC FIELDS=(1:1,10,11:11,7,CHANGE=(7,C'PRIYESH',C'AGRAWAL'),NOMATCH=(11,7),18,63)

Here this statement:- Both files LRCEL = 80.
1> Copy I/p to O/p for first 10 chars.
2> Starting from 11 up to length 7, if I/p file has "PRIYESH" change it to "AGRAWAL"
Else- Copy from I/p file as it is starting from 11 up to length 7.
3> Copy I/p to O/p for rest of the 63 chars starting from column #18.

So basically this would change all the occurences of "PRIYESH" to "AGRAWAL" from column 18 and copy rest.

This may be syntactically incorrect... I have not run this before....
Back to top
View user's profile Send private message
Suryyogi

New User


Joined: 17 Jun 2006
Posts: 27

PostPosted: Fri Jul 28, 2006 8:02 pm
Reply with quote

hi
thank u Priyesh

you solved my problem

regards
yogesh
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: Sat Aug 05, 2006 9:58 pm
Reply with quote

Suryyogi,

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 REASON 00D70014 in load utility DB2 6
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top