Page 1 of 1

Application Error: Protected Filed Respondent ID is out Range

Posted: July 6th, 2022, 1:33 am
by prabhustat
Hi,

I am getting Application Error: Protected Filed Respondent ID is out Range any one have idea what is reason for the error. I have enclosed screen short for the refences.

Thanks in advance

PP

Re: Application Error: Protected Filed Respondent ID is out Range

Posted: July 6th, 2022, 7:31 am
by Gregory Martin
Protected fields have to be filled by the programmer. If they are blank, the program will close. That message gives the number as -922..., but that number is probably NOTAPPL, meaning blank. Make sure that RESPONDENT_ID is filled at some point in the program, either prior to PROC RESPONDENT_ID, or in the preproc of that PROC. Alternatively, you can turn off the protected flag and have the enumerator enter the value of that field.