My jcl is using UCANDU utility and copying based on some condition.
the condition looks like this :-
COPY
(14,1,C,EQ,'J')
AND
(21,1,B,EQ,'118')
AND
(45,3,C,EQ,'QWE')
I could not understand what the second sub-condition means...if B stands for Binary(just a wild guess), how can it take '118' in Binary with length specified as 1 only. Please help me regarding this.