I have a large data file. I need to find how many records in a particular column had a specific value.
e.g.
Its a third column in the file and the position of the column is 30 to 34. The values in the column is a combination of 1's and 0's like
10000
11010
11111
00000
01111
How can I find the record count of how many rows in this column has first character 1, how many have 2nd character 1 and so on till the end of column.
Thanks,
NK
e.g.
Its a third column in the file and the position of the column is 30 to 34. The values in the column is a combination of 1's and 0's like
10000
11010
11111
00000
01111
How can I find the record count of how many rows in this column has first character 1, how many have 2nd character 1 and so on till the end of column.
Thanks,
NK