(9836) Finding Pascal Coding Examples?

Archive of the OpenVMS Ask the Wizard (ATW) questions and answers database.
Locked

Topic author
User
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:16 am
Reputation: 0
Status: Offline

(9836) Finding Pascal Coding Examples?

Post by User » Wed Sep 08, 2004 9:26 am

I'm trying to track down some Pascal examples of TCP/IP. I see them mentioned
in the forum but can't find them. Thanks


Wizard
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:17 am
Reputation: 0
Status: Offline

Re: (9836) Finding Pascal Coding Examples?

Post by Wizard » Thu Sep 09, 2004 9:26 am

The OpenVMS Wizard would generally expect use of the $qio[w] interface
and not the socket interface, and would thus expect that most any
$qio[w] example in Pascal could be applied. One such example of
calling $qio[w] is in topic (7506).

You will also want to see the section of the OpenVMS FAQ section on
this topic, as there are pointers to source code example resources
there. In particular, the Natural Language Search Assistant -- a
web page formerly known as AskQ -- is generally an excellent resource
for locating coding examples for various calls and various languages,
and is referenced in the OpenVMS FAQ.

Locked