what is the usage for assigning error=1 in a dataset ?

Answers were Sorted based on User's Feedback



what is the usage for assigning error=1 in a dataset ?..

Answer / pooja

It means our program has one syntax error

Is This Answer Correct ?    2 Yes 3 No

what is the usage for assigning error=1 in a dataset ?..

Answer / poonam

it means only one error of that type will be printed.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More SAS Interview Questions

If a variable contains letters or special characters, can it be numeric data type?

1 Answers  


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

1 Answers  


Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?

4 Answers   HP, Oracle,


What is the order of application for output data set options, input data set options and SAS statements?

1 Answers   Quintiles,


What does P-value signify about the statistical data?

1 Answers  


Are you familiar with special input delimiters? How are they used?

4 Answers   Accenture,


what is the usage for assigning error=1 in a dataset ?

2 Answers   Satyam,


HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?

1 Answers   TCS,


Code the MEANS to produce output to be used later.

2 Answers  


How many ways to overcome a missing values???

1 Answers   HSBC,


What do you feel about hardcoding?

3 Answers   Pfizer,


In sas, what are the areas that you are most interested in? : sas-grid-administration

1 Answers  


Categories