Very nice video... Sometime we use but this is actually with reasons...👌👌 Thanks for the video
@_MANI_52 жыл бұрын
Finally we would love to watch ur videos..do more videos sir
@sasworld20212 жыл бұрын
Sorry, was busy with my daily job and could not create more videos. Now I have some time, so will create more
@ajaykushwaha42332 жыл бұрын
Awesome, if you add SDTM or Adam topic then thing will be superb.
@sasworld20212 жыл бұрын
We will try
@swathiemayavaramban7477 Жыл бұрын
Very useful videos. Please upload more scenario based interview questions.
@baali735 Жыл бұрын
Wanted more explanation on local and global variables and wanted interview questions on functions
@shyamkumargaikwad684 Жыл бұрын
Thanks and very usefull.
@sasworld2021 Жыл бұрын
Glad it was helpful!
@Pandimoori_krish2 жыл бұрын
Super explanation sir keep it up
@sasworld20212 жыл бұрын
I am glad you liked it. Thanks
@purushotham7142 жыл бұрын
Very nice explanation sir, please do more videos on Macros
@sasworld20212 жыл бұрын
Sure I will do.
@Pandimoori_krish Жыл бұрын
Symdel and call symdel both same or not those can delete local ,global macro variable ?
@sasworld2021 Жыл бұрын
Both are not same, call symdel can delete only one variable at a time where as %symdel can delete multiple variables. Both removes global macro variables.
@Pandimoori_krish Жыл бұрын
@@sasworld2021 Thank you sir 🙏
@jagadeeshmypati4085 Жыл бұрын
can you please make a video how to pic latest file available by using SAS Macro
@sasworld2021 Жыл бұрын
Hi, I will create one soon.
@ravurisudheer1762 жыл бұрын
Rolling cumulative count possible with proc SQL if so please give details
@sasworld20212 жыл бұрын
Yes, it's possible. See below program: data salary; input sal; datalines; 100 200 300 400 ; run; proc sql; create table cumulative_salary as select a.*,(select sum(sal) from salary as cm where cm.sal
@ravurisudheer1762 жыл бұрын
Thank you for giving reply n this question shooted by one interviewer recently.
@ramubuddi87332 жыл бұрын
call symputx does it applies both characteric and numeric varikables