DAQ top-level constant

String const DAQ

Define Area Qualification.

Representation: CSI s \x6F

Parameter default value: s = 0

DAQ is used to indicate that the active presentation position in the presentation component is the first character position of a qualified area. The last character position of the qualified area is the character position in the presentation component immediately preceding the first character position of the following qualified area.

The parameter value designates the type of qualified area:

  • 0 - unprotected and unguarded
  • 1 - protected and guarded
  • 2 - graphic character input
  • 3 - numeric input
  • 4 - alphabetic input
  • 5 - input aligned on the last character position of the qualified area
  • 6 - fill with ZEROs
  • 7 - set a character tabulation stop at the active presentation position (the first character position of the qualified area) to indicate the beginning of a field
  • 8 - protected and unguarded
  • 9 - fill with SPACEs
  • 10 - input aligned on the first character position of the qualified area
  • 11 - the order of the character positions in the input field is reversed, i.e. the last position in each line becomes the first and vice versa; input begins at the new first position.

This control function operates independently of the setting of the TABULATION STOP MODE (TSM). The character tabulation stop set by parameter value 7 applies to the active line only.

NOTE

The control functions for area definition (DAQ, EPA, ESA, SPA, SSA) should not be used within an SRS string or an SDS string.

Implementation

const String DAQ = 'o';