pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Importing quanvert file format .pkd to PSPP


From: Thambu David
Subject: RE: Importing quanvert file format .pkd to PSPP
Date: Thu, 15 Aug 2013 21:13:29 +0530

Dear Ben
Thanks

1. I have attached a screenshot of the error that PSPP suggests when i run the 
sps file that the epidata manager file exported.

2. I have also putting the whole command that i was trying to run below

* EpiData created two files during export

* .

* 1. C:\Documents and Settings\Administrator\Desktop\sample.v2.0.sps .

*    is this SPSS command file

* 2. C:\Documents and Settings\Administrator\Desktop\sample.v2.0.txt .

*    is an ASCII text file with the raw data

*

* You may modify the commands before running it

* Uncomment (remove the *) the last command (SAVE) if the

* command file should save the data as a SPSS datafile



SET UNICODE=yes.

SET DECIMAL=dot.

DATA LIST

  FILE = "C:\Documents and Settings\Administrator\Desktop\sample.v2.0.txt"

  RECORDS = 1

  / I1 1-8 F1 9-17(4) I2 18-20 VL1 21-22 VL2 23-26(2) VL3 27-35(A) D1 
36-45(EDATE) 

    D2 46-55(ADATE) D3 56-65(SDATE) T1 66-73(TIME) A1 74-77 A2 78-87(EDATE) A3 
88-97(ADATE) 

    A4 98-107(SDATE) A5 108-115(TIME) O1 116-118 O2 119-121 O3 122-124 O4 
125-126 

    C1 127-128 C2 129-130 C3 131-134 C4 135-144(EDATE) S1 145-204(A) S2 
205-324(A) 

    S3 325-444(A) J1 445-446 J2 447-448 J3 449-452(2) M1 453-454 M2 455-458 M3 
459-463 

    VLAST 464-465 .

VARIABLE LABELS

  I1 "Integer Field (8 digits)"

  F1 "Float Field (4.4 digits)"

  I2 "Integer field (3 digits)"

  VL1 "Integer Field (2 digits)"

  VL2 "Float Field (1.2 digits)"

  VL3 "String Field (3 characters)"

  D1 "Date Field (DD/MM/YYYY)"

  D2 "Date Field (MM/DD/YYYY)"

  D3 "Date Field (YYYY/MM/DD)"

  T1 "Time Field (HH:MM:SS)"

  A1 "Auto Incrementing (4 digits)"

  A2 "Date Field Auto (dmy)"

  A3 "Date Field Auto (mdy)"

  A4 "Date Field Auto (ymd)"

  A5 "Time Field Auto"

  O1 "Repeat Value"

  O2 "Default Value"

  O3 "Compare field"

  O4 "Notes field"

  C1 "Day"

  C2 "Month"

  C3 "Year"

  C4 "Result Date Field (YMD)"

  S1 "Language"

  S2 "Sample text"

  S3 "Sample text"

  J1 "Jump field"

  J2 "With valuelabel"

  J3 "Float with second max"

  M1 "Just a field"

  M2 "Confirm-entry field"

  M3 "The No-Enter field"

  VLAST "Last field..."

.

VALUE LABELS

   VL1

    10 "Value A"

    20 "Value B"

    30 "Value C"

    99 "A missing"

 / VL3

    "AAA" "First string label"

    "BBB" "Second string label"

    "CCC" "Third string label"

    "ZZZ" "Missing string label"

.

execute.

*********** Uncomment next line to save file ******************.

* SAVE OUTFILE="C:\Documents and 
Settings\Administrator\Desktop\sample.v2.0.sav".

***************************************************************.

*.


Dr Thambu David S
Professor and Head
Medicine Unit 2
Christian Medical College, Vellore
632004, India

________________________________________
From: Ben Pfaff address@hidden
Sent: Thursday, August 15, 2013 8:22 PM
To: Thambu David
Cc: address@hidden
Subject: Re: Importing quanvert file format .pkd to PSPP

On Thu, Aug 15, 2013 at 06:35:28PM +0530, Thambu David wrote:
> I work with Epidata and PSPP quite happily
> However when i switched to Epidata manager i find that the expoted sps files 
> do not run in PSPP

We can probably help you if you provide an example of the syntax that
PSPP does not accept.

Attachment: epidata error in PSPP.bmp
Description: epidata error in PSPP.bmp


reply via email to

[Prev in Thread] Current Thread [Next in Thread]