You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample Data:
Hex Value Cobrix Output Expected Output
f9 9 9
c4 4 null ( equivalent data -> D since it is number in copybook so it should null )
c5 5 null ( equivalent data -> E since it is number in copybook so it should null )
d6 null null
Could you please clarify why it is happening like this ?