Difference between revisions of "Information Systems:EODRPTW"

From uniWIKI
Jump to navigation Jump to search
(Created page with "Runs report of inventory onhand, and validate that SROSRO (Warehouse Balance), SROITR (Inventory Transactions), WHOLOP (Location Occupancy), and WHOLTR (Location Transactions)...")
 
Line 1: Line 1:
 
Runs report of inventory onhand, and validate that SROSRO (Warehouse Balance), SROITR (Inventory Transactions), WHOLOP (Location Occupancy), and WHOLTR (Location Transactions) all balance with each other. It is called by [[EODWEEKLY]].
 
Runs report of inventory onhand, and validate that SROSRO (Warehouse Balance), SROITR (Inventory Transactions), WHOLOP (Location Occupancy), and WHOLTR (Location Transactions) all balance with each other. It is called by [[EODWEEKLY]].
   
/* Print onhand inventory at cost by item account group for MAI and RET. */
+
/* Uniquely identify Query report so that Catapult Poller can file it on */
  +
/* SuperServer. */
 
 
OVRPRTF FILE(QPQUPRFIL) OUTQ(PRT01)
+
OVRPRTF FILE(QPQUPRFIL) OUTQ(FINANCE/FINTEMP) USRDTA(REPORT3)
  +
  +
/* Print onhand inventory at cost by item account group for MAI and RET. */
  +
 
RUNQRY QRY(STOCKST03A)
 
RUNQRY QRY(STOCKST03A)
 
DLTOVR FILE(QPQUPRFIL)
 
DLTOVR FILE(QPQUPRFIL)

Revision as of 16:53, 17 February 2016

Runs report of inventory onhand, and validate that SROSRO (Warehouse Balance), SROITR (Inventory Transactions), WHOLOP (Location Occupancy), and WHOLTR (Location Transactions) all balance with each other. It is called by EODWEEKLY.

/* Uniquely identify Query report so that Catapult Poller can file it on   */
/* SuperServer.                                                            */
                                                                             
            OVRPRTF    FILE(QPQUPRFIL) OUTQ(FINANCE/FINTEMP) USRDTA(REPORT3)   
                         
/* Print onhand inventory at cost by item account group for MAI and RET.   */
 
            RUNQRY     QRY(STOCKST03A)                                       
            DLTOVR     FILE(QPQUPRFIL)

/* Compare summary of WHOLTR to WHOLOP, and summary of SROITR to summary   */
/* of WHOLTR.                                                              */
                                                                             
             CALL       PGM(BALTRANS) PARM('UP1480BFVA')