Running a procedure with parameters got a warning message
search cancel

Running a procedure with parameters got a warning message

book

Article ID: 92315

calendar_today

Updated On:

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");