0 users online | 0 Guests and 0 Registered

Advanced search

64 search results

Page 6 out of 7 Pages

  • PROC SQL: Does PROC SQL support name ranges in summary functions?
    Answer: Sadly no.  This is one of those features of the summary functions which allow for a shorthand to identify a group of columns to be ...
  • Procedures: Is it possible to create formulae in Excel output and apply formatting from SAS?
    Answer: The use of the ODS destinations of ODS EXCEL and ODS TAGSETS.EXCELXP have allowed for greater scope to share output, but data is typically static.  ...
  • Procedures: Can I write my own SAS date formats?
    Answer: Yes, this is possible using the PICTURE format in conjunction with date / time directives. For example there is a system defined format YYQw. which writes ...
  • The Language of SAS: Project Nile - main
    Answer: /************************************************************************************/ /*** Work Request: Project Nile ...
  • Macros: Can I create a macro variable longer than 65,534 bytes?
    Answer: Well, no... The maximum length of a macro variable is restricted to the 65,534 characters, just like the maximum length of a character variable in ...
  • The Language of SAS: Project Nile - Channel Island
    Answer: /************************************************************************************/ /*** Work Request: Project Nile ...
  • The Language of SAS: Teams
    Answer: Callum Mouat - Thursday Huddle https://teams.microsoft.com/dl/launcher/launcher.html?url=%2F_%23%2Fl%2Fmeetup-join%2F19%3Ameeting_YjYyNTUwYjUtM2QxOS00NTc0LWJkNGQtYzEwNDQ2OGU1OWM5%40thread.v2%2F0%3Fcontext%3D%257b%2522Tid%2522%253a%252297cbadbc-9c17-46ff-807d-aef9d23c5692%2522%252c%2522Oid%2522%253a%2522d53c6ca7-98a6-48c9-bc6f-df6bb85c68a3%2522%257d%26anon%3Dtrue&type=meetup-join&deeplinkId=34063905-65e6-484f-a0c7-63c451215707&directDl=true&msLaunch=true&enableMobilePage=true&suppressPrompt=true  wednesday Huddle https://teams.microsoft.com/dl/launcher/launcher.html?url=%2F_%23%2Fl%2Fmeetup-join%2F19%3Ameeting_NDBiNGEwN2QtZjExNC00YzYwLWE4N2ItYzhjNmM0OWMwN2Q0%40thread.v2%2F0%3Fcontext%3D%257b%2522Tid%2522%253a%252297cbadbc-9c17-46ff-807d-aef9d23c5692%2522%252c%2522Oid%2522%253a%2522d53c6ca7-98a6-48c9-bc6f-df6bb85c68a3%2522%257d%26anon%3Dtrue&type=meetup-join&deeplinkId=af9ebd0a-e9af-4960-ae4e-f7bc75fb6040&directDl=true&msLaunch=true&enableMobilePage=true&suppressPrompt=true https://teams.microsoft.com/dl/launcher/launcher.html?url=%2F_%23%2Fl%2Fmeetup-join%2F19%3Ameeting_YjYyNTUwYjUtM2QxOS00NTc0LWJkNGQtYzEwNDQ2OGU1OWM5%40thread.v2%2F0%3Fcontext%3D%257b%2522Tid%2522%253a%252297cbadbc-9c17-46ff-807d-aef9d23c5692%2522%252c%2522Oid%2522%253a%2522d53c6ca7-98a6-48c9-bc6f-df6bb85c68a3%2522%257d%26anon%3Dtrue&type=meetup-join&deeplinkId=d6a9d0ce-95b3-444a-9d24-3f9297870d93&directDl=true&msLaunch=true&enableMobilePage=true&suppressPrompt=true Annabelle - Tuesday Meeting https://teams.microsoft.com/dl/launcher/launcher.html?url=%2F_%23%2Fl%2Fmeetup-join%2F19%3Ameeting_NDAyZTZkOWYtMmJlYy00YTQxLTgyZTAtZTYxMjMxYWEzOGM4%40thread.v2%2F0%3Fcontext%3D%257b%2522Tid%2522%253a%252297cbadbc-9c17-46ff-807d-aef9d23c5692%2522%252c%2522Oid%2522%253a%25225a2d1e6a-95ac-4e2c-85ab-87ef6d35d80a%2522%257d%26anon%3Dtrue&type=meetup-join&deeplinkId=1066c107-e978-45f3-bf4d-01077c492320&directDl=true&msLaunch=true&enableMobilePage=true&suppressPrompt=true ...
  • DATA Step: How do I stop SAS reading a non-printable EOF character in my raw data file?
    Answer: Using the INFILE and INPUT statements allow many different forms of raw data files to be read into SAS.  Likewise there are many different functions ...
  • DATA Step: Can I read in multiple raw data files in a single pass without hard-coding all
    Answer: None of us enjoys having to code for multiple references - even with the ease of copy / paste there's still the possibility of mis-keying. If ...
  • DATA Step: Can I produce a report to show the run-time of my SAS Program?
    Answer: Yes.  Treat the SAS LOG as a raw data file and it is quite possiblt to read in the run time and cpu time data.  ...

The most popular searches are: