Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

DFSORT/ICETOOL :: how to split records based on specific value using SORT

$
0
0
Author: Venkata Ramayya
Subject: how to split records based on specific value using SORT
Posted: Wed Sep 28, 2016 3:20 am (GMT 5.5)

Hi,

Can someone help me on this?

I have a record like below it should be split into two records it finds 'where'

i/p
Code:
update user-table set username='xyz' where username='abc'


o/p
Code:
update user-table set username='xyz'
where username='abc'


Code'd

Thanks
Venkat


Viewing all articles
Browse latest Browse all 8500

Trending Articles