
ORAINPDOC.C is an Utility to Generate Excellent Documentation for 
            Oracle SQLFORMS 3.0 INP files
--------------------------------------------------------------------------

1. This being a simple C program will work on any computer.

2. Compile the program with the following command:
     cc -o orainpdoc.exe orainpdoc.c
  
3. To generate documentation of any oracle "inp" file, say for  example 
   resvnu.inp

      orainpdoc resvnu
 
   The command generates the output file resvnu.lst from the input file
   resvnu.inp. resvnu.inp is ofcourse the SQLFORMS 3.0 forms source file.

4. Any one familiar with Oracle can very easily understand the systems 
   documentation as the output is both compact and comprehensive.    

