EROPT specification - Key = '003D'

DALEROPT specifies the option to be executed if an error occurs in writing or reading a record. When you code this key, # and LEN must be one, and PARM contains one of the following values:
X'10'
Online BSAM testing (T)
X'20'
To cause abnormal end of task (ABE)
X'40'
To skip the block causing the error (SKP)
X'80'
To accept the block causing the error (ACC)
Example: To specify the SKP error option, code:
KEY    #      LEN    PARM
003D   0001   0001   40