Hi Experts, I'm busy to deveolpe some e-RPG programs that are using imbedded SQL (SQLRPGLE) to access the files.
Now for some reason, somtimes the browser seems to do nothing and the RPG program...
http://www.experts-exchange.com/Programming/System/AS_-_400/Q_21533104.html
Hi experts,
I created an SQLRPGLE program that is creating som output, with a variable selection and sorting. The string it has build to execute the SQL is :
SELECT * FROM ORDDTLS1 WHERE ODOR...
http://www.experts-exchange.com/Programming/System/AS_-_400/Q_21729896.html
From our IVR, a call is made to SQLRPGLE program on AS400 via ODBC connection. Within the SQLRPGLE program we chain to our client file using telephone number captured by IVR and passed in as param...
http://www.experts-exchange.com/Programming/System/AS_-_400/Q_21693814.html
I want to make a data structure like in SQLRPGLE PGM:
d wsfilea e ds extname(filea)
d wsfileb e ds extname(fileb) ...
http://www.experts-exchange.com/Programming/System/AS_-_400/Q_22015328.html
hi - if i want to delete a file where the file name is a variable what is correct sysntax? the code below doesn't work - thanks
ps
SNDSCRB005 is field name
http://www.experts-exchange.com/Security/Operating_Systems_Security/Q_23986531.html
I would like to use an imbedded SQL statement within an AS400 SQLRPGLE program to retireve select records from a file that is named "Y.DPRMAS". I continue to receive error message that "Object Qua...
http://www.experts-exchange.com/Programming/System/AS_-_400/Q_24142134.html
Hello,
We have one SQLRPGLE program in AS400 that has a Data Structure with several elements.
The purpose of this program is to insert the values of data structure in a PF.
Now in my program I s...
http://www.experts-exchange.com/Programming/System/AS_-_400/Q_23400495.html
How Can i mention to select a particular Member ?
i want to mention to mention to select a particular Member in the SQLRPGLE PGm , how can i do this without
using OVRDBF (CL command)
Thanks...
http://www.experts-exchange.com/Programming/System/AS_-_400/Q_22056444.html
I have an SQLRPGLE application which calls a fairly simple SQL function for an update. I noticed that the SQL function leaves the file open though, and this is problematic. I included snippet bel...
http://www.experts-exchange.com/Database/DB2/Q_22690005.html
Zones:
DB2Date Answered: 07/30/2007 Rating: 8.0 Views: 0
SYSTEMS HOST: AS400 DB@-400
TARGET: UNIX Oracle MDM DB
I am trying to connect to a Electronic Data Warehouse DB on a UNIX server using embedded SQL statements within the S...
http://www.experts-exchange.com/Programming/System/AS_-_400/Q_23774577.html