Intially when I thought about this I thought about presenting on 200 length splitting into 10 equal parts. But later i found it is difficult to show that in presentation clearly. I also discusss about this on the beginning of presentation. The example I run exactly emulates the idea of the title. I am sorry if it causes some inconvenience to you.
@@kiranvenna thanks for replying and considering my comment.. I would like to add a point ,Find, length and substr functions work efficiently here , In find function use the negative digits to read from the back eg : find(string, " ", -200); so no word will be truncated in middle..
Hi smarttech.. I have a doubt here... If I have a string (let's say a line of some information) of more than 200 characters. Now I want to split the string into 200 characters each but the sentence should end meaningfully not exactly 200th character.. For example I have a sentence which has more than 200 characters like 'I love watching cricket when dhoni plays for India.. etc' . I would like to split the first 200 characters 'I love watching cricket when ' instead of 'I love watching cricket wh' and remaining in other variable. How can this be done..? could you please explain ??
Hi krishna, This is often a more complicated and there are lot of papers on this and one of the paper is www.lexjansen.com/pharmasug/2013/CC/PharmaSUG-2013-CC08.pdf and also checkout more detailed paper on this topic in lexjansen.com
eyy bro i need your help, i got this variable with 200 hundred products and each of them has this ID and this one begins with 001,002,003....200 how can I split this mega-varible to variables for each product bro???
the best ]
Really great explanation
I WANT TO ENCOURAGE YOU PLEASE DO VIDEOS LIKE THIS...
Super
Nice explanation
Nice
please do video report procedure and proc sql
Please ,ake videos on sas di, etl, banking sas etc.
Thanks for the video Please justify the title of videos, splitting 200 length of character string
Intially when I thought about this I thought about presenting on 200 length splitting into 10 equal parts. But later i found it is difficult to show that in presentation clearly. I also discusss about this on the beginning of presentation. The example I run exactly emulates the idea of the title. I am sorry if it causes some inconvenience to you.
@@kiranvenna thanks for replying and considering my comment.. I would like to add a point ,Find, length and substr functions work efficiently here , In find function use the negative digits to read from the back eg : find(string, " ", -200); so no word will be truncated in middle..
Hi smarttech.. I have a doubt here... If I have a string (let's say a line of some information) of more than 200 characters. Now I want to split the string into 200 characters each but the sentence should end meaningfully not exactly 200th character.. For example I have a sentence which has more than 200 characters like 'I love watching cricket when dhoni plays for India.. etc' . I would like to split the first 200 characters 'I love watching cricket when ' instead of 'I love watching cricket wh' and remaining in other variable. How can this be done..? could you please explain ??
Hi krishna, This is often a more complicated and there are lot of papers on this and one of the paper is www.lexjansen.com/pharmasug/2013/CC/PharmaSUG-2013-CC08.pdf and also checkout more detailed paper on this topic in lexjansen.com
eyy bro i need your help, i got this variable with 200 hundred products and each of them has this ID and this one begins with 001,002,003....200 how can I split this mega-varible to variables for each product bro???