Hi,
I need to debug a RPGLE program by setting conditional breakpoints.
Currenlty, I am using the following command for setting conditional break point
Break 70 When Acct# = 100
But i need to debug the program if the Acct# is either 100 or 150.
So, I need to modify the above command
as 'Break 70 When Acct# = 100 or Acct# = 150'
The above command is having syntax error.
Can anyone help in this.
I need to debug a RPGLE program by setting conditional breakpoints.
Currenlty, I am using the following command for setting conditional break point
Break 70 When Acct# = 100
But i need to debug the program if the Acct# is either 100 or 150.
So, I need to modify the above command
as 'Break 70 When Acct# = 100 or Acct# = 150'
The above command is having syntax error.
Can anyone help in this.





Comment