API Reference in Javadoc Format
Use the following steps to create Javadocs for the file and record class generated by COBFILEIO:
1.	Compile the COBOL source code for the record and file classes with the -jj and -jc command line options. For example,
iscc -jj -jc CustRec.cbl iscc -jj -jc CustFile.cbl  | 
2.	Run the javadoc utility. For example,
javadoc -d htmlDir *.java  | 
3.	Double-click on the resulting index.html or open it with your favorite web browser