Transcription of Syntax - Stata
{{id}} {{{paragraph}}}
Display generic error message and exitSyntaxDescriptionRemarks and examplesAlso seeSyntaxerrorexpDescriptionerrordisplay s the most generic form of the error message associated with expression and setsthe return code to the evaluation of the expression. If expression evaluates to 0,errordoes , the nonzero return code will force anexitfrom the program orcaptureblock in whichit the return code to 197 if there is an error in and are presented under the following headings:IntroductionSummaryOther messagesIntroductionerroris used in two ways inside programs. In the first case, you want to display a standard errormessage so that users can look up your message by usingsearch:if ( nvals >100) error 134 According to [R]search, return code 134 is associated with the message too many values . Duringprogram development, you can verify that by typing the error command interactively.
Introduction Summary Other messages Introduction ... are writing programs. The groups are Return codes Meaning 1–99sundry “minor” errors ... You issued a graph command using the by option. The by-variable takes on too many different values to construct a readable chart.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}