how to print a vector in SAS IML code example Example: how to print a vector in SAS IML vector = {1,2,3,4}; * Whatever your vector is print vector;