1.DBG> SET TYPE ASCII:8
      This command establishes an 8-byte ASCII character string as
      the default type associated with untyped program locations.
    2.DBG> SET TYPE/OVERRIDE LONGWORD
      This command establishes longword integer as the default type
      associated with both untyped program locations and program
      locations that have compiler-generated types.
    3.DBG> SET TYPE D_FLOAT
      This command establishes D_Floating as the default type
      associated with untyped program locations.
    4.DBG> SET TYPE TYPE=(S_ARRAY)
      This command establishes the type of the variable S_ARRAY as
      the default type associated with untyped program locations.