About 50 results
Open links in new tab
  1. ERROR: Function SUM requires a numeric expression as argument 1

    Apr 21, 2011 · ERROR: Function SUM requires a numeric expression as argument 1. ERROR: The SUM summary function requires a numeric argument. Also I would check the data types …

  2. Converting Variable From Numeric to Character - SAS Communities

    Oct 15, 2020 · Follow Maxim 3 and get to know your data: How many digits are stored in account? Are there leading zeroes? Are the values left- or right-aligned? This will determine …

  3. Extract a subset of a numerical variable - SAS Communities

    Nov 29, 2019 · Re: Extract a subset of a numerical variable Posted 11-30-2019 06:07 AM (44541 views) | In reply to Tom @Tom wrote: Yikes. That is going to cause confusion if used with with …

  4. Proc SQL Substring of a numeric variable - SAS Communities

    Nov 13, 2014 · @Ksharp wrote: If I guess right your account_number is numeric variable. SUBSTR (put (account_number,best32. -L), 2, 9) as acc, Hi. If Xia is correct in that …

  5. How to fix the "ERROR: Expression using equals ... - SAS …

    Oct 31, 2017 · Yes, you are right that one cusip is numerical BEST12. format and the other one is character $9. format. For clarification, LinkType= Character; LINKDT=Numerical; Endfyr= …

  6. Solved: ERROR: Numeric format F in PUT function requires a …

    Jan 11, 2022 · 33 34 ; ERROR: Numeric format Z in PUT function requires a numeric argument. ERROR: Expression using equals (=) has components that are of different data types. …

  7. Solved: How to change the datetime format to date9. in a SAS …

    Jul 26, 2012 · If you want the date rather than datetime, you must divide the numerical value by (24*60*60) or '24:00't. If there exists a time part of the datetime variable, you can extract the …

  8. How to filter date column with "greater than" parameter

    Apr 24, 2023 · Date values of course are stored as numerical with date format. Given you have dates stored as "numerical with date format", you have to enter constant values as date literals …

  9. Solved: Convert Numeric to Date - SAS Support Communities

    Jul 4, 2007 · DrewSAS SAS knows exactly 2 variable types: numeric and character. To read data you can use an INFORMAT to tell SAS how to interprete the data for reading, to write data you …

  10. ERROR: Function INTCK requires a numeric expression as …

    Apr 11, 2017 · Re: ERROR: Function INTCK requires a numeric expression as argument 2. Posted 04-11-2017 07:34 AM (6930 views) | In reply to anonymous_user