PROC PRINT prints TRAIN without a format.
proc print data=train noobs;
   title 'The TRAIN Data Set without a Format';
run;