Changes to samples
If you are upgrading from an end-of-service release, you can find information about the changes that are relevant to those releases in Summary of changes from end-of-service releases.
| Name | 5.6 | 6.1 | 6.2 | CICS TS 6.3 |
|---|---|---|---|---|
| DFH$DB2T | CHANGED: The TYPE within JOURNALMODEL is now specified as a CHAR(5) attribute. | |||
| DFH$FORA | CHANGED: Resources are now alphabetically ordered. | |||
| DFH$FORC | CHANGED: Resources are now alphabetically ordered and resource attributes that are COBOL reserved words are prefixed with RDO- . | |||
| DFH$FORP | CHANGED: Resources are now alphabetically ordered. Compiled version now supplied. | |||
| DFH$MOLS | CHANGED: UNLOAD supports DFHRMI fields in its output. | |||
| DFH$UMOD | CHANGED: DFHDTCV and DFHDTSVC removed as they are no longer eligible to reside in the LPA/ELPA. | |||
| DFHNJIVP | ||||
| DFH0QRCP | NEW: Associated with transaction QRCP. This sample program demonstrates how to obtain and calculate the QR TCB CPU / Dispatch ratio and display a message when the ratio is less than a specified percentage. | |||
| DFH0STEP | ||||
| DFHSIT6$ | CHANGED: The following SIT values are added:
|
| File name | 5.6 | 6.1 | 6.2 | CICS TS 6.3 |
|---|---|---|---|---|
| /samples/cicstags/cicstags.yaml | NEW: Example of CICS region tagging file. | |||
| /security/ciphers/defaultciphers.xml | NEW: Example default cipher suite specification file. | CHANGED: Cipher suites that use NULL, Triple DES (3DES) and RC4 encryption are removed
from the file, including:
If you have your own unchanged copy of defaultciphers.xml in USSCONFIG/security/ciphers from a previous release, it is recommended that you copy the new version from USSHOME/security/ciphers to USSCONFIG/security/ciphers. |
CHANGED: Cipher suites removed from the file, including:
If you have your own unchanged copy of defaultciphers.xml in USSCONFIG/security/ciphers from a previous release, it is recommended that you copy the new version from USSHOME/security/ciphers to USSCONFIG/security/ciphers. The order of the remaining ciphers in defaultciphers.xml has changed. When KEYRING is set, CICS tries to read the defaultciphers.xml from USSCONFIG. If it is not found, then it tries it from USSHOME. If it also fails, then error message DFHSO0176E is generated and CICS fails to start. |
|
| /security/ciphers/allvalidciphers.xml | NEW: Example list of all valid ciphers. |