I have created a source member (text file) in one of my source files in my library on the IBM i development machine where I have written several SQL queries separated by a semicolon(;). Instead of usingĀ STRSQL on the ...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