I have been looking for an answer to this for a long time, but I have not found a solution without RPG/COBOL yet. Is there any way or approach that I use to make a call to the SQL stored procedure ...Read more
brainchime.com Latest Questions
I want to create an SQL function for calculating the number of business/working days between two dates, similar to the NETWORKDAYS function for Microsoft Excel. This SQL function should accept two input parameters such as start date and ...Read more
I have gone across many example program’s source code and I observed that there is no space between the colon (:) and the host variable in embedded SQL within RPG programs on IBM i. I am curious whether we can provide ...Read more