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

  4. 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 …

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

  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. SAS Intelligent Decisioning: Segmentation Trees and Value Lists

    Sep 3, 2024 · There are three types of elements used to create branches in a segmentation tree – Boolean expression, Matrix, and Variable. When you add one of these elements to a segmentation …

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