Search found 2 matches

by charles.tor
July 19th, 2018, 3:26 pm
Forum: Entry
Topic: Loop with different variables
Replies: 1
Views: 1990

Loop with different variables

Hi, I'm trying to write a loop that simplifies the following: if pos("A", S1P08) <> 0 then S1P08A_1 = 1; else S1P08A_1 = 0; endif; if pos("B", S1P08) <> 0 then S1P08A_2 = 1; else S1P08A_2 = 0; endif; if pos("C", S1P08) <> 0 then S1P08A_3 = 1; else S1P08A_3 = 0; endif; I...
by charles.tor
September 1st, 2017, 7:27 pm
Forum: Other
Topic: Exporting notes from .csdb file to Stata/SPSS
Replies: 3
Views: 5226

Exporting notes from .csdb file to Stata/SPSS

Hi, I'm new in CSPro and I designed a household survey were our operators use field and case notes a lot. Right now, I'm exporting the data to stata but I noticed that the data sets created don't have the notes introduced by our operators. Navigating through the forum I read indications about export...