Default actions in INPUT
When an INPUT instruction executes, the runtime
system creates a set of
 default actions.
Depending on the invoked default action, field validation occurs and different
INPUT control blocks are executed.
This table lists the default actions created for this dialog:
| Default action | Description | 
|---|---|
accept | 
Validates the  Creation can be
avoided with   | 
cancel | 
Cancels the  Creation can be avoided with   | 
close  | 
By default, cancels the  Default action view is hidden. See Implementing the close action.  | 
help | 
Shows the help topic defined by
the  Only created when a    | 
The accept and cancel default actions can be avoided with the 
ACCEPT and
        CANCEL dialog control       attributes:INPUT BY NAME field1 ATTRIBUTES ( CANCEL=FALSE )
  ...