Hi All,

Inspired by other mails regarding DFSORT / ICETOOL I have the following
problem.

Given this input (line numbers are not part of input)

001 ! A001
002 !       B00M
003 !             C00D
004 !       B00N  
005 !             C00E
006 !       B00O
007 !             C00F
008 ! A002
009 !       B00P
010 !             C00G
011 !       B00Q  
012 !             C00H
        
I am looking for a way to get this condensed result.

001 ! A001  B00M  C00D
002 ! A001  B00N  C00E
003 ! A001  B00O  C00F
004 ! A002  B00P  C00G
005 ! A002  B00Q  C00H

A kind of ISPF move-overlay.

The real input is several million lines and I need an effecient
solution.

I could of course write a program to do it, but would prefer to use the
ICETOOL.

Any ideas ?


Kind regards
Henrik Sorensen

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to