What does error:1 mean?
Answers were Sorted based on User's Feedback
Answer / aravind9882
error=1 means there is error in ur code and sas stops
executing the next code
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / m.madhusudhan
Error :1 show's that there is an data error which does not suite for that variable type.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kiven
It will just neglect the 1st error in your code & it will
execute the rest of the code.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / druva kumar g.
but even one error exisit it won't genrate the compalied
program to execuit
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / vamsi
In ur program execution time display 1000 errors that time u r using error=1 display only forst occurred error shown
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandhya
options error=1;
means if get any error occred first time stops the
processing..
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / anjan
error=1 means there is a error in code. its stops excuting
the code.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the five ways to do a table lookup in sas? : sas-grid-administration
What is the difference between where and if statement?
What is the use of function Proc summary?
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
What is SAS? is it a software just for use or we can creat something over there?
What is the order of evaluation of the comparison && logical && relational operators:?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
Name statements that are execution only.
Do you prefer Proc Report or Proc Tabulate? Why?
How to convert .xls file into CSV format?
how can u convert this 25-jul-2010 from numeric to charcter?
Difference between nodup and nodupkey options?