IBM Books

Administration and Programming Guide for OS/400

Calling a Language Environment

To call a language environment:

For example:

%FUNCTION(DTW_SQL) custinfo() {
 select customer, custno from customer.data
 %}
 ...
 %HTML(REPORT) {
 @custinfo()
 %}


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