[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference star::wizards

Title: "ASK THE WIZARDS"
Moderator:QUARK::LIONEL
Created:Mon Oct 30 1995
Last Modified:Mon May 12 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1857
Total number of notes:3728

1830.0. "Open: SOR$ routines in C?" by STAR::JKEENAN () Thu May 01 1997 11:27

Return-Path: "VMS001::WWW"@vms001.das-x.dec.com
Received: by vmsmkt.zko.dec.com (UCX V4.1-12, OpenVMS V6.2 VAX);
	Wed, 30 Apr 1997 16:43:04 -0400
Received: from vms001 by mail11.digital.com (8.7.5/UNX 1.5/1.0/WV)
	id QAA16045; Wed, 30 Apr 1997 16:39:27 -0400 (EDT)
Date: Wed, 30 Apr 1997 15:43:31 -0400
Message-Id: <[email protected]>
From: "VMS001::WWW"@vms001.das-x.dec.com (30-Apr-1997 1543)
To: [email protected], [email protected], [email protected]
Subject: Ask the Wizard: '[email protected]'
X-VMS-To: [email protected]

Remote Host: netport.HITC.COM
Browser Type: Mozilla/3.0Gold (WinNT; I)
Remote Info: <null>
Name: Edward Saw
Email Address: [email protected]
CPU Architecture: Alpha
Version: V 6.2
Questions:

Hello, 

I am looking for SOR$ routines examples in C. There are in Fortran and Pascal in OpenVMS utility Routines Manual.

Thanks,

- E Saw
T.RTitleUserPersonal
Name
DateLines
1830.1Use Documentation and Other Available ResourcesXDELTA::HOFFMANSteve, OpenVMS EngineeringFri May 02 1997 16:4921
   The Wizard receives a large number of requests for an example of
   calling routine "X" in language "Y" -- far too many to answer...

   There are an extensive number of example calls to various system
   service and run-time library routines from C available.

   In particular, language-specific examples of passing arguments by
   reference, by value, by string descriptor, and by itemlist, are
   generally readily available.  And once these four commonly-used
   argument-passing techiques are mastered, and once one understands
   the format of the calling interface documentation, one seldom finds
   a need for a specific code example.

   As a starting point, see the DEC C documentation, the OpenVMS Programming
   Concepts Manual, the OpenVMS Calling Standard, the Guide to Modular
   Programming, and see the OpenVMS Frequently Asked Questions (FAQ) for
   pointers to the freeware CD-ROMs and other source code resources.  In
   this particular case, DFU, a tool available on the Freeware CD-ROM, is
   written in C, and it calls the sor$ routines.