Replace gsheet-column interface by psppire-axis
[pspp-builds.git] / examples / grid.sps
index cfaa80a627c94569adc4ab16f738acea633d3a99..ea7f9d7454e65d3637e7feb08d39103dc8b59873 100644 (file)
@@ -3,7 +3,7 @@ COMMENT  -*-pspp-*- .
 COMMENT This program is useful for testing the behaviour of the Data and Variable Sheets.
 
 input program.
 COMMENT This program is useful for testing the behaviour of the Data and Variable Sheets.
 
 input program.
-  vector var(500 F8.3).
+vector var(500 F8.3).
   loop #c = 1 to 1000.
     loop #v = 1 to 500.
       compute var(#v) = #v + #c / 1000.
   loop #c = 1 to 1000.
     loop #v = 1 to 500.
       compute var(#v) = #v + #c / 1000.
@@ -13,6 +13,8 @@ input program.
   end file.
 end input program.
 
   end file.
 end input program.
 
+variable label  var1 'First variable' var2 'Second variable' var3 'Third variable'.
+
 save outfile='grid.sav'.
 
 execute.
 save outfile='grid.sav'.
 
 execute.