IBM Books

Language Environment Interface Reference


Sample OS/400 CL

Assuming the following conditions, use the subsequent steps to build a Language Environment on AS/400:

  1. Create the module:
    CRTCMOD MODULE(MYLIB/MYLE) SRCFILE(MYLIB/SRC)
     
    
  2. Create the service program:
    CRTSRVPGM SRVPGM(MYLIB/MYLE) MODULE(MYLIB/MYLE) 
                                 SRCFILE(MYLIB/QSRVSRC) SRCMBR(MYLEEXP) 
                                 BNDSRVPGM(QTCP/QTMHLE)
     
    

QTCP/QTMHLE is the service program that contains all the Net.Data bindable APIs. On V4R3 and subsequent releases, although QTCP/QTMHLE is available for use, you should use QHTTPSVR/QTMJLE.


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