Hi Razzak,

Lots of goodies there.

Some suggestions:
1. A command syntax diagram near the top of the document would be great to be 
able to see all the options at a glance.

2. UNLOAD ALL Command does the following in order:
        a. Table Structures
        b. Data
        c. Views
      d. Indexes, Constraints, Primary and Foreign keys
        e. GRANTS
        f. AUTONUMs
        g. COMMENTS
        h. RULES

You've covered some of them:
a. UNLOAD STRUCTURE FOR TABLES TABLDEF
b. UNLOAD DATA
c. UNLOAD STRUCTURE FOR VIEWS (Includes comments but no big problem)
   it would be good to have UNLOAD STRUCTURE FOR VIEWS VIEWDEF for this


I do not see any way to get
1. d,e,f,g,h in one file
2. d,e,f,g,h in separate files

Perhaps the syntax is there, but I have no way to determine this.



Thanks
Dennis McGrath

P.S. Is the enhanced UNLOAD going to be included in RBDOS?


Reply via email to