Now I want to concatenate the strings in 'Text' for each group so that the data looks like that: Text group text1_text2_text3_text4 1 text1_text2 2 text1_text2_text3 3 Can anyone help me with this? Another question here is the maximal length of a string variable. Thanks! Valent...
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 Data SAS - Write Data Sets SAS - Concatenate Data Sets SAS - ...
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 If cust not in (‘1’,‘3’,‘5’,‘8...