Reply from JCC_UofC on May 23 at 9:56 AM @Leslie I beleive it would complain about a missing end-if once it hit the end-procedure. but I am not breaking a SQR to test it out ; ) I would agree with Howler on this one. Most likely the indentation within the Select. Justin
| | | ---------------Original Message--------------- From: Leslie C Sent: Wednesday, May 23, 2012 8:44 AM Subject: End-Procedure Wrap-Up Error in SQR Program If you're worried that it has to do with the temp table, comment out that section of code and see if it'll run cleanly. to keep myself sane, I typically label my end-procedures with the procedure name. begin-procedure get-name some stuff in here end-procedure get-name you just have to make sure the names match perfectly or you'll get the error that you're getting. I've had the error before and have found a missing or misnamed end-procedure or a missing end-select. I can't recall if I had the same issue with a missing end-if or not | | Reply to this email to post your response. __.____._ | _.____.__ |
No comments:
Post a Comment