Examples (LIST command)

LIST with No Subcommands

LIST.
  • LIST by itself requests a display of the values for all variables in the active dataset.

Controlling Listed Cases with CASES Subcommand

LIST VARIABLES=V1 V2 /CASES=FROM 10 TO 100 BY 2.
  • LIST produces a list of every second case for variables V1 and V2, starting with case 10 and stopping at case 100.