How to split 200 length character variable in 10 variables having length of 20 each

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 14

  • @samuelvaraprasad1172
    @samuelvaraprasad1172 5 років тому

    Really great explanation

  • @rajutelagareddi2036
    @rajutelagareddi2036 3 роки тому +2

    I WANT TO ENCOURAGE YOU PLEASE DO VIDEOS LIKE THIS...

  • @srinubabu1871
    @srinubabu1871 3 роки тому

    Super

  • @sameerrockers35
    @sameerrockers35 5 років тому

    Nice explanation

  • @khkrishna7427
    @khkrishna7427 4 роки тому

    Nice

  • @SriHari-nn1dm
    @SriHari-nn1dm 5 років тому +1

    please do video report procedure and proc sql

  • @9356079
    @9356079 5 років тому +1

    Please ,ake videos on sas di, etl, banking sas etc.

  • @g.prashanthreddy3330
    @g.prashanthreddy3330 4 роки тому

    Thanks for the video Please justify the title of videos, splitting 200 length of character string

    • @kiranvenna
      @kiranvenna  4 роки тому

      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.

    • @g.prashanthreddy3330
      @g.prashanthreddy3330 4 роки тому

      @@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..

  • @TheKittyyy
    @TheKittyyy 2 роки тому

    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 ??

    • @kiranvenna
      @kiranvenna  2 роки тому

      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

  • @iggypop1011
    @iggypop1011 4 роки тому

    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???