With this release the below changes have been introduced:
Internal CASS uses Cycle O CASS certified Finalist 10.00.00.O.
- 10.0 CASS key is needed to run internal CASS with VeriMove 4.0.
- Finalist options needed to run in CASS mode and return all statistics needed
for NCOA reporting are automatically set.
- Full Service Providers, Limited Service Providers, and End Users are required to use DPV DNA, NSL, NDD, and NSR tables for reporting statistics. These are automatically enabled.
NCOA matching attempts without primary range trailing alpha will only be done when CASS DPV footnote TA is indicated
- These result in footnote 92.
- There may be fewer 92 footnote matches because of the 'TA' requirement for Cycle O.
Daily Delete header file is now required when using Daily Delete processing
- For ASCII platforms this the dhdr.txt file that is included in the dailyDeletes_txt2.tar file from the USPS. The header file must be put in the same folder as the dailydel.dat file. There is no change needed to .def files.
- For EBCDIC, this is the dhdr.ebc file that is included in the dailyDeletes_ebc2.tar file from the USPS. Keep it in the same folder as the dailydel.ebc file for transfer purposes. The Mainframe UPLOAD and FTP processes include the Daily Delete header transfer along with the Daily Delete file.
- The JCL for running MU now include the following DD statement for the Daily
Delete header:
//DLYHDR DD DISP=SHR,DSN=yourhlq.yourUspsData.SEQ.DLYHDR
- The PSR report now includes a section for the Daily Delete, indicating the date and version of the file used. This is found immediately after the Data Files section.
250 byte External CASS area (CASS - Detail Result Indicators) has new fields defined
- Position 243 through 248 will now be used for DPV PBSA, DNA, NSL, NDD, NoStat ReasonCode 6, and Extended DPV.
- The existing reserved area has been replaced.
- See Configuring Other CASS Products section of the User Guide for Details.
NCOA monthly reporting changes for CSL, PAF, BALA based on NCOALink Reports Master File Descriptions v2.3.1
- Reports created with dates of October 2023 or later will be generated in Cycle O layouts.
- Reports created with dates prior to October 2023 will be generated in Cycle N layouts.
- The record length of the PAF report has changed from 600 to 800 for the
Cycle O layout
- For Windows, Unix, and Linux, the size is dynamically output.
- For z/OS, the PAFRPT DD statement of the MUREPORT JCL must be
changed to reflect the new 800 lrecl when creating report on or
after October
2023.
//PAFRPT DD DSN=yourhlq.yourPafReport, // DISP=(NEW,CATLG),UNIT=devt, // SPACE=(CYL,(1,1),RLSE),VOL=SER=volum1, // DCB=(RECFM=FB,LRECL=0800,BLKSIZE=0)
VeriMove JobStats.dat changes
To accommodate the Cycle O NCOA reporting changes, additional job statistics have
been added to the JobStats.dat (JOBSTAT DD on mainframe) which has altered the
record length and format of the file. To run VeriMove 4.0, a new format of the
JobStat file must be used.
- For Windows, Unix, and Linux platforms the conversion from an old format Jobstats file to the new format will happen automatically when executing mu or mureports. A backup file named JobStats.dat.JSF5.bak will be created with the old format and a new format JobStats.dat will be created in its place. This is equivalent to running the statconv program. This is a one-time conversion.
- For z/OS, the STATCONV JCL must be run to convert the JOBSTAT file prior to running MU or MUREPORT. It cannot be automatically done since the LRECL of the JOBSTAT file has changed. This is a one-time conversion that is needed.