qb45qck.hlp (Table of Contents; Topic list)
DATA Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
DATA - a non-executable statement that stores the numeric and string
       constants used by a program's READ statements
 
Syntax
  DATA  constant[,constant]...
    ■ constant is any valid numeric or string constant. If a string constant
      contains commas, colons, or leading or trailing spaces you want to
      preserve in your program, you must enclose the string in double quotes.
 
See Also  READ  RESTORE