@@Trenovision Hai Priya, Thank you for your support in explaining each Evrey concepts in details Can you please share some tasks regarding programming I want take advanced sas training please let me know Thanks and regards Chandu 9533405258
What if my is data date; Input id join-dt; Datalines; 1 jan2020 2 01jan2019 3 feb2021 4 29sep2018; Run; I want out put as 1 2020-01 2 2019-01-01 3 2021-02 4 2018-09-29 Can anyone help me out
1. Variable name is not valid join-dt Sol : Instead of - use _ to make it valid or try like this 'join-dt'n if you need the same. 2. 'join-dt'n variable data is not complete state to load it you have to make this variable string type 'join-dt'n $ 3.Create new variable and convert your 'join-dt'n variable to date. Format using input function. 4. Once Variable converted to date type using format statement you can display data in any format but incomplete data will be displayed missing.
Sorry by mistakenly I typed it here as join-dt. It's actually "join_dt" with this variable I am running the program but my question is join_dt variable is having 2 different nonstandard dates in alternate columns so how can I use formats and informats for single variable. Is there any other way do run this program. Thanks in advance
I am working on SAS since 4+ years. I know how and when to use what but never went into such detail. Awesome job explaining in detail. Thank you.
Can u pls guide me i need your suggestion
I almost listened 4 or 5 lectures explained by this teacher. Always explained very well from bottom to top.
Best SAS content found on youtube to learn...
Very nice explanation
Your videos are always helpful. Its making this easier for me. Thank you.
One of the best tutorials to learn SAS.
Love your video pls keeps upload more sessions
Really very nice explanation...
best explanation I have seen
If you find our content useful. Kindly support us: trenovision.com/support-for-trenovision/
Thank you so much mam. You explained each and everything very well. It helped a lot 🙏
Thanks finally I got answer to my question
Explanation is Good
Thank you for this helpful vid!
Thank you Mam! It helped a lot.
Thank you mam👍
thank you 😊 mam
Very good videoa
Thanks for the visit
@@Trenovision Hai Priya,
Thank you for your support in explaining each Evrey concepts in details
Can you please share some tasks regarding programming
I want take advanced sas training please let me know
Thanks and regards
Chandu
9533405258
@@Trenovision hi maam I need your contact number..I have many doubts.please can you share me your mail id.my mail id is lamishopping@gmail.com
Hello sumit sir i came from quora im inspired from ur journey can u please guide me in my career if possible will be really helpful
Sure, Professor 🤟🏻
@@Trenovision how can i contact u sir... please mention source
@@deepakmansukhani8855 You can mail us info@trenovision.com
Is this clinical SAS clases ?
Madam how to create ods html files
Plese send any related video link
What if my is
data date;
Input id join-dt;
Datalines;
1 jan2020
2 01jan2019
3 feb2021
4 29sep2018;
Run;
I want out put as
1 2020-01
2 2019-01-01
3 2021-02
4 2018-09-29
Can anyone help me out
1. Variable name is not valid join-dt
Sol : Instead of - use _ to make it valid or try like this 'join-dt'n if you need the same.
2. 'join-dt'n variable data is not complete state to load it you have to make this variable string type 'join-dt'n $
3.Create new variable and convert your 'join-dt'n variable to date. Format using input function.
4. Once Variable converted to date type using format statement you can display data in any format but incomplete data will be displayed missing.
Sorry by mistakenly I typed it here as join-dt. It's actually "join_dt" with this variable I am running the program but my question is join_dt variable is having 2 different nonstandard dates in alternate columns so how can I use formats and informats for single variable. Is there any other way do run this program. Thanks in advance
I will try to understand your given inputs to solve this. Thank you so much for replying.