Running a procedure with parameters got a warning message
book
Article ID: 92315
calendar_today
Updated On: 04-19-2018
Products
Report Facility
Issue/Introduction
Running a procedure with parameters got a waring message.
&MPCODE has a value of 'AAAA'.
RUN FORM USERID.PROCNAME (&&&&MYCODE=&MPCODE);
PRF0214W Query contains invalid WHERE clauses - will not execute
Environment
Release:
Component: BIPRF
Resolution
The PROC has to be defined in the following way.
RUN FORM USERID.PROCNAME (&&&&MYCODE="&MPCODE");
Feedback
Was this article helpful?
thumb_up
Yes
thumb_down
No