Hi,
I am using ICETOOL in my job.
My input file has following data:
00012000140000000051012122010
00012000140000000050512122010
00012000140000000050212122010
00012000140000000050112122010
00012000140000000051012122010
In my out put file I need the digits in red colour and green colour and the count.
my job contains
//TOOLIN DD *
OCCUR FROM(BLCYL) LIST(COUNTDD1) NOCC NOHEADER BETWEEN(0) -
ON(20,10,ZD,LZ) ON(VALCNT,LZ)
/*
my output file looks like:
***************************
0112122010 000000000000008
0212122010 000000000000009
0412122010 000000000000009
0512122010 000000000000008
1012122010 000000000000015
1212201009 000000000000001
3112122010 000000000000001
***************************
I am not able to omit the intial space and the space coming before the count.
Note:I have pasted only a part of my input file.
Please let me know how to achieve this asap.
let me know if you need any more clarification.
Thanks in advance