CODE specification - Key = '0039'

DALCODE specifies the paper tape code in which the data is punched. It is mutually exclusive with the key length (DALKYLEN), MODE (DALMODE), printer spacing (DALPRTSP), STACK (DALSTACK), and TRTCH (DALTRTCH) keys. When you code DALCODE, # and LEN must be one, and PARM contains one of the following values:
X'02'
Teletype 5-track (T)
X'04'
USASCII 8-track (A)
X'08'
National Cash Register 8-track (C)
X'10'
Burroughs 7-track (B)
X'20'
Friden 8-track (F)
X'40'
IBM® BCD 8-track (I)
X'80'
No conversion (N)
Example: To specify USASCII, code:
KEY    #      LEN    PARM
0039   0001   0001   04