The DEFINE statement and its attributes create the column definition num_var. GENERIC= specifies that multiple variables can use the same column definition.
   define column num_var;
      generic=on;