|
Solution Search:
|
IBM AS/400 Tips
A second look at sending messages from your iSeries via SMTP
tips on "Sending messages from your iSeries via SMTP." While all of these tips are valid, to me they contain one vital flaw. They all require your iSeries to be running...
More...
Jan 3, 2006
Solving difficult problems with recursion -- Part I
you a decided edge in boosting your programming skills...
More...
Jul 18, 2005
Featured Expert Advice
Invoking a stored procedure from a COBOL program
One user writes, "I am attempting to invoke a stored procedure (SQL) from a COBOL program. The stored procedure returns ONE result set, so the last (meaningful) statement in the stored procedure is OPEN cursor name. Once I issue the CALL in the COBOL program, how do I associate the result set to something meaningful, so that I may issue FETCH statements?" DB2 UDB expert Kent Millligan responds.
More...
Excerpt
FETCH statements? On DB2 UDB for iSeries, stored procedures result sets can only be accessed by clients utilizing the ODBC, JDBC, or CLI programming interfaces...
More...
Sep 22, 2005
|