concatenate two macro variables in %let Posted 05-17-2022 01:50 AM (8129 views) Hello What is the way to concatenate two macro variables without space between them in %let statement? %let a_b=&a.&b.; is not good because there is space between them? Why space is created here?
SAS - User Interface SAS - Program Structure SAS - Basic Syntax SAS - Data Sets SAS - Variables SAS - Strings SAS - Arrays SAS - Numeric Formats SAS - Operators SAS - Loops SAS - Decision Making SAS - Functions SAS - Input Methods SAS - Macros SAS - Dates & Times SAS - Read Raw ...
SAS software always offers more than one way to solve aproblem. Using similar data collection instruments from severalprojects, I approached the problem of how to summarize/display "check all that apply" variables from several different directions. A check all that apply variable occurs when a ...
Don't miss out, May 6-9, in Orlando, Florida. View the full agenda. Register now! How to Concatenate Values Learn how use the CAT functions in SAS to join values from multiple variables into a single value. Find more tutorials on the SAS Users YouTube channel. SAS Training: Just a ...
Mastering the WHERE Clause in PROC SQL SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data. Find more tutorials on the SAS Users YouTube channel. Related topics Store Date values in variables and concatenate [SQL] ...
Don't miss out, May 6-9, in Orlando, Florida. View the full agenda. Register now! How to Concatenate Values Learn how use the CAT functions in SAS to join values from multiple variables into a single value. Find more tutorials on the SAS Users YouTube channel. SAS Training: Just a ...
Don't miss out, May 6-9, in Orlando, Florida. View the full agenda. Register now! How to Concatenate Values Learn how use the CAT functions in SAS to join values from multiple variables into a single value. Find more tutorials on the SAS Users YouTube channel. SAS Training: Just a ...
@SAS93 wrote: I have 2 numeric variables for day and month respectively: DD_LV and MM_LV. I also have a general YY_ variable for year. I know I have to turn them into character variables first, but I ultimately want to concatenate them into a single MM/DD/YY date vari...
Lock in the best rate now before the price increases on April 1. Register now! How to Concatenate Values Learn how use the CAT functions in SAS to join values from multiple variables into a single value. Find more tutorials on the SAS Users YouTube channel. SAS Training: Just a Click Aw...
Is there a way to concatenate quoted variables? Basically, I am trying to remove from sas programs all hard coded parms. I am working on z/OSand trying to feed the parms from a file. For simplicity I am showing the parms on JCL inline below. I am trying to replace lines like...