T.R | Title | User | Personal Name | Date | Lines |
---|
3777.1 | | M5::JHAYTER | | Wed Jun 05 1996 15:25 | 9 |
3777.2 | | UKVMS3::LWILES | Louise Wiles, UK Rdb support | Thu Jun 06 1996 06:23 | 8 |
3777.3 | | HOTRDB::PMEAD | Paul, [email protected], 719-577-8032 | Thu Jun 06 1996 11:07 | 16 |
3777.4 | | TEKOA::RAITTO | If it goes, it can go faster | Thu Jun 06 1996 11:49 | 15 |
3777.5 | | ORAREP::METSYS::THOMPSON | | Tue Apr 29 1997 14:20 | 20 |
|
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.6 | | ORAREP::METSYS::THOMPSON | | Tue Apr 29 1997 14:35 | 6 |
| ok - I had external_model in the #pragma.
Question stands about the qualifier though.
Thanks
Mark
|
3777.7 | | NOVA::SMITHI | Don't understate or underestimate Rdb! | Tue Apr 29 1997 16:08 | 4 |
| 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.8 | | DUCATI::LASTOVICA | Can you be a closet claustrophobic? | Tue Apr 29 1997 16:52 | 2 |
| The 4-character uniqueness only applies to DCL verbs. Qualifiers
and parameters do not have this restriction.
|
3777.9 | | ORAREP::METSYS::THOMPSON | | Wed Apr 30 1997 07:16 | 15 |
|
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
|