FILE LOAD <Survo_data_file>,L
with specification
LIST_VARIABLES=<case_var>,<lower_limit>,<upper_limit>
and with optional MASK,VARS,IND,CASES,SELECT specifications
lists field names (<case_var>) of selected observations
and for each observation the names of variables having values
within the range (<lower_limit>,<upper_limit>).
................................................................................
Example: Best events for the 7 first competitors in Decathlon:
IND=ORDER,1,7 / Select cases
MASK=--AAAAAAAAAA / Select variables
LIST_VARIABLES=Name,900,2000 / List variables with values >=900
FILE LOAD <Survo>\U\D\DECA,CUR+1
Skowrone: L_jump Hurdles Pole_vlt
Hedmark : Hurdles Javelin
Le_Roy : L_jump Pole_vlt
Zeilbaue: L_jump Pole_vlt
Zigert : Shot_put Pole_vlt
Bennett : 100m 400m Pole_vlt
Blinjaje: Pole_vlt
................................................................................
By default the names are listed in the short form (max. 8 characters).
The names can also be listed with their extensions by giving an extra
parameter T in LIST_VARIABLES.
Then, if this extension contains also a format string of the form
(##.###), for example, as the L_jump variable in DECA in the form
L_jump Long jump (####) {500,1200}
the #'s are replaced by the value of the variable.
................................................................................
Example: Best events for the 2 first competitors in Decathlon:
IND=ORDER,1,2 / Select cases
MASK=--AAAAAAAAAA--------
LIST_VARIABLES=Name,900,2000,T / List variables with values >=900
FILE LOAD <Survo>\U\D\DECA,CUR+1
Skowrone
L_jump Long jump ( 931) {500,1200}
Hurdles 110 meters hurdles ( 903) {500,1200}
Pole_vlt Pole vault ( 981) {500,1200}
Hedmark
Hurdles 110 meters hurdles ( 914) {500,1200}
Javelin ( 975) {500,1200}
................................................................................
Limits <lower_limit>,<upper_limit> are the same for each variable by
default. In any variable, however, these values may be replaced
separately by giving a specification
<name_of_variable>=<lower_limit>,<upper_limit>
................................................................................
Example:
IND=ORDER,1,7
MASK=--AAAAAAAAAAAA------
LIST_VARIABLES=Name,900,2000
Height=195,210 Weight=90,130 / Special limits for Height and Weight
FILE LOAD <Survo>\U\D\DECA,CUR+1
Skowrone: L_jump Hurdles Pole_vlt
Hedmark : Hurdles Javelin Height Weight
Le_Roy : L_jump Pole_vlt Weight
Zeilbaue: L_jump Pole_vlt
Zigert : Shot_put Pole_vlt Height Weight
Bennett : 100m 400m Pole_vlt
Blinjaje: Pole_vlt Weight
D = More information on data management