Search found 2 matches

by Rashmina
August 24th, 2014, 12:49 am
Forum: Other
Topic: skip statement
Replies: 2
Views: 3564

Re: skip statement

Thank you. My problem had been solved.
by Rashmina
August 22nd, 2014, 2:11 am
Forum: Other
Topic: skip statement
Replies: 2
Views: 3564

skip statement

I am creating data entry application. I need to create skip statement. For that i had four cases and I created this statement: "PROC TYPE_OF_TOILET if TYPE_OF_TOILET = 6 then skip to WHY_NO_LATRINE; elseif TYPE_OF_TOILET = 1 or 2 or 3 then skip to TIME_FOR_TOILET_TO_BE_FULL; elseif TYPE_OF_TOIL...