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 |
explain the main difference between the nodup and nodupkey options? : Sas-administrator
For what purpose would you use the RETAIN statement?
How to read the file names of a text files from a shared drive using SAS?
Explain how merging helps to combine data sets.
what is the diff b/w verification validation in sas
AE datasets names? how many types?
how do i read multiple spaces in datasets? eg: vijaya raghava perumal.I tried with using & but it workss if its vijaya raghava but not for raghava perumal.how to do this?
Differences between where and if statement?
how we can create optional or required parameters in SAS macro...
how can you create zero observation dataset? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
Describe the function and untility of the most difficult SAS macro that you have written.