Ask a Question related to Coldfusion Database Access, Design and Development.
-
MIS PLUS #1
How to call an RPG program from an SQL statement issuedoutside AS/400 from Coldfusion 7 !?!?
How to call an RPG program from an SQL statement issued outside AS/400 from
Coldfusion 7 !?!?
I have several coldfusion 7.0 applications that connect to AS/400 through JDBC
To send and retrieve data from files (SQL select insert etc ? ) .
This is working just fine .
However , now , I need to trigger a program to run on AS/400
So that it can work on some rows and do some complex computations
before I select the rows from the physical file.
I have OS400 V5R3M0 , I use IBM?s Java tool box JTopen V5.0 with Coldfusion
7.0?
So how do I issue from CFMX a command such as
?CALL PGM(MYLIB/CALCINT) PARM(?2006?)?
This call will work fine from command line.
Please help me ,
No one else has a clue of how to do that !!!
Including IBM folks .
thank you .
MIS PLUS Guest
-
#38057 [Com]: closeCursor method not function with CALL statement
ID: 38057 Comment by: engine_no9 at gmx dot net Reported By: draeli at draeli dot com Status: No Feedback Bug... -
How to use Windows credentials to call reporting services web service thru Coldfusion
I am currently looking at calling reporting services 2005 web service with coldfusionMX 7 using Windows integrated security from Mister X . I... -
How to call another program from DW. Extension help?
HI! I want to be able to call another program *.exe from within DW and have its own button on the object bar. Is there an API function for this? ... -
How to call a coldfusion function defined in other coldfusion file??
inside a.cfm, it has code fragment: <cfloop> <cfinclude template="b.cfm"> </cfloop> inside b.cfm, it has code fragment: ... -
actionscript for call email program
I have a flash frame with buttons. I want one of the buttons to start the email program to send a message. I can't seem to find a script that is... -
kfoss #2
Re: How to call an RPG program from an SQL statementissued outside AS/400 from Coldfusion 7 !?!?
I had a similar problem in that I needed to generate reports and e-mail them
from the 400.
To solve this, I created a trigger program on a 400 file that pulled data from
the file to define which program to run and what parameters to pass it. You
should be able to use this appraoch in an interactive environment as well (in
the sense that the CF INSERT or UPDATE query should "hang" until the 400
trigger program completes).
kfoss Guest
-
MIS PLUS #3
Re: How to call an RPG program from an SQL statementissued outside AS/400 from Coldfusion 7 !?!?
Kfoss ,
Thank you for the great idea !!!
very straight forward .
but i'm not an expert on AS/400
could you please post of email the
procedure and code needed to create the AS/400 part
with a sample call from coldfusion ?!
thank you again for your help .
MIS PLUS Guest
-
rubypena #4
Re: How to call an RPG program from an SQL statementissued outside AS/400 from Coldfusion 7 !?!?
We are moving our websites to a host company. What would be the best way for us
to connect to the AS/400? We currently use the same connection method as you
but of course that won't work if the sites are hosted outside our network.
Should we use a web service? Any advise would be greatly appreciated. Thanks!!!
rubypena Guest



Reply With Quote

