Problem:
When a user is using a local language keyboard, for example Norwegian, the hex values in the AID field may need to be customised locally in the DFHAID copy member
Resolution:
Using the example of PF11, in the copybook it is defaulted to a # but in Norwegian it is translated to Æ.
* 02 DFHPF11 PIC X VALUE IS '#'
02 DFHPF11 PIC X VALUE IS 'Æ'
#EnterpriseDeveloper
#MFDS
#dfhaid
