Thank you very much Larry and Buddy.
UNLOAD works OK.

Ramiro



                                                                           
             Lawrence Lustig                                               
             <[EMAIL PROTECTED]                                             
             o.com>                                                   Para 
             Enviado por:              [email protected] (RBG7-L Mailing    
             [email protected]          List)                               
                                                                        cc 
                                                                           
             21/03/2005 11:08                                       Asunto 
             a.m.                      [RBG7-L] - Re: Bac Struct           
                                                                           
                                                                           
                Por favor,                                                 
                responda a                                                 
             [email protected]                                              
                                                                           
                                                                           




> OUTPUT   file.txt
> BAC    STRUCTURE
> OUTPUT   SCREEN

This is the correct syntax if your goal is to back up a single table named
STRUCTURE.  If that is not what you want to, and what you really want is to
back up the structure of the entire database, try:

OUTPUT file.txt
UNLOAD STRUCTURE
OUTPUT SCREEN

--
Larry

Reply via email to