1) EFT gets changed to FPS
2) Only headers and trailers are retained
3) All records between header and trailers are dropped
4) Number after UTL1 at the end becomes zero.
5) FYI .. HDR1, HDR2, UHL1, EOF1, EOF2 and UTL1 are constants and will always remain in these lines.
Can someone kindly let me know how to achieve this.
_________________ Vivek G
--------------------------------------
A dream is just a dream. A goal is a dream with a plan and a deadline. (Harvey Mackay)
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Fri Sep 07, 2007 10:36 am Post subject:
Quote:
1) EFT gets changed to FPS
Does EFT always appear at the same position in the VOL1 record? If so, what is that position? Or can EFT appear anywhere in the VOL1 record?
Same question for the UHL1 record. _________________ 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
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Mon Aug 04, 2008 12:02 pm Post subject:
DFSORT now has a find and replace function. You'll need z/OS DFSORT V1R5 PTF UK90013 (July, 2008) to use it. For complete details on FINDREP and all of the other new DFSORT functions, see:
To change EFT to ABC anywhere in your records, you can use:
Code:
OPTION COPY
INREC FINDREP=(IN=C'EFT',OUT=C'ABC')
Note that you can also use FINDREP in IFTHEN clauses in the same way you would use BUILD or OVERLAY in IFTHEN clauses. _________________ 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
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