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 |
how could you generate test data with no input data? : Sas programming
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
How to read an input file in sas?
do you prefer proc report or proc tabulate? Why? : Sas programming
How do you generate random samples?
How to limit decimal places for variable using proc means?
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
How can I remove header from output data set?
What is the order of evaluation of the following operators + - * / ** () ???
how to write code for left outer join in SAs using datastep?
Intern stastical programmer written test
what are some good sas programming practices for processing very large data sets? : Sas programming