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
In Cloud Migration Project, Cobrix library is making null for the field when we get a value like '0000{' to the type PIC s9(5) in copybook for the US_ASCII file.
In the existing on-prem system it was making 0 and not giving null for the same value.
Could you please help us to solve this