help : Error 1010

Discussions about CSEntry
Post Reply
ikwamena
Posts: 11
Joined: July 17th, 2014, 2:08 pm

help : Error 1010

Post by ikwamena »

I have a variable E_Check which is the sum of QE1P + QE1T which is compared with E1TOT ... if there is difference and I want to correct the programme ends and error 1010 pop up. The codes use is below...

PROC E_CHECK
Preproc
E_CHECK = QE1P +QE1T;
Noinput;


Postproc
if $<>QE1TOT then
errmsg("Inconsistencies between total no. of persons engaged ");
reenter QE1TOT;
endif;
mohdsami
Posts: 10
Joined: August 7th, 2014, 1:52 am

Re: help : Error 1010

Post by mohdsami »

Check if field QE1TOT is protected.
Post Reply