When coding Java classes for Java -> Cobol processing, the following standards should be applied.
The Cobol program Java class should be named "CobolProgramCIPXXXXX_Impl" where CIPXXXXX is the name of the Cobol program being called. It should reside in the package "com.splwg.cis.cobol.XX" where XX is the current subsystem id (e.g. CI, AD, etc.).
The Cobol copybook Java class should be named "CobolCopybookCICXXXXX_Impl" where CICXXXXX is the name of the Cobol copybook being used. It should reside in the package "com.splwg.cis.cobol.XX" where XX is the current subsystem id (e.g. CI, AD, etc.).
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.