Multiple choice technology programming languages Format name or Informat name should end with a dot eg:DATE9. True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation In SAS, format and informat names must end with a dot to distinguish them from variable names and dataset names. For example, 'DATE9.' is a format, while 'DATE9' without the dot would be interpreted as a variable name. The dot is mandatory syntax.