SAS Interview Questions
Questions Answers Views Company eMail

how to read character value without using substr function in sas ?

3 7502

How to get part of string form the source string without using sub string function in SAS?

3 6473

We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?

5 6674

What are the difficulties u faced while doing vital signs table or dataset?

1918

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;

3 5239

You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..

3 5381

What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???

3 11036

You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?

2 4361

Please write codes to merge two datasets and keep every record in the first dataset.

1 3950

When merging 2 datasets with a common variable (not merge key), how to keep both?

3 5626

Write a SAS macro to calculate number of numbers in an email address

2 5236

Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.

2 6263

The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;

Accenture,

1 4748

What is proc sql pass through facility?

L&T,

4 7877

How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?

2369


Post New SAS Questions

Un-Answered Questions { SAS }

it will become easy if uuu provide website linkssss and list of consultanciessssss

1517


what are _numeric_ and _character_ and what do they do? : Sas programming

665


How do dates work in SAS data?

672


What are all the problems you faced while validating tables and reports?

2990


What is the work of tranwrd function?

649






How do you specify the number of iterations and specific condition within a single do loop?

607


How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?

2369


How does proc sql work?

601


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

686


What commands are used in the case of including or excluding any specific variables in the data set?

581


What is a macro routine?

2086


What do the PUT and INPUT functions do?

764


explain the use of % includes a statement in sas? : Sas-administrator

536


where are dashboard components are created and maintained? : Sas-bi

543


what is the difference between infile and input? : Sas-administrator

594