ITOQ for PDL

Joyce.Bleza@bartoncotton.com Joyce.Bleza@bartoncotton.com
Fri, 3 Mar 2000 10:20:59 -0500


Hi Leonard,

If you have HP3000, here are the steps that I took in creating PDL.


1.  Run ITOQ to generate a QDD source file from the IMAGE root file:
 
:ITOQ

I T O Q  (5.06.CD) 

DICTIONARY TITLE : 

USER NAME        : 

------------------------------------

DATA BASE        : <database root file>
PASSWORD         : 

Do you want LEADING SIGN option generated for appropriate numeric
elements?ye

------------------------------------

DATA BASE        : <press carriage return>

------------------------------------

File SCHEMA.TEST.TECHSUPP created.


2. Compile the dictionary:

:QDD

> USE SCHEMA NOLIST
> EXIT

A file called QSCHEMAC has now been created.


3. Point to the QSCHEMAC file and generate PDL source code using QSHOW:

:FILE QSHOGEN;DISC=<large number if your QDD dictionary is large>

:FILE QSCHEMAC=<compiled QDD dictionary>

:QSHOW

> SET SECURITY
> SET PASSWORD
> GENERATE ALL
> EXIT

This creates a dictionary source file called QSHOGEN.  The reason for the
SET SECURITY and SET PASSWORD is so that any IMAGE passwords that are in the
QDD dictionary will be transferred to the PDL dictionary source file.

:EDITOR

/a.1
.1  CREATE DICT <dictname> NOT PRELOADED
.2  //

/k <dictionary source name>
/e

4.  Compile the dictionary with PDL:

:PDL

> USE <dictionary source name> NODETAIL
> EXIT

:FILE PHD=<dictname>



Good luck,
Joyce Bleza
Baltimore, MD




-----Original Message-----
From: Leonard_Berkowitz@harvardpilgrim.org
[mailto:Leonard_Berkowitz@harvardpilgrim.org]
Sent: Friday, March 03, 2000 9:58 AM
To: powerh-l@lists.swau.edu
Subject: ITOQ for PDL




What is the method for creating a PDL source file to load a data base
definition
from a TurboImage data base? Back in the QDD days, ITOQ was the program.

Thanks.
===================
Leonard S. Berkowitz
Perot Health Care Systems
(Harvard Pilgrim Health Care account)
voice: 617-509-1212
fax:   617-509-3737 (eff. 2/15/2000)


= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.