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 |
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
What are the different types of sas functions?
What are the new features included in the new version of SAS Programming Language?
How do you use the do loop if you don’t know how many times you should execute the do loop?
What is the maximum and minimum length of macro variable
What is difference between Global n Local Macro Variables..?
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
how can u convert this 25-jul-2010 from numeric to charcter?
What is the SAS data set?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What are the data types does SAS contain?