LIST Variables Command Question

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

LIST Variables Command Question

Juan Pablo Sandoval
Hi: I'm using the List Command to generate a list of filtered variables to
check some problems, I'm using this line of syntax:

compute check=(var100 eq 1 and var101 ne 2).
filter by check.
exe.
list id var100 var101.

What I would like to do is to place a Title on the output window, so insted
of getting

List
id   var100  var101
70    1          2

I could get

Values Out of Range
 id   var100  var101
70    1          2

Is this possible??? Thanks for your help...

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: LIST Variables Command Question

Zdaniuk, Bozena-2
Did you try:
TITLE 'VALUES OUT OF RANGE'.
COMPUTE....

Bozena Zdaniuk, Ph.D.
University of Pittsburgh
UCSUR, 6th Fl.
121 University Place
Pittsburgh, PA 15260
Ph.: 412-624-5736
Fax: 412-624-4810
Email: [hidden email]


-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Juan Pablo Sandoval
Sent: Monday, February 11, 2008 3:56 PM
To: [hidden email]
Subject: LIST Variables Command Question

Hi: I'm using the List Command to generate a list of filtered variables to
check some problems, I'm using this line of syntax:

compute check=(var100 eq 1 and var101 ne 2).
filter by check.
exe.
list id var100 var101.

What I would like to do is to place a Title on the output window, so insted
of getting

List
id   var100  var101
70    1          2

I could get

Values Out of Range
 id   var100  var101
70    1          2

Is this possible??? Thanks for your help...

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

R: LIST Variables Command Question

Luca Meyer-3
Or you could use

echo "Values Out of Range".
compute...

Luca

Mr. Luca MEYER
Market research, data analysis & more
www.lucameyer.com - Tel: +39.339.495.00.21


-----Messaggio originale-----
Da: SPSSX(r) Discussion [mailto:[hidden email]] Per conto di
Zdaniuk, Bozena
Inviato: lunedì 11 febbraio 2008 22.27
A: [hidden email]
Oggetto: Re: LIST Variables Command Question

Did you try:
TITLE 'VALUES OUT OF RANGE'.
COMPUTE....

Bozena Zdaniuk, Ph.D.
University of Pittsburgh
UCSUR, 6th Fl.
121 University Place
Pittsburgh, PA 15260
Ph.: 412-624-5736
Fax: 412-624-4810
Email: [hidden email]


-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
Juan Pablo Sandoval
Sent: Monday, February 11, 2008 3:56 PM
To: [hidden email]
Subject: LIST Variables Command Question

Hi: I'm using the List Command to generate a list of filtered variables to
check some problems, I'm using this line of syntax:

compute check=(var100 eq 1 and var101 ne 2).
filter by check.
exe.
list id var100 var101.

What I would like to do is to place a Title on the output window, so insted
of getting

List
id   var100  var101
70    1          2

I could get

Values Out of Range
 id   var100  var101
70    1          2

Is this possible??? Thanks for your help...

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command SIGNOFF SPSSX-L For a list of
commands to manage subscriptions, send the command INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command SIGNOFF SPSSX-L For a list of
commands to manage subscriptions, send the command INFO REFCARD

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.20.0/1268 - Release Date: 09/02/2008
11.54


No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.20.0/1268 - Release Date: 09/02/2008
11.54

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD