About 221,000 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 of your table …

  2. %num_to_char - Formatted number to character conversion

    May 4, 2025 · Consider the requirement to convert numeric variables to same named character variables, and the character values must be the formatted numeric values, and the original column …

  3. 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 how you do the …

  4. 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 (44556 views) | In reply to Tom @Tom wrote: Yikes. That is going to cause confusion if used with with %SYSFUNC …

  5. Temporarily Assigning Formats to Variables In your SAS reports, formats control how the data values are displayed. To make data values more understandable when they are displayed in your procedure …

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

    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. ERROR: …

  7. Solved: coalesce function - SAS Support Communities

    Apr 4, 2023 · Please note that the second variable cf_client, is numerical, that this variable is empty, except in one place where the value equal 125. Then I convert this variable into a new one cf2_client …

  8. Using Calculated Data Items in SAS Visual Analytics

    Oct 24, 2022 · The ability to create new calculations for your reports is a fundamental requirement for any good report building tool. SAS Visual Analytics has an “easy button” to create common …

  9. how to select only numeric values in a column - SAS Communities

    Dec 13, 2022 · the first 3 lines of the example are 9,8,10 digits respectively, but should be 11, this is because when downloading the excel file from the portal from which I got the data, the USER_ID …

  10. 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 ACCOUNT_NUMBER is …