How to convert HTML file into SAS dataset?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
which features do you use to check the data validations and errors? : Sas-administrator
What is the use of stop statement?
Identify statements whose placement in the DATA step is critical.
what is Business Intelligence?
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.
What is the basic structure of the SAS base program?
tell me about use of arrays in sas
how to generate report for 0 observation dataset?
Explain what is SAS informats?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What is the difference between an informat and a format. Name three informats or formats.