Hi,
I have codded the if condition in my panel as below:
IF ((&ZSYSID = 'F01' and &XSUBSYS = 'DBF1' ) or
(&ZSYSID = 'VIL' and &XSUBSYS = 'DBCD' ))
.MSG=200
ELSE
.MSG=300
the issue is, "or" is not working here and giving logical error
ISPP169
Panel 'PAN12' error
Invalid IF logical expression (not a dialog or control variable or VER
statement construct).
Panel line where error was detected:
IF ((&ZSYSID = 'F01' and &XSUBSYS = 'DBF1' ) or
Can someone please help me to resolve the issue..???