The syntax for the set statistics commands is:
set statistics {io, simulate, subquerycache, time} [on | off]
You can issue a single command:
set statistics io on
You can combine more than one command on a single line by separating them with commas:
set statistics io, time on