Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • command maxquotedrows is unrecognized

    I am receiving the above error message from Stata when I type in any of the following:

    maxquotedrows(unlimited)
    maxquotedrows(0)
    maxquotedrows(#)

    I am using Stata 16.1. Is this a command I need to install or do I need to upgrade my Stata in order for this to be recognised? Or something else?

    Many thanks,
    Jenna

  • #2
    Not to worry about this, it seems that I cannot use this command in isolation it needs to be part of the options when importing a .csv file.

    Apologies,
    Jenna

    Comment


    • #3
      In Stata, there is a distinction between commands and options. maxquotedrows is not a command at all, it is an option to the import delimited command. Options are separated from the command with a comma, and yes, they cannot be entered in isolation.

      Comment

      Working...
      X