Hi All,
I need to get the functionality below.. help me as am new to this EZV...
I/p file:
num name Dept desc
10 ABC A0 - Printing
12 XYZ A1 - Selling
15 ABZ B2 - Packing
25 CFE C3 - Cutting
..................
.............
................
The input file will be as shown above.. i want to generate output as below,
O/p file
name Deptnum
ABC A0
XYZ A1
ABZ B2
CFE C3
......
......
......
Help me in getting the above functionality of unstring a string delimited by show character.
Thanks in advance
Jagan....