Тёмный

SAS Practical Interview Questions and Answers 

SAS World
Подписаться 3,3 тыс.
Просмотров 1,8 тыс.
50% 1

SAS Practical Interview Questions and Answers
This video contains SAS performance based interview questions and answers.
Key Questions:
Time Topics
MM:SS
00:37 Q1. Write a program to create new dataset with only Last 3 observations of source dataset dynamically.
04:37 Q2. What will happen if we run below code.
06:14 Q3. Make the changes in the below program so that both where statements should work.
08:38 Q4. Write a program to calculate runs scored in each over.

Опубликовано:

 

25 фев 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 30   
@PHARMAINTERVIEWSnm
@PHARMAINTERVIEWSnm 19 дней назад
proc sql; create table total_run as select ceil(ball/6) as over, sum(run) as runs from ds group by over; quit;
@thiru9628
@thiru9628 2 месяца назад
Nice videos Sir .. we learnt alot from your videos...
@bharatsingh-fu4rx
@bharatsingh-fu4rx 2 месяца назад
Excellent, please make more videos like this.
@user-uk2kt9cy9r
@user-uk2kt9cy9r 2 месяца назад
Good questions. Please do more practical questions .
@riteshchivate9270
@riteshchivate9270 2 месяца назад
Really good questions sir, would love more similar once
@AshokKumar.6767
@AshokKumar.6767 2 месяца назад
Nice vid0es🙏👍❤🎉
@shyamcathe1844
@shyamcathe1844 2 месяца назад
proc sql; create table grouped_data as select ceil(ball/6) as over, sum(coalesce(run, 0)) as total_run from ungrouped_data group by ceil(ball/6); quit;
@harsharani6194
@harsharani6194 2 месяца назад
use unique funtion to expected output ---- unique(ceil(ball/6))as over,
@rohitsharma-hz2sf
@rohitsharma-hz2sf 2 месяца назад
Can you make a video on sas macros practical experience wise questions
@sasworld2021
@sasworld2021 2 месяца назад
Sure
@SantySimbaVlogs
@SantySimbaVlogs 2 месяца назад
proc format; value balls 1-6="1 over" 7-12="2 over" 13-18="3 over"; run; proc means data=cricket sum; class balls; var runs; format balls balls.; run;
@sasworld2021
@sasworld2021 2 месяца назад
Good Attempt. However suppose if balls are 600 then you have to hardcode 100 overs in formats. So this approach will not work dynamically, as total balls can be changed. So try solving this using only one data step. You can use underscore N underscore with combination of mod function.
@SantySimbaVlogs
@SantySimbaVlogs 2 месяца назад
@@sasworld2021 how about this proc sql; create table have as select ceil(balls/6) as overs, sum(runs) as runs from cricket group by ceil(balls/6); quit; data have2; set have; by overs; if first.overs then output; run;
@vitthalsharma4275
@vitthalsharma4275 2 месяца назад
Excellent sir what is a roadmap to clear SAS interview for experience individuals
@sasworld2021
@sasworld2021 2 месяца назад
Kindly set up a sas interview session and I will guide you.
@geddadavarma6715
@geddadavarma6715 Месяц назад
pls share solution for the Q4 using macros
@Jaisrikrishna980
@Jaisrikrishna980 2 месяца назад
Can you do vedio on sas9.4 installation for windows
@sasworld2021
@sasworld2021 2 месяца назад
Already have one. Please check.
@ipankajnegi
@ipankajnegi 2 месяца назад
data want; set given; if _n_
@sasworld2021
@sasworld2021 2 месяца назад
Very good
@bushanrajput7383
@bushanrajput7383 2 месяца назад
Hii sir
@sasworld2021
@sasworld2021 2 месяца назад
Hi
@rushikeshmuthane5249
@rushikeshmuthane5249 Месяц назад
data x; set y ; over = ceil (ball/6) ; run; proc sql; create table new as select over, sum(run) as total_run from x group by over ; quit;
@user-uk2kt9cy9r
@user-uk2kt9cy9r 2 месяца назад
can some one tell what is the result of the below: %let a=b; %let b=c; %let c=d; %let d=e; %let e=f; %put &&&&&a;
@parvsharma8767
@parvsharma8767 Месяц назад
c hoga
@khalidraza8438
@khalidraza8438 Месяц назад
F
@parulsingh1697
@parulsingh1697 25 дней назад
63, If u want &a in the last step.
@parvsharma8767
@parvsharma8767 25 дней назад
@@parulsingh1697 63 Kha s aa gya?
@parulsingh1697
@parulsingh1697 25 дней назад
@@parvsharma8767 I thought u r asking how many '& ' will be required to get %a at last ..... for this question ans will be 'c'.
Далее
🎙Пою Вживую!
3:12:58
Просмотров 1,6 млн
Tableau Interview Question and Answers | 2024
13:33
Просмотров 3,2 тыс.