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 |
tell me about use of arrays in sas
What does the trace option do?
What is the maximum and minimum length of macro variable
Differences between where and if statement?
How would you code the criteria to restrict the output to be produced?
Explain what Proc glm does?
Explain how merging helps to combine data sets.
what is the difference between SET and MERGE?
What is the order of application for output data set options, input data set options and SAS statements?
code the tables statement for a single level frequency?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
How to read the file names of a text files from a shared drive using SAS?