To select one or more columns, send the Select Columns message to the data table.
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
clist = {:Height, :Weight};
dt << Select Columns( clist );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Select Columns( all );

Help created on 7/12/2018