Hi,
i have the following problem:
Input-Dataset:
A BB CC DDD E
BB CCC DDDDE
XX ZZZZ VVVVV
and i want to get th folowing output:
ABBCCDDDE
BBCCCDDDDE
XXZZZZVVVVV
is it possible to do it with DFSORT?
cu
kregen
can i do this with dfsort
-
- Posts: 6
- Joined: Wed Jan 23, 2008 6:43 pm
- Skillset: Developer
- Referer: Found with google search
(Resolved) can i do this with dfsort
Hi there,
ich have found the resukt in a other forum: http://ibmmainframes.com/about26391.html
cu
kregen
ich have found the resukt in a other forum: http://ibmmainframes.com/about26391.html
cu
kregen
-
- Posts: 110
- Joined: Thu Dec 27, 2007 5:18 pm
- Skillset: Known little stuffs to answer a few queries!!
- Referer: Google
- Contact:
Re: can i do this with dfsort
Forum rules says:
Arun.
Do not direct link to sites other than ibm.com
Arun.
- Frank Yaeger
- Global moderator
- Posts: 1079
- Joined: Sat Jun 09, 2007 8:44 pm
- Skillset: DFSORT, ICETOOL, ICEGENER
- Referer: Search
- Contact:
Re: can i do this with dfsort
Do not direct link to sites other than ibm.com
I don't think that includes ibmmainframes.com which is a "sister" site to this one, but the Administrator can correct me if I'm wrong.
Anyway, for the record, the DFSORT control statements for this task would be something like this:
Code: Select all
OPTION COPY
INREC BUILD=(1,80,SQZ=(SHIFT=LEFT))
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
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort