[Info-vax] python / rdb on vms
Jan-Erik Söderholm
jan-erik.soderholm at telia.com
Thu Jan 8 17:50:22 EST 2009
Jerry Alan Braga wrote:
> does anyone have the docs on what the rdb methods are for the jfp python kit
> supplied.
>
> I have been able to produce a simple script but would like more detail on
> what methods are availble.
>
>
From http://www.vmspython.org/
=> Python Documentation
=> Browse modules documentation (Python and Webware) using pydoc
Scroll down to "/python_root/local"
=> rdb (package)
Or on your systems do the following for the same outout :
$ python
Python 2.5.2 (r252:60911, Sep 27 2008, 17:52:32) [DECC] on OpenVMS
Type "help", "copyright", "credits" or "license" for more information.
>>> import rdb
>>>
>>>
>>> help (rdb)
And I guess you have already seen :
http://www.vmspython.org/RdbExample
Regards,
Jan-Erik.
More information about the Info-vax
mailing list