To use the CobolCallStubGenerator:

0) Make sure you have J2C package installed with RAD (see: COBOL Call Stub Generator User Guide).

1) Edit file csg.properties
	1.1) update EclipseHome property to point to your RAD install directory
	1.2) update WorkSpace property to point to your RAD workspace directory
	1.3) update EclipseProjectName property to identify the target project
             into which to generate the call stubs and bindings 

2) Invoke call stub generator to generate a sample call stub:

	java -jar lib/COBOLCallStubGenerator.jar testcases/Sample01.cbl -configFile csg.properties -callStubPackage com.ibm.ws.batch.ilc.sample

3) Compile generated classes with lib/marshal.jar;lib/ilcontainer.jar on the classpath


