PICTURE
clause is a binding between the actual data and its displayed representation. For a software language engineer, it might be tempting to implement this binding as two mappings between consistent formats. The ACCEPT
statement prevents this, since it demands a binding between an unreliable displayable representation (entered by the user) and the consistent internal representation that must be created from it, available at runtime.