× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I developed the node sample app found in the following document from IBM developerWorks:
https://www.ibm.com/developerworks/ibmi/library/i-native-js-app-ibmi-with-nodejs/

The sample app executes a CL command using node's Toolkit for i. Toolkit for i is a collection of APIs for interfacing with XMLSERVICE.

Why does it look like Toolkit for i is establishing a database connection in order to execute a CL command? Here is the relevant code:

var conn = new xt.iConn(DBname);
conn.add(xt.iSh("system -i " + cl));
conn.run(cb);

The variable "cl" contains the CL command. It looks like the CL command is being executed through a database connection. Why would a database connection be needed if Toolkit for i interfaces with XMLSERVICE to execute the CL command?

Also, if I wanted to call an RPG or COBOL program using Toolkit for i, would this also require a database connection? Would the RPG or COBOL programs have to be stored procedures?

Thanks,

Kelly Cookson
IT Project Leader
Dot Foods, Inc.
1.217.773.4486 ext. 12676
kcookson@xxxxxxxxxxxx<mailto:kcookson@xxxxxxxxxxxx>


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.