  Seeking Example Programming Code? 
 The Question is:
 
I need to do socket programming using Compaq Pascal and OpenVMS System Services.
 
I'm using the manual "Compaq TCP/IP Services for OpenVMS - Sockets APY and
 System Services Programming", but all examples are in C.  All mention of
 pascal in this manual is the definition file TCPIP$INETDEF.PAS.
 
Is there any documentation covering tcp/ip socket programming in Compaq Pascal
 using system services?   Do you have any working examples?
 
 
 The Answer is :
 
  Please visit the OpenVMS portion of the AskQ support website referenced
  in the OpenVMS FAQ, and enter the following query:
 
   "An example of calling tcp/ip sockets in Pascal?"
 
  The OpenVMS Wizard strongly encourages you learn more about the OpenVMS
  calling standard, and how Pascal uses the calling standard.  From this
  and from some core Pascal coding examples in the Pascal (or COBOL or
  Fortran or C or Macro32 or other programming) documentation, you can
  then learn how to call any system service and most application
  programming interfaces.
 
  With TCP/IP Services, you will probably be using the $qio interface.
  The IP socket interface is specifically designed for calls written
  in C -- while other languages can (potentially) mimic the C calls, it
  is generally easier to use the $qio interface -- and examples of
  calling $qio and of services with similar argument constructs are
  readily available.
 
 Answer written or last revised on  25-JUL-2002 
