what cause the "error: connect:" and "error in the libname
statement" when there weren't any such problems?
No Answer is Posted For this Question
Be the First to Post Answer
where will go the observations that were deleted by delete statement?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
What are all the problems you faced while validating tables and reports?
0 Answers Accenture, Quintiles,
explain about sas business intelligence? : Sas-bi
what are the component of range? : Sas-bi
How many tiers in sas architecture?
Explain substr function?
How to create a permanent sas data set?
How would you compile all macros from a folder in a study, within the autoexec program?
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?