Assigning value labels (e.g., 1=female) is with VALUE LABELS but I don't
think PRINT or LIST will print the value labels (FREQ will in SPSS, I
haven't tried it in PSPP).  You could create new string variables and
assign them the labels as values (as John suggests; or arrange to
receive the data with strings as responses rather that numeric codes).

-Alan

On 2/4/2017 12:17 AM, John Darrington wrote:
> [Moving to pspp-users, since this is a question about usage not development]
>
> The LIST command is for listing cases.
> There is also the PRINT and WRITE commands both of which stream formatted 
> output of the cases to an external sink - this can be a physical printer if
> you want a printout on paper.
>
> Assigning values can be done either with DATA LIST or using COMPUTE from 
> within
> a INPUT PROGRAM block.
>
> For details on how to use all these features,  see section 8 of the user 
> maual,
> "Data Input and Output".
>
> J'
>
>
>
> Oe Fri, Feb 03, 2017 at 11:20:27PM +0200, Elias Estatistics wrote:
>      Dear, developers,
>      
>      I find it extremely basic as a function to any statistical program to be
>      able to print
>      
>      either its values or its assign values! e.g. Sex 1=female, 2=male
>      
>      LIST command print only values not its assign values of a variable!
>      
>      Is it SO hard to be made i suppose in order not to exist still, is it ?
>      
>      sincerely,
>      
>      Elias Tsolis
>      
>      
>
>
>
> _______________________________________________
> Pspp-users mailing list
> Pspp-users@gnu.org
> https://lists.gnu.org/mailman/listinfo/pspp-users

-- 

Alan D. Mead, Ph.D.
President, Talent Algorithms Inc.

science + technology = better workers

http://www.alanmead.org

I've... seen things you people wouldn't believe...
functions on fire in a copy of Orion.
I watched C-Sharp glitter in the dark near a programmable gate.
All those moments will be lost in time, like Ruby... on... Rails... Time for Pi.

          --"The Register" user Alister, applying the famous 
            "Blade Runner" speech to software development

_______________________________________________
Pspp-users mailing list
Pspp-users@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to