MY requirement is to get same record counts using JCL - Syncsort.
MY Input File contains the packed decimal values in 58-60 position. I need to get the record count when the input in between 01 and 05 range.
Actually I tried to convert PD values into ZD and compare with C'01' and C'05'.
I could not get the result.
Ex: Input File data in 58-60 (3 bytes which is in Comp-3 Format)
07.2
05.2
04.0
45.7
02.4
Output will be:
RF value | Count
02.4 1
04.0 1
Can anybody please let me know how to acheive this?