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 _numeric_ and _character_ and what do they do? : Sas programming
what is Difference between PROC SQL JOINS and MERGE?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
What is a put statement?
What are _numeric_ and _character_ and what do they do?
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
Explain by-group processing?
SAS using companies in chennai
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
what is factor analysis? : Sas-administrator