DSACTION

Read syntax diagramSkip visual syntax diagramDSACTION=(values_of_dsaction_start_option)DSACTION=(SYSLOGCONSOLESYSLOG,NONENONESENSETERM)

Describes the action to be taken when a 3270 protocol violation is detected for this PLU application.

If DSACTION is specified on the APPL statement, the DSACTION value overrides the DSACTION start option for this application. If DSACTION is not specified on the APPL statement, the values that are specified on the DSACTION start option are used for this application.

The first parameter specifies the reporting level:
DSACTION=SYSLOG
Specifies that the IST2424I message group will be written to the syslog, but just a single message (IST2424I) will be written to the console.
DSACTION=CONSOLE
Specifies that the IST2424I message group will be written to both the syslog and the console.
The second parameter specifies the intervention level:
DSACTION=NONE
Specifies only the reporting level action is taken.
DSACTION=SENSE
Specifies that the reporting level action is taken and a sense code is sent to the PLU application.
DSACTION=TERM
Specifies that the reporting level action is taken and the session is terminated.