What is the basic syntax of a sas program?
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
how we can call macros with in data step?
How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.
How to create an external dataset with sas code?
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
Differentiate between format and informat? : sas-grid-administration
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.
What is the difference between order and group variable in proc report?
Where do you use proc means over proc freq?
what is operational data and operational system? : Sas-di
If a variable contains letters or special characters, can it be numeric data type?