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 |
I have a dataset concat having variable a b & c. How to rename a b to e & f?
sas implimented companies in hyderabad
what is the need of INDEX in datasets?
How you can read the variables that you need?
How to select the observations randomly from a SAS dataset
How would you invoke a macro? : sas-macro
IS SAS COMPILER OR INTERPRETER? EXPLAIN?
3 Answers Aon Hewitt, HSBC, SCL, TCS,
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What do you feel about hardcoding?
How would you define the end of a macro?
Explain data_null_?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..