home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / programm / 2356 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.1 KB  |  19 lines

  1. Newsgroups: comp.programming
  2. Path: sparky!uunet!newsgate.watson.ibm.com!yktnews!admin!monument!mlbauman
  3. From: mlbauman@rchland.vnet.ibm.com (Mark Bauman)
  4. Subject: RE: TCP/IP Programming on AS/400 
  5. Sender: news@rchland.ibm.com
  6. Message-ID: <1992Aug17.142950.13799@rchland.ibm.com>
  7. Date: Mon, 17 Aug 1992 14:29:50 GMT
  8. Disclaimer: This posting represents the poster's views, not necessarily those of IBM
  9. Nntp-Posting-Host: monument.rchland.ibm.com
  10. Organization: IBM Rochester
  11. Lines: 5
  12.  
  13. Jacques,
  14.  
  15. You can program to the TCP/IP Connectivity Utilities/400 from another high level language, however, you must use QPXXCALL for the inter-HLL calls AND you must provide a PASCAL ONERROR routine.   When using QPXXCALL you must ensure that you map to the data structures expected by the TCP/IP PASCAL routines.   And, unfortunately, you will still need to buy the PASCAL/400 compiler in order to define the PASCAL ONERROR routine.  You only need to buy one PASCAL/400 license though - for your development AS/400 - 
  16.  
  17.  
  18. because the PASCAL execution time services (ETS) are provided as part of OS/400. 
  19.