what techniques and/or procs do you use for tables? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
name few built in sas transformation in DI studio ?
how many types of MERGE?
what does the run statement do? : Sas programming
what is the primary variable in your study?
What is a macro routine?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
what are input dataset and output dataset options?
what other SAS features do you use for error trapping and data validation?
what are the component of range? : Sas-bi
What is the difference between SAS Data step and SAS PROC SQL, and which is better?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.