SKIP to field

Discussions about editing and cleaning data
Forum rules
New release: CSPro 8.0
Post Reply
AriSilva
Posts: 591
Joined: July 22nd, 2016, 3:55 pm

SKIP to field

Post by AriSilva »

Hi,
It seems that skipping to a field is not working in batch processing.
It does work as skip case, but skip to D06_RESULTADO (for example) does not work.
I did no see any mention to that in the skip documentation. What am I doing wrong?
Best
Ari
Best
Ari
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: SKIP to field

Post by Gregory Martin »

By default, skips are ignored in batch applications. Skips are only processed when you run a Run as Batch style application:

http://www.csprousers.org/help/CSPro/run_as_batch.html

Even in this case, the skip doesn't actually skip over fields, but it instead tells you whether or not the fields are blank (which is what they should be if they had been skipped).

In batch applications, you can use the universe statement as an easy way to skip processing of a PROC, though you may have to repeat that statement many times for each field that you want to skip over.
Post Reply