Answer Posted / ravi
the purpose of _error_ is to locate errors in data records. By default _error_ is set to 0, if there is any data error, conversion error the value of _error_ is set to 1.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What are the parameters of scan function?
Give some examples where proc report’s defaults are different than proc print’s defaults?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What system options would you use to help debug a macro? : sas-macro
State the difference between INFORMAT and FORMAT ?
Tell me about % include and % eval? : sas-macro
How to create an external dataset with sas code?
Give an example where SAS fails to convert character value to numeric value automatically?
how would you create multiple observations from a single observation? : Sas programming
Describe 5 ways to do a “table lookup” in SAS?
What do you know about symput and symget?
what do the pad and dim functions do? : Sas programming
How do you add a number to a macro variable? : sas-macro