What's new in CICS VR 6.3
CICS® VR 6.3 contains these changes.
PACING Phase 1 for LSQA Shortage Issue
During a logger resource temporarily unavailable condition while writing records to a log stream, CICS VR may receive incoming log requests faster than they can be written, causing memory to fill up and logging to stop. To address this, we're introducing PACING. When a temporary error occurs, PACING will pause client threads from allocating more memory for log buffering and prevents memory overload. Once the logstream temporary error condition clears, the paused threads are resumed. PACING is controlled by the CICSVR_General_Control parameter. It is only active when PACING=YES (default is NO).
Handling Code Page Differences
Letters and numbers usually remain the same across systems, but special characters can change when using different CCSIDs, which may lead to data loss or errors. To avoid this, inconsistent characters were replaced from ¬= to <>.