What is the purpose of _error_?
Answer / 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 |
how can you import .csv file in to sas? : Sas programming
why is the use of Retrive statement and give me with example?
What do you know about symput and symget?
What is a put statement?
How would you create multiple observations from a single observation?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What are the data types in sas?
How many data types are there in SAS?
Under what circumstances would you code a SELECT construct instead of IF statements?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
Name and describe three SAS functions that you have used, if any?
whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?