Page 1 of 1

can i do this with dfsort

PostPosted: Wed Jan 23, 2008 6:48 pm
by kregen
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

(Resolved) can i do this with dfsort

PostPosted: Wed Jan 23, 2008 7:01 pm
by kregen
Hi there,
ich have found the resukt in a other forum: http://ibmmainframes.com/about26391.html

cu
kregen

Re: can i do this with dfsort

PostPosted: Wed Jan 23, 2008 7:45 pm
by arunprasad.k
Forum rules says:

Do not direct link to sites other than ibm.com


Arun.

Re: can i do this with dfsort

PostPosted: Wed Jan 23, 2008 11:48 pm
by Frank Yaeger
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:

  OPTION COPY
  INREC BUILD=(1,80,SQZ=(SHIFT=LEFT))