Other attribute references

Other attributes describe the characteristics and structure of the data you define in a program; for example, the kind of constant you specify or the number of characters you need to represent a value. These other attributes are:
  • Count (K')
  • Defined (D')
  • Integer (I')
  • Number (N')
  • Operation code (O')
  • Scale (S')
  • Type (T')

You can refer to the count (K'), defined (D'), and number (N') attributes only in conditional assembly instructions and expressions. For full details, see Data attributes.