File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
projects/com.ibm.cicsdev.link/src/com/ibm/cicsdev/link Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 * Provides a Java implementation that is functionally equivalent to the COBOL
2222 * EC01 sample program.
2323 */
24- public class LinkServEC01 {
24+ public class LinkServEC01
25+ {
2526 /**
2627 * Length of the COMMAREA returned by this program.
2728 */
@@ -33,10 +34,9 @@ public class LinkServEC01 {
3334 private static final String CA_LEN_ABCODE = "LEN" ;
3435
3536 /**
36- * CCSID of the current JVM .
37+ * CCSID of the CICS region .
3738 */
38- private static final String LOCALCCSID = System
39- .getProperty ("com.ibm.cics.jvmserver.local.ccsid" );
39+ private static final String LOCALCCSID = System .getProperty ("com.ibm.cics.jvmserver.local.ccsid" );
4040
4141 /**
4242 * Main entry point to a CICS OSGi program.
You can’t perform that action at this time.
0 commit comments