what is the effect of the options statement errors=1? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What do you know about sas and what we do? : sas-grid-administration
describe how to adjust the performance of data integrator? : Sas-di
How necessary is it to be creative in your work?
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
Mention sas system options to debug sas macros.
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
what is the difference between the SAS v8 and SAS v9?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What data sets do you need to produce the report?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake