I have a FB input file as mentioned below :-
Type Code
10000 12345
11000 12345
30000 12345
20000 12345
11000 45624
25000 45624
34000 33669
30000 33669
10000 12345
11000 12345
30000 12345
20000 12345
11000 45624
25000 45624
34000 33669
30000 33669
I have a requirement, if first 5 bytes (1,5) of Type is 30000, then for the corresponding code all types should be written to the output file.
Output file:-
Type Code
10000 12345
11000 12345
30000 12345
20000 12345
34000 33669
30000 33669
10000 12345
11000 12345
30000 12345
20000 12345
34000 33669
30000 33669
Could anyone help me with this.
Thank you.
code' d