MODE specification - Key = '0043'

DALMODE specifies the mode of operation for a card reader or punch. It is mutually exclusive with the CODE (DALCODE), KEYLEN (DALKYLEN), PRTSP (DALPRTSP), and TRTCH (DALTRTCH) keys. When you code DALMODE, # and LEN must be one, and PARM contains one of the following values:
X'40'
EBCDIC mode (E)
X'50'
EBCDIC, read column eliminate mode (ER)
X'60'
EBCDIC, optical mark read mode (EO)
X'80'
Card image mode (C)
X'90'
Card image, read column eliminate mode (CR)
X'A0'
Card image, optical mark read mode (CO)
Example: To specify EBCDIC mode, code:
KEY    #      LEN    PARM
0043   0001   0001   40