what is _error_?
Answers were Sorted based on User's Feedback
Answer / manish thakur
_error_ is created when pdv is generated along with _n_
if the value of _error_ is 0 then there is no error
if the value of _error_ is 1 then there is an error...
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / varun
It is automatic variable and component of PDV. the value for _ERROR_ can be 1 or 0 and is helpful Error trapping.
| Is This Answer Correct ? | 17 Yes | 3 No |
What is SAS? is it a software just for use or we can creat something over there?
In SAS explain which statement does not perform automatic conversions in comparisons?
Do you know the features of sas?
How we will Developing new reports Using Data step programming and Macros ?
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
Mention few capabilities of sas framework.
How would you remove a format that has been permanently associated with a variables?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
how can you import .csv file in to sas? : Sas programming
Which date function advances a date, time or datetime value by a given interval?
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
how does sas handle missing values in functions? : Sas programming