I am working with catx function in sas enterprise guide. When I want to concatenate 2 columns I am using
catx('-',column1,column2)
It works fine but when both column1 and column2 are null it still gives '-' as output
How to restrict this, if both are null just give me null