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

Conference orarep::nomahs::sql

Title:SQL notes
Moderator:NOVA::SMITHI
Created:Wed Aug 27 1986
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3895
Total number of notes:17726

3777.0. "RDB$MESSAGE_VECTOR undefined symbol on link" by UKVMS3::LWILES (Louise Wiles, UK Rdb support) Wed Jun 05 1996 11:14

T.RTitleUserPersonal
Name
DateLines
3777.1M5::JHAYTERWed Jun 05 1996 18:259
3777.2UKVMS3::LWILESLouise Wiles, UK Rdb supportThu Jun 06 1996 09:238
3777.3HOTRDB::PMEADPaul, pmead@us.oracle.com, 719-577-8032Thu Jun 06 1996 14:0716
3777.4TEKOA::RAITTOIf it goes, it can go fasterThu Jun 06 1996 14:4915
3777.5ORAREP::METSYS::THOMPSONTue Apr 29 1997 17:2020
Oops, I posted a problem in RDB 70 Notes, but this would have been the
perfect spot.

>
>/EXTERN_MODEL=COMMON_BLOCK
>


This is what I would like to but ... that qualifier conflicts with
the SQL$PRE qualifier /EXTEND_SOURCE

(dcl is only unique to four chars in commands.).


does the #pragma work as expected if you are also specifying /stand=VAXC ?

Mark.

Oracle RDB V5.1, OpenVMS VAX V6.1, DECC compiler.
3777.6ORAREP::METSYS::THOMPSONTue Apr 29 1997 17:356
ok - I had external_model in the #pragma.

Question stands about the qualifier though.

Thanks
Mark
3777.7NOVA::SMITHIDon't understate or underestimate Rdb!Tue Apr 29 1997 19:084
See the RDB_70 reply, DCL might be unique to 4 but SQLPRE is not (this is so
we can support qualifiers which pass through).

Ian
3777.8DUCATI::LASTOVICACan you be a closet claustrophobic?Tue Apr 29 1997 19:522
The 4-character uniqueness only applies to DCL verbs.  Qualifiers
and parameters do not have this restriction.
3777.9ORAREP::METSYS::THOMPSONWed Apr 30 1997 10:1615
Thanks for replies.

I mentioned this in the other note but just for the record here.

I had defined a symbol in my process wrong:

$ scc /DEBUG/WARN=NOINFO/external=common_block REPAIR$$SQL_ROUTINES.sc
%SQL-F-QUANOVAL, The EXTEND_SOURCE qualifier does not take a value
$ show sym scc
  SCC == "$SYS$SYSTEM:SQL$PRE/CC/STANDARD=VAXC"

Once that was corrected RDB V5.1 worked just fine.

Mark