PROC EXPORT | HOW TO EXPORT SAS DATA TO EXCEL OR CSV | HOW TO EXPORT MULTIPLE TABLES IN ONE EXCEL

แชร์
ฝัง

ความคิดเห็น • 27

  • @AmorinhaXD
    @AmorinhaXD 2 ปีที่แล้ว +3

    you r doing God`s work!!!!!!!!!!! thank you my friend

    • @learnerea
      @learnerea  2 ปีที่แล้ว

      Glad you liked it

  • @jallahkennedy8298
    @jallahkennedy8298 2 ปีที่แล้ว +1

    This is very good and so helpful. Thank you.

    • @learnerea
      @learnerea  2 ปีที่แล้ว

      I'm glad that it helped you

  • @bleiz2945
    @bleiz2945 3 ปีที่แล้ว +2

    Very useful for a beginner like me :) THX

    • @learnerea
      @learnerea  3 ปีที่แล้ว

      Thank you Bleiz, good n happy learning

  • @p_an_ikaam2844
    @p_an_ikaam2844 2 ปีที่แล้ว +2

    Can You please share the video of ODS using SAS On Demand. Thank you

    • @learnerea
      @learnerea  2 ปีที่แล้ว

      Sure, will do so soon.

  • @Esseny100
    @Esseny100 2 ปีที่แล้ว +2

    what if you want to just save it to your desktop. I use SAS Enterprise guide

    • @learnerea
      @learnerea  2 ปีที่แล้ว

      if your SAS EG is on local machine and not on any server, you can just put the desktop location in export. If it's on some server, you can put the server location in outfile statement and then you can copy the file to desktop from server

  • @youjinchang3306
    @youjinchang3306 ปีที่แล้ว

    Is it available at sas v.7 too?

  • @komalpatel4163
    @komalpatel4163 ปีที่แล้ว

    Hi could you please explain how I can give colour red to customer2 sheet only while exporting all this three sheet together into one Excel?

    • @learnerea
      @learnerea  ปีที่แล้ว

      Using ODS, might turn out to be helpful, there are three videos on that and you can start with
      th-cam.com/video/wbzUMnYcQbk/w-d-xo.htmlsi=H3wHX9tf6yW_Qg99
      worth noting, SAS has limited scope on excel formating.. you may use the VBA to automate the formating work.. that would be more effiecient

  • @pallekeerthi6241
    @pallekeerthi6241 2 ปีที่แล้ว +1

    In second statement at last i think semicolam shd be mentioned am just asking

    • @learnerea
      @learnerea  2 ปีที่แล้ว

      Thank you for giving it a watch and putting your point of view, by "second statement" if you mean the "outfile" statement then it's not required there.. if you put, it will give error..
      happy to support further

  • @deepakkumaar9665
    @deepakkumaar9665 3 ปีที่แล้ว +1

    very helpful, thanks sir

    • @learnerea
      @learnerea  3 ปีที่แล้ว

      Glad you liked it

  • @-SopanPatil
    @-SopanPatil ปีที่แล้ว

    can you help me to download a offline sas studio to my desktop

    • @learnerea
      @learnerea  ปีที่แล้ว

      You may like to watch this video -
      th-cam.com/video/IV-iTcuZ12g/w-d-xo.html

  • @031dhanu
    @031dhanu 3 ปีที่แล้ว +1

    is there a way to export our result as csv file?

    • @learnerea
      @learnerea  3 ปีที่แล้ว +1

      Hi Dhanush,
      You can use the same process to achieve just replace xlsx with csv, see the example below:
      proc export data=mylib.trans1
      outfile="/folders/myfolders/sasuser.v94/excel/trans1.csv"
      dbms=csv replace;
      run;

    • @031dhanu
      @031dhanu 3 ปีที่แล้ว

      @@learnerea im working with existing table so can I still use this syntax ?

    • @learnerea
      @learnerea  3 ปีที่แล้ว +1

      @@031dhanu Yes you can just change the required information like table name, file name and the location as you needed

    • @031dhanu
      @031dhanu 3 ปีที่แล้ว

      @@learnerea thanks bro!

  • @josuerodrigues7693
    @josuerodrigues7693 11 หลายเดือนก่อน

    And if I wanna export a graph to JPEG. How can I do that ?

    • @learnerea
      @learnerea  10 หลายเดือนก่อน

      you should try ODS, here couple of videos -
      th-cam.com/video/wbzUMnYcQbk/w-d-xo.htmlsi=RI6L-yTjpdMXkTmv
      th-cam.com/video/e8BFO-7K0aI/w-d-xo.htmlsi=poisIAetmlOkMMl4
      th-cam.com/video/L8-zu7NDfSk/w-d-xo.htmlsi=gmbgS0mRZ3zjYI04
      th-cam.com/video/aXcIohyTryg/w-d-xo.htmlsi=mru9iEh6FD28D5KO

  • @ksworld1232
    @ksworld1232 5 หลายเดือนก่อน

    Open the csv and show it