IBM Books

Language Environment Interface Reference

Processing Input Parameters

The Net.Data language environments use the dtw_execute() interface to receive and process parameters. The dtw_execute() interface works with the dtw_lei_t structure, which is used by Net.Data to communicate with the language environment. Use the following recommendations for input parameter processing, when writing your language environment.

The processInputParms() routine in the program template, in Appendix B, Language Environment Template shows one method of processing input parameters.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]