Outrec


Main Menu        Computer Tips        Software Downloads Menu

  Main Question - Posted From Guest:
i want to change the word from "one|india" to "oneindian" please provide the solution

Guest Says:
just use the outrec parm from 1 to the position of the e, then use from the position of the i to the length of the end of the line, so it just concatenates the 2 pieces together.

Frank Yaeger Says:
You can use DFSORT's IFTHEN function if you want to make the change in particular positions, or DFSORT's FINDREP function if you want to make the change anywhere in the record.  For example, if you want to change "one|india" to "oneindian" at positions 21-29, you can use these DFSORT statements:

   OPTION COPY
   OUTREC IFTHEN=(WHEN=(21,9,CH,EQ,C'one|india'),
     OVERLAY=(21:C'oneindian'))

If you want to change it anywhere in your records you can use these DFSORT statements:

    OPTION COPY
    OUTREC FINDREP=(IN=C'one|india',OUT=C'oneindian')

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:

http://www.ibm.com/support/docview.wss?rs=114&uid=isg3T7000080

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


Add your reply below ...



This site allows you to ask questions and get answers from various posters, you may also answer any posts if you feel like you have input to give. Feel free to ask for help with any new question you wish, but most of the questions here are tech related. You will find many questions and answers related to your Ipod or Ipod Nano, Itunes, audio and video converting, spyware or adware cleanup, pc or other computer questions, and even mainframe questions. Although these are the tech questions most often asked, you will find help on almost any computer or software related subject. Feel free to go to the main menu and review the posts already present, or feel free to ask your own question. (Some questions will be closed once the moderator feels they are sufficiently answered and that no other input is needed).

Your Name:

Your Reply:

Type in verification code:


Main Menu

Shareware and Freeware Database

Tasks and Spyware Database

Various Computer Help Topics