CREATE TABLE INLIBLTBL
  (INLIBLLIB CHAR (10 ) NOT NULL,
   LISTENTRY CHAR (10 ) NOT NULL,
   LibOwner  CHAR (10 ) NOT NULL,
   AuthList  CHAR (10 ),
   CrtAuth   CHAR (10 )
  );


LABEL ON TABLE INLIBLTBL IS
 'Contents of all INLIBL data areas';

LABEL ON COLUMN INLIBLTBL
  (INLIBLLIB IS
     '                    INLIBL              Library',
   LISTENTRY IS
     'Library             List                Entry',
   LibOwner  IS
     '                    Library             Owner',
   AuthList  IS
     '                    Authorization       List',
   CrtAuth   IS
     'Authorization       List for            New objects'
  );

LABEL ON COLUMN INLIBLTBL
  (INLIBLLIB TEXT IS 'Library holding INLIBL',
   LISTENTRY TEXT IS 'Library list entry',
   LibOwner  TEXT IS 'Library owner',
   AuthList  TEXT IS 'Authorization list',
   CrtAuth   TEXT IS 'Authorization list for new objects'
  ); 

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.