Search found 1794 matches

by Gregory Martin
July 25th, 2017, 11:29 am
Forum: Entry
Topic: Delete function
Replies: 6
Views: 6731

Re: Delete function

The delete function is for record occurrences. If you want to delete a case, you need to use the delcase function. However, you can't delete a case from the current file you're entering data into, so usually you use that function in a menu program.
by Gregory Martin
July 16th, 2017, 12:38 pm
Forum: Entry
Topic: Linking other sections of the dictionary with the roster
Replies: 8
Views: 7370

Re: Linking other sections of the dictionary with the roster

You'll have to post more details about what you're trying to do. What are you trying to link?
by Gregory Martin
July 16th, 2017, 12:31 pm
Forum: Entry
Topic: Appending in cs pro
Replies: 5
Views: 5513

Re: Appending in cs pro

If your Excel data is in the format:

Column 1: Label
Column 2: Value

You can copy it and paste it into the CSPro value set editor. That will create a value set from the Excel data.
by Gregory Martin
July 7th, 2017, 5:52 pm
Forum: News
Topic: CSPro 7.0 is available
Replies: 4
Views: 15503

Re: CSPro 7.0 is available

CSPro 7.0.2 was released as is available here: https://www.census.gov/population/inter ... nload.html
by Gregory Martin
July 5th, 2017, 8:11 am
Forum: Entry
Topic: ERROR:You must assign the result of the function to an alpha
Replies: 12
Views: 12578

Re: ERROR:You must assign the result of the function to an alpha

You may want to review the CSPro documentation concerning logic. Your syntax is not valid CSPro syntax. You do not need to put quotation marks around variable names. "Count" also does not mean anything, and the skip statement works to move to a field, it cannot be used to make an assignmen...
by Gregory Martin
July 4th, 2017, 11:26 am
Forum: Entry
Topic: How to hide application listing on Android
Replies: 6
Views: 7257

Re: How to hide application listing on Android

Your code seems fine. Is it possible that you have a PFF file from previous testing still in the csentry folder and that that is what is showing?

Try deleting everything from the csentry folder and putting everything back on. Does it still show up?

Is so, send the PFF file to cspro@lists.census.gov.
by Gregory Martin
July 4th, 2017, 11:23 am
Forum: Tabulation
Topic: Batch Tabulation
Replies: 1
Views: 4618

Re: Batch Tabulation

You can do this, but this is mostly done by CSPro users who adopt the DHS (and I believe MICS) model of tabulation. There is no documentation about this in the CSPro helps. Unless anyone on the forum has done this and can help, you best option is to contact ICF to see if they have any documentation ...
by Gregory Martin
July 4th, 2017, 11:21 am
Forum: Android
Topic: Generate CAPI questions
Replies: 18
Views: 291133

Re: Generate CAPI questions

There is no way to do this automatically. If you had some programming skills, you would read in the dictionary (.dcf) and write out the CAPI questions (.qsf) file. They are both text files, but this task would not be trivial.
by Gregory Martin
July 4th, 2017, 11:18 am
Forum: Entry
Topic: Cspro logic
Replies: 3
Views: 3838

Re: Cspro logic

If you go with the suggestion from jfigueroa, here is a comment on the logic. When extracting substrings, the second part after the colon is the number of characters requested, not the ending character. So you would write:
ls_extract = my_string[3:2];
by Gregory Martin
June 26th, 2017, 4:40 pm
Forum: Android
Topic: Repeat group
Replies: 5
Views: 5824

Re: Repeat group

You'll have to provide more details about what you're interested in doing. The Getting Started Guide has information about repeating records:

https://www.census.gov/population/inter ... tart70.pdf