Тёмный

SAS Interview Questions on ARRAY 

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

SAS Interview Questions and Answers on ARRAY
This Video contains interview questions and answers on SAS ARRAY.
Key Questions:
Time Topics
MM:SS
00:47 Q1. Write a program to set value missing (blank) for all character variables where values are either ‘?’ Or ‘NA’.
04:52 Q2. Write a program to find value 100 in all numeric variables and replace it with 999.
08:10 Q3. Array Statement is Compile time statement or Execution time statement?.
08:20 Q4. What function is used to count array elements?
08:30 Q5. What type of Array should be used as calculations only?

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

 

27 сен 2023

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 6   
@Mamtayadav-ne6zx
@Mamtayadav-ne6zx 8 месяцев назад
Nice sir
@pahari75
@pahari75 Месяц назад
Good job bro!
@AshokKumar.6767
@AshokKumar.6767 8 месяцев назад
Nice bhai❤❤❤🎉
@_MANI_5
@_MANI_5 8 месяцев назад
sir when a programme is given like the first above two questions ,then how can we know that is array type of question? and how to find out it is an array. sir make videos on SAS is used with python
@c.m.jyothirmai4983
@c.m.jyothirmai4983 8 месяцев назад
Hi sir one doubt how to apply substr function for masking values in proc sql program.
@BHARATHEEYUDU.
@BHARATHEEYUDU. 8 месяцев назад
2nd question another approch Data array_solution; Set array_question; Array xx _numeric_; DO OVER XX; if xx=100 then xx=999; END; proc print noobs; run;
Далее
SAS Practical Interview Questions and Answers
10:57
Просмотров 2 тыс.
Аварийный выход
00:38
Просмотров 221 тыс.
SAS Array Made Easy - Syntax and Workout Example
8:34
SAS Interview Questions on Functions | SAS Functions
10:40
IQ15:  6 SQL Query Interview Questions
20:14
Просмотров 2,2 млн