PP501MOSTL – DMV data load

This is an SQL loader program that loads the vehicle values from the State into PP43. This program will load the values based on the product code, tax year, and year manufactured.

This report also produces exception reports after the program is run so that the user can verify any issues that may have occurred during the data load.

Exception report includes the following:

  1. DUPLICATE RECORDS IN THE INPUT FILE: Records from the input file that are duplicated.  The records will print along with the product code, product type, make, model, and body.
  2. UPDATING NEW VALUES GREATER THAN OLD VALUES: Records from PP43 where the values increased.  The records will print along with the product code, product type, make, model, body, year manufactured, old value, and new value where the new values increased from the State file.
  3. ERROR IN UPDATE TO VALUE TABLE: Records that did not get updated a caused an error.  The records will print along with the product code, make, model, body, new value, and the message for which it did not get updated. 
  4. VEHICLE VALUES (WITH PROD_CODE) NOT UPDATED BY INPUT FILE:  Records from PP43 (VEH_VALUES) where who not equal to PP501MOSTL.  The records will print along with the product code, product type, make, model, body, year manufactured, and new value where there was a product code in PP43 that did not get update from the State file.
  5. INFORMATION ON PROD_CODE IN VEH_VICCODE TABLE: This will list the count of records with product codes that were updated and also the count for the product codes that were not updated.

 

NOTE:  The specific fields with permissible entries to be filled in or left blank are listed below. Ignore fields that are not in the list next to the screens.

Figure 1. SY41 (TOP)

 1.    Job: Report name should always appear here. For example, PP501MOSTL.

 2.    Server Name: Keep the server name that first appears.

 3.    Printer_Name: Select a valid printer or keep the displayed printer if one is present.

 4.    Jurisdiction: Enter your jurisdiction.

 5.    Tax Year: Enter the tax year for which you are running the batch report..

 6.    Spool File Name: Enter PP501MOSTL.LIS to create the file in text format.

 13. FCU: Formatting code. Keep the default printer setting that is present when the screen appears. If blank, enter HPLP132.

 17. PARAM1 INPUT DATA FILE: Enter the full path and filename of where the file is located to load the data into PP43. This must be a comma delimited file. (e.g, c:\pvg_2003.csv)

 18. PARAM2 CONTROL FILE: Enter the full path and filename of where the control file is located. The default path is the start in path and this is usually the daemon folder.

 19. PARAM3 Commit(Y/N): Commit Data. Enter Y to commit data after the program is run, enter N not to commit the data after the program is run. The default is N.

Figure 2. SY 41 (BOTTOM)

Press [Submit Job]. The system will notify you when the report is finished.

 

Updated 7/24/2006