How to capture warnings from your SAS Log

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • With help of proc printto and infile we can capture specific text from SAS Log. Code for this program is at github.com/kir....

Komentáře • 5

  • @sudheerupputuri932
    @sudheerupputuri932 Před 2 měsíci

    Awesome technique Sir, extraordinary stuff of yours in SAS programming.

  • @BHARATHEEYUDU.
    @BHARATHEEYUDU. Před 2 měsíci +1

    Super sir as share your knowledge 🙏

  • @PavanKumar0.9
    @PavanKumar0.9 Před 2 měsíci

    Thank you so much sir ❤❤ Appreciate your efforts and knowledge 🙏🙏

  • @niteshsoni1408
    @niteshsoni1408 Před 20 dny

    I have noted, if warning or error is splits into multiple lines then ....we can search only the first line where it find the keyword. Any suggestions to find the entire text of warning or error.

    • @kiranvenna
      @kiranvenna  Před 20 dny

      I have not see when a particular error or warning in multiple lines. for example
      WARNING: Multiple lengths were specified for the variable var by input data set(s). This can cause truncation of data. All of above warning is one line. If you find anything which has multiple lines then let me know.