Hello,
I have created a CURSOR that has application wide scope. Here is a sample of how I have written this code:
* Cursor Creation
PUBLIC myCur
CREATE CURSOR myCur (cemp C(9) UNIQUE, clname C(25) UNIQUE, cfname C(25) UNIQUE)
Later in the application I have some code that generates a query to...
Dear Whoever can help,
I am trying to send emails based on a certain condition in a program. One problem I am having is sending emails to more than one recipient in a single send. The other problem I am having is sending Cc: Mail. Below is a sample of the code that I have written. At first, I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.