PROC SQL in SAS | PROC SQL All in One | A Complete Guide to Proc SQL in SAS

  Рет қаралды 70,365

Learnerea

Learnerea

Күн бұрын

Пікірлер
@neetekkumar1475
@neetekkumar1475 Жыл бұрын
Kudos to the instructor. All other SAS tutorials are so confusing and boring but this one is really good!!!
@learnerea
@learnerea Жыл бұрын
Glad it helped
@beingfijian1855
@beingfijian1855 3 жыл бұрын
This has been the most comprehensive as well as of short duration video. I have learned so so much. Thank you!
@hemantjoon
@hemantjoon 3 ай бұрын
Wonderful and comprehensive tutorial. Thank you for all your efforts
@kevyndex
@kevyndex 3 жыл бұрын
just what I needed. Thank you. Much love
@skedwardboby9653
@skedwardboby9653 3 жыл бұрын
The best of what I have watched about SQL in the simplest fashion so far. Thank you
@learnerea
@learnerea 3 жыл бұрын
Glad you liked it
@yaobini6997
@yaobini6997 Жыл бұрын
Wow, great job, I am understanding sas now, thank you.
@learnerea
@learnerea Жыл бұрын
Glad it was helpful!
@deepakkumaar9665
@deepakkumaar9665 3 жыл бұрын
YOU METHOD IS SO CREATIVE SIR, THANKS
@AnhTran-yn9me
@AnhTran-yn9me Жыл бұрын
Very easy to follow and much helpful! Thanks!
@learnerea
@learnerea Жыл бұрын
Glad it was helpful!
@amareshkattamuri4235
@amareshkattamuri4235 2 жыл бұрын
IN JOINS WHEN THERE ARE COMMON OBSERVATIONS OF MORE THAN 1 IN ON VARIABLES WE WILL GET THE CARTESIAN PRODUCT. HOW TO HANDLE THAT SITUATION
@learnerea
@learnerea 2 жыл бұрын
If have this in the column you are using as key to join the tables, if so then either- >> please remove the duplicates first and then join >> Concatenate that column with any other one which is common in both and doesn't have duplicates, that will create unique values and then you can use the same as key var. to join further
@amareshkattamuri4235
@amareshkattamuri4235 2 жыл бұрын
@@learnerea YEAH TQ
@tejuB2006
@tejuB2006 4 ай бұрын
Thank you so much for clear explanation. One question , Is Proc SQL included in the syllabus of base SAS specialist exam?
@mandrasrinivasulu9267
@mandrasrinivasulu9267 2 жыл бұрын
thanks, its nice nice video for proc sql
@learnerea
@learnerea 2 жыл бұрын
Glad you like it
@preethikam3963
@preethikam3963 2 жыл бұрын
Thanks for the wonderful content video in proc SQL. Kudos to your efforts taken.
@learnerea
@learnerea 2 жыл бұрын
Glad you liked it!
@sreehitha13
@sreehitha13 3 жыл бұрын
Thnku very much sir for giving good info .. really I learnt a lot.. keep make videos sir
@ajithyadav6176
@ajithyadav6176 2 жыл бұрын
Do you have any video about PROC ARRAYS and PROC SURVEYSELECT?
@learnerea
@learnerea 2 жыл бұрын
Hi Ajith, We have the video for Arrays which you can watch using below link and for SURVEYSELECT we will make the one soon. Happy Learning - kzbin.info/www/bejne/aZuQhn58p9tmqsU
@MohammadIrfan-ke7vq
@MohammadIrfan-ke7vq 2 жыл бұрын
very well explained..thanks a lot
@aaiyshaunnisa7454
@aaiyshaunnisa7454 2 жыл бұрын
Thank you very much, it a very informative video.
@learnerea
@learnerea 2 жыл бұрын
Glad it helped you
@gggta7169
@gggta7169 Жыл бұрын
Where are the links your taking about in video?
@learnerea
@learnerea Жыл бұрын
Not sure what link you are exactly looking for. In the description section, the github link for all the excel files is given, same mentioned here againg - github.com/LEARNEREA/Excel_Files at the below github link, you can find all of the SAS Scripts and Data used - github.com/LEARNEREA/SAS From below, you can download many of the datasets stored in excel - github.com/LEARNEREA/Excel_Files let me know in case of any further suggestions needed
@malikabaddam3590
@malikabaddam3590 3 жыл бұрын
Awesome effort sir.... your teaching explanation is too good
@learnerea
@learnerea 3 жыл бұрын
So nice of you
@beingfijian1855
@beingfijian1855 3 жыл бұрын
Do you have different types of logic and answers I can use to run and learn? Please! either with Cars or any data set.
@learnerea
@learnerea 2 жыл бұрын
check out our newly uploaded videos like - calculating the rolling average... you will get the logical ideas...
@prashanthjaila3412
@prashanthjaila3412 2 жыл бұрын
Bro, will u please INSERT INTO , ALTER, UPDATE also in PROC SQL , aren't they important in realtime as a SAS Coder.
@nicolask9869
@nicolask9869 3 жыл бұрын
Very good explainer, good pedagogy.
@learnerea
@learnerea 3 жыл бұрын
I'm glad you liked it 😊
@AlexSmith-tr9hc
@AlexSmith-tr9hc 3 жыл бұрын
Nice video with one item noted: when the output changes at 31:24, we observe a category value of "toddler" that shows up with no prior code to tag the age category as "toddler". All we had before this was either "kid", "teenage" or "young", based on age. Where is the code to tag "toddler"? Oops.
@learnerea
@learnerea 3 жыл бұрын
Alex thanks for highlighting this, we are definitely going to be careful about such mismatches however here the category 'Kids' can be considered as toddler. To note this has nothing to do real life toddler age 😊
@shayemoore
@shayemoore 2 жыл бұрын
Very nice job!
@beingfijian1855
@beingfijian1855 3 жыл бұрын
excellent video.
@manzur7177
@manzur7177 2 жыл бұрын
Such a great video! I l learned a lot within a short time.
@learnerea
@learnerea 2 жыл бұрын
Glad it was helpful!
@princessaayu4271
@princessaayu4271 3 жыл бұрын
Great job 👏 ..thank you..
@happypotato9644
@happypotato9644 2 жыл бұрын
Can you make example, on what kind of occasion we use full join?
@learnerea
@learnerea 2 жыл бұрын
Maybe, an exhaustive list of all the customers from customer table and trans table for a given month
@happypotato9644
@happypotato9644 2 жыл бұрын
@@learnerea well,very rare ,but thanks
@learnerea
@learnerea 2 жыл бұрын
@@happypotato9644 yeah that's true, not used oftenly
@deependrasingh2700
@deependrasingh2700 2 жыл бұрын
Very well explained 👍👍👍👍
@learnerea
@learnerea 2 жыл бұрын
Thanks for liking
@sidharth_mohanty
@sidharth_mohanty Жыл бұрын
Amazing video
@learnerea
@learnerea Жыл бұрын
Glad it was helpful
@RajuRaju-cq2ps
@RajuRaju-cq2ps 2 ай бұрын
Nice explanation ❤
@learnerea
@learnerea 2 ай бұрын
Keep watching!
@adityabatra7783
@adityabatra7783 3 жыл бұрын
Plz uploaded some thing about in clinical trials
@shenwaskijeff3388
@shenwaskijeff3388 2 жыл бұрын
Big thanks for the tutoring!
@learnerea
@learnerea 2 жыл бұрын
Hope this was helpful to you in someway
@somcana
@somcana 3 жыл бұрын
You are genius
@adityabatra8894
@adityabatra8894 2 жыл бұрын
Please start sdtm videos and tutorial
@learnerea
@learnerea 2 жыл бұрын
will try and do it soon
@carolinatriangle683
@carolinatriangle683 2 жыл бұрын
Great video👍,very very helpful! I’ve learn a lot from this tutorial. Thanks! 🌹🌹
@danayoung4460
@danayoung4460 2 жыл бұрын
great video, thank you so much! Have a question, in sql, we could use LIMIT to select top n observations or rows for a certain column, let's say select top 5 records with math score in each grade, how we get this with sas sql? or we can use this car data, to select top 5 most expensive cars in each car type? In sql, you can use group by type order by msrp, then limit 5, but sas proc sql doesn't have LIMIT function, how we do it in SAS proc sql?
@learnerea
@learnerea 2 жыл бұрын
you can use the option "outobs" but that will give you n number of records on overall level and not by each of the group if you are interested in doing that using data step then what you can do is - first - sort the data by car type and msrp in descending order second - create a counter variable by car type (to learn this you can check out the video - kzbin.info/www/bejne/bnennHuroZWHgpI ) third - filter for the rows where counter variable is
@ivyt8658
@ivyt8658 3 жыл бұрын
Thanks for your video! it's very helpful! i went to the link and try to download file. could you advise me where can i find the excel file for cars?
@kamireddypriyanka6677
@kamireddypriyanka6677 3 жыл бұрын
You can find cars dataset in sashelp library
@kamireddypriyanka6677
@kamireddypriyanka6677 3 жыл бұрын
That is not an excel file, we cannot read excel file in sas, only sas dataset with extension sas.7bdat can only be accessed on sas interface
@victoriavijayaraj3787
@victoriavijayaraj3787 Жыл бұрын
Thank you very much
@learnerea
@learnerea Жыл бұрын
You are welcome
@patel1111101
@patel1111101 9 ай бұрын
is this content helpful for clinical SAS ?
@learnerea
@learnerea 8 ай бұрын
Yes it will help
@rajeshnaidu172
@rajeshnaidu172 3 жыл бұрын
Thanks for your videos sir.It helped me a lot.Cant we use IF condition instead of WHERE in proc SQL sir...
@learnerea
@learnerea 3 жыл бұрын
Hi Rajesh, In PROC SQL one can use where clause and having and not the if statement.
@InsideAnkitasUniverse
@InsideAnkitasUniverse 3 жыл бұрын
'If' condition cannot be used in Procedure i.e. 'Proc' step.
@kamireddypriyanka6677
@kamireddypriyanka6677 3 жыл бұрын
IF then else are used only in data step
@gopithammaboina1670
@gopithammaboina1670 2 жыл бұрын
@@InsideAnkitasUniverse we can use if condition in one procedure i.e proc report with compute statement
@RandomClutch64
@RandomClutch64 2 жыл бұрын
This was fantastic. Thank you very much.
@learnerea
@learnerea 2 жыл бұрын
Thankyou for your kind words, happy learning
@reetashit2407
@reetashit2407 Жыл бұрын
Could you pls tell I am using Sum function to get the amount of gross amount for previous month..but I got double amount on same..
@learnerea
@learnerea Жыл бұрын
can you check your group by statement.. better you put your code here
@ПетяПетрушин-ж6ь
@ПетяПетрушин-ж6ь 3 жыл бұрын
Thanks man
@anushapalaneni2065
@anushapalaneni2065 9 ай бұрын
Can you please tell Group by and order by difference
@learnerea
@learnerea 8 ай бұрын
Order by is to sort your data either in ascending or descending order while group by is for aggregation of the data with a calculation
@adityabatra8894
@adityabatra8894 2 жыл бұрын
Please create a series of table listing figure
@learnerea
@learnerea 2 жыл бұрын
Will do
@Manibhai_567
@Manibhai_567 Жыл бұрын
pls tell the how to remove the duplicate in proc sql
@learnerea
@learnerea Жыл бұрын
try using, select distinct
@futon.m.alkhaldi6135
@futon.m.alkhaldi6135 10 ай бұрын
So helpful
@learnerea
@learnerea 10 ай бұрын
Glad it was helpful!
@sreejapesala6117
@sreejapesala6117 2 жыл бұрын
How to define sex variable as f = female and m= male in proc SQL program what is the code for that
@learnerea
@learnerea 2 жыл бұрын
case when sex = "f" then "female" else "male" end as sex_new_var you can check out below for detailed explanations - kzbin.info/www/bejne/a6eQqKd7a8l9hLc
@SumanKumar-pe7fq
@SumanKumar-pe7fq 3 жыл бұрын
How to find Commulative Sum Or Running total Through Proc SQL ?
@learnerea
@learnerea 3 жыл бұрын
Hi Suman, There are certain limitations with Proc SQL as well as with Data Step and that is where we use either of them as an alternate. Therefore you can use data step to calculate the cumulative sum
@durgadevikudupudi2098
@durgadevikudupudi2098 3 жыл бұрын
Thank you 🙏
@learnerea
@learnerea 3 жыл бұрын
Glad you liked it
@subhanikurra3988
@subhanikurra3988 3 жыл бұрын
can you explain how to find second highest value in proc sql
@learnerea
@learnerea 3 жыл бұрын
for that you can try to create counter using first. in data step
@rakeshpawar13
@rakeshpawar13 3 жыл бұрын
thank you
@garnikharutyunyan7908
@garnikharutyunyan7908 3 жыл бұрын
amboxj hay azge qo heta, shat enq qez sirum u misht hetevum enq qez
@ashokdevendra8978
@ashokdevendra8978 4 жыл бұрын
super macros please
@learnerea
@learnerea 3 жыл бұрын
Hi Ashok, Here comes what you have been waiting for long: kzbin.info/www/bejne/n2XLpmSYbteSh9k
@ashokdevendra8978
@ashokdevendra8978 3 жыл бұрын
@@learnerea Thank you bro
@muralidirisala4618
@muralidirisala4618 10 ай бұрын
You teached full join out put wrong
@learnerea
@learnerea 10 ай бұрын
We can discuss the descripancy, please feel free to share it in detail
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
A Beginners Guide to Using Arrays and DO Loops
20:23
SAS Users
Рет қаралды 18 М.
SAS Tutorial | 3 Steps to Build a SAS Macro Program
14:24
SAS Users
Рет қаралды 23 М.
PROC SQL In SAS | Data Science Tutorial | Simplilearn
15:30
Simplilearn
Рет қаралды 66 М.
SAS Tutorial | Getting the Most out of SAS Macro and SQL
45:30