Hi PeterC !
  Thanks for Your Answer ...
  Sorry , I have not expressed myself precisely. 😞  .. 
      and Merry Cristmas for You 🙂
   I'll go ahead and clarify for everyone else out there:
I have lot of libname definition
Libname  O_WORK  .....    ;
Libname  O_META  .....    ;
Libname  O_SYS   .....    ;
I would like query selected parameters from libname definition
  ( except - password 🙂 )
for example: 
    %get_lib_param(O_WORK,dbindex);       -->   return: YES
    %get_lib_param(O_META,readbuff);      -->   return: 5000
    %get_lib_param(O_SYS,read_lock_type); -->   return: nolock 
    %get_lib_param(O_SYS,shema ); 
 ( system:  HP-UX ,   ver:  SAS9.1.3 ,   Access2Oracle )
 
Thanks in advance,
  Imre