IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Icetool - Using PUSH


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
knobi

New User


Joined: 16 Aug 2005
Posts: 54

PostPosted: Tue Mar 29, 2022 10:05 pm
Reply with quote

Good afternoon !
Is there any way to use the PUSH to populate the empty lines as showed in the example below (LRECL=80, FB) ?

Its my understanding that PUSH needs to find the string that will be pushed to the next lines. In this case the string is in the previous line.

Any help is welcome. Thanks !

Code:
AAAAAA


BBBBBB
CCCCCC
DDDDDD

EEEEEE


FFFFFFF






Code:

AAAAAA
AAAAAA
AAAAAA
BBB
CCCCCC
DDDDD
DDDDD
EEEE
EEEE
EEEE
FFFFFF
FFFFFF
FFFFFF
FFFFFF
Back to top
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1244
Location: Bamberg, Germany

PostPosted: Wed Mar 30, 2022 12:02 am
Reply with quote

Code:
INREC IFTHEN=(WHEN=GROUP,BEGIN=(1,80,CH,NE,C' '),PUSH=(1,80))
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Shift left VB record without x00 endi... DFSORT/ICETOOL 11
No new posts how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
No new posts how to calculate SUM for VB file usin... JCL & VSAM 1
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts ICETOOL to Read records SMF CEF it is... DFSORT/ICETOOL 4
Search our Forums:

Back to Top