$ 0 0 The RunVProcNo parameter must be an existing PE number, but neither NULL nor 0 exist. Remove the offending NULL: WHERE RunVprocNo IS NOT NULL or use COALESCE(RunVprocNo ,LogonPENo) Dieter
The RunVProcNo parameter must be an existing PE number, but neither NULL nor 0 exist.
Remove the offending NULL: WHERE RunVprocNo IS NOT NULL
or use COALESCE(RunVprocNo ,LogonPENo)
Dieter