How to read an input file in sas?
No Answer is Posted For this Question
Be the First to Post Answer
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
Briefly explain input and put function?
what is the need of INDEX in datasets?
What do you know about sas and what we do? : sas-grid-administration
How do handle working under pressure?
how to read character value without using substr function in sas ?
What is the general format of function in sas? : sas-grid-administration
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
How would you delete duplicate observations?