HP3000-L Archives

June 1995, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Chris Breemer <[log in to unmask]>
Reply To:
Chris Breemer <[log in to unmask]>
Date:
Tue, 20 Jun 1995 12:37:42 METDST
Content-Type:
text/plain
Parts/Attachments:
text/plain (68 lines)
Hi All,
 
Does anybody happen to know if there has been a change between Allbase F.0
and G.0 with regards to executing the psqlc precompiler ? I am not able to
do this on my MPE 5.0 machine with Allbase G.0. Yes, I _should_ RTFM but I have
not got any, and did not have the time yet to install my CD-ROM extensions
on-line manual stuff.
 
The command I use with F.0 is:
 
 
file sqlmsg  = sqlmsg.pub;disc=2048;     rec=-80,16,f,ascii;  save
file sqlmod  = sqlmod.pub;disc=1023,10,1;rec=250, 1,f,binary; save
file sqlvar  = sqlvar.h;  disc=2048,32;  rec=-80,16,f,ascii;  save
file sqltype = sqltype.h; disc=2048,32;  rec=-80,16,f,ascii;  save
file sqlextn = sqlextn.h; disc=2048,32;  rec=-80,16,f,ascii;  save
 
file sqlin   = zalbint.ec,old
file sqlout  = zalbint.c; disc=20000,32; rec=-254,1,v,ascii;  save
 
purge *sqlmsg > $null
purge *sqlmod > $null
purge *sqlvar > $null
purge *sqltype> $null
purge *sqlextn> $null
purge *sqlout > $null
 
psqlc.pub.sys;info="uniface.data (drop)"
 
 
When run on MPE 4 / Allbase 4.0 the output is:
 
HP36216-02A.F0.29          C Preprocessor/3000           ALLBASE/SQL
(C)COPYRIGHT HEWLETT-PACKARD CO. 1982,1983,1984,1985,1986,1987,1988,
1989,1990,1991,1992. ALL RIGHTS RESERVED.
 
0 ERRORS  0 WARNINGS
END OF PREPROCESSING.
 
 
When run on MPE 5 / Allbase G.0 the output is:
 
HP36216-02A.G0.25          C Preprocessor/3000           ALLBASE/SQL
(C)COPYRIGHT HEWLETT-PACKARD CO. 1982,1983,1984,1985,1986,1987,1988,
1989,1990,1991,1992,1993,1994. ALL RIGHTS RESERVED.
 
Input File    = ZALBINT.EC.PORT61D
DBEnvironment = UNIFACE.DATA
Module Name   = ZALBINT
 
 
Preprocessing successful.  0 sections stored in DBEnvironment.
 
 
0 ERRORS  0 WARNINGS
END OF PREPROCESSING.
 
For some reason on 5.0/G.0 an empty sqlout file is created.
 
Anybody got a clue ?
TIA.
 
--
 
:)
Chris Breemer
[log in to unmask]

ATOM RSS1 RSS2