Conversion Questions
Terry Curran
terrycurran@onetel.net.uk
Sat, 2 Aug 2003 09:01:26 +0100
This is a multi-part message in MIME format.
------=_NextPart_000_0016_01C358D4.A9F91410
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
In order to convert your dictionary from PHD to PDC you must firt
generate a PDL source file from QSHOW.
Start QSHOW
And then enter the command(s)
SET LANGUAGE PDL
GENERATE ALL
EXIT
This will create a PDL source file called QSHOGEN.PDL, this is a text
file and can be edited normally.
Start PDL, and enter the command(s)
CREATE DICTIOANRY my_dictionary NOT PRELOADED
USE QSHOGEN.PDL
LOAD
When the code has all whizzed pass PDL will load the dictioanry, and
give you a summary of errors and warnings. Warnings can usually be
ignored - but check them anyway, errors will stop the dictionary from
loading.
Its important to use NOT PRELOADED, as otherwise PDL will load standard
usage definitions which will give errors when loading your source, as
they are all included.
Of course if you are on VMS, then the dictionary will be the usual 5
files, on those systems that don't use PHD, there will be a file called
my_dictionary.pdc
Full details of the PDL syntax are in the manual 'PDL Reference'.
------------------------------------------------------------------------
----------------
This email is brought to you courtesy of 1 & 1, for more details please
visit the
link below
http://oneandone.co.uk/xml/init?k_id=5753616
------------------------------------------------------------------------
----------------
-----Original Message-----
From: powerh-l-admin@cube.swau.edu [mailto:powerh-l-admin@cube.swau.edu]
On Behalf Of Kenn Baynton
Sent: Friday, August 01, 2003 6:34 PM
To: powerh-l@lists.swau.edu
Subject: Conversion Questions
The organization I am working for it in the early stages of a conversion
from PH 7.1 and Interbase v3.3J on OpenVMS to PH 8.41C and Oracle on a
WIN2K system. I am wondering if anyone has had experience with this
type of procedure. My initial issue is how to convert our existing
dictionary from a PHD system to PDC. I am relatively new to Powerhouse,
and so I ask that any responses not be too "technical". Your collective
help is greatly appreciated.
Kenn
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.swau.edu
Subscribe: "subscribe" in message body to
powerh-l-request@lists.swau.edu
Unsubscribe: "unsubscribe <password>" in message body to
powerh-l-request@lists.swau.edu
http://lists.swau.edu/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.
------=_NextPart_000_0016_01C358D4.A9F91410
Content-Type: text/x-vcard;
name="Terence Phillip Curran (terry.curran@towermarsh.co.uk).vcf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="Terence Phillip Curran (terry.curran@towermarsh.co.uk).vcf"
BEGIN:VCARD
VERSION:2.1
N:Curran;Terence;Phillip
FN:Terence Phillip Curran (terry.curran@towermarsh.co.uk)
ORG:TowerMarsh Ltd
TITLE:Managing Director
TEL;WORK;VOICE:+44 (2392) 503893
TEL;HOME;VOICE:+44 (2392) 503893
TEL;CELL;VOICE:+44 (7720) 562048
ADR;WORK:;;130 Parham Road;Gosport;Hants;PO12 4UE;United Kingdom
LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:130 Parham Road=3D0D=3D0AGosport, =
Hants PO12 4UE=3D0D=3D0AUnited Kingdom
URL;WORK:http://www.towermarsh.co.uk
EMAIL;PREF;INTERNET:terry.curran@towermarsh.co.uk
REV:20030301T095201Z
END:VCARD
------=_NextPart_000_0016_01C358D4.A9F91410--