Answer Posted / hari
This is mainly useful for the fast retrival of data (For ex
we have 559 in 1 lac obs then by index we can get the data
with out reading all the observations
Index are 2 type:
1.simple
2.Composite
ex-for simple
proc datasets lib=college;
modify time;
index create class;
run;
ex-for composite:
proc datasets library=college;
modify time;
index create names(=(name school);
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does the RUN statement do?
what is sas data set?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
How do you specify the number of iterations and specific condition within a single do loop?
what is the difference between infile and input? : Sas-administrator
name several ways to achieve efficiency in your program? : Sas programming
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What is maximum storage capability of SAS?
: and & modifiers.
Explain how you can debug and test your SAS program?
What is maximum number of rows and cols can be handled in SAS?
How do you debug and test your SAS programs?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
how do you debug and test your sas programs? : Sas programming