File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
com.ibm.cicsdev.link/src/com/ibm/cicsdev/link
com.ibm.cicsdev.tdq/src/com/ibm/cicsdev/tdq
com.ibm.cicsdev.tsq/src/com/ibm/cicsdev/tsq Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class LinkProg1 extends LinkProgCommon
3737 private static final int CA_LEN = 18 ;
3838
3939 /**
40- * CCSID of the current JVM .
40+ * CCSID of the CICS region .
4141 */
4242 private static final String LOCALCCSID = System .getProperty ("com.ibm.cics.jvmserver.local.ccsid" );
4343
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class TDQExample2 extends TDQCommon
3535 private static final int DEPTH_COUNT = 5 ;
3636
3737 /**
38- * Resolved at runtime to be the CCSID of the currently-executing JVM .
38+ * Resolved at runtime to be the CCSID of the region .
3939 */
4040 private static final String CCSID =
4141 System .getProperty ("com.ibm.cics.jvmserver.local.ccsid" );
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public class TSQExample2 extends TSQCommon
3636 private static final int DEPTH_COUNT = 5 ;
3737
3838 /**
39- * Resolved at runtime to be the CCSID of the currently-executing JVM.
39+ * Resolved at runtime to be the CCSID of the region
4040 */
4141 private static final String CCSID =
4242 System .getProperty ("com.ibm.cics.jvmserver.local.ccsid" );
You can’t perform that action at this time.
0 commit comments