SVC_CODE_SZ
if ( (i == 0) || (i >= SVC_CODE_SZ) )
if ((c == 0) || (c >= SVC_CODE_SZ)) {
sprintf(mesg, "Service code contains more than %d characters", SVC_CODE_SZ);
(strlen(svc_code) >= (size_t)SVC_CODE_SZ)) {