Difference between revisions of "Information Systems:EODRPT"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
/* both MAI and RET. */ |
/* both MAI and RET. */ |
||
+ | /* log entry is 'INTEG RPTS' */ |
||
+ | |||
RTVASWPAR PGM(WMC251S) PAID(MAIINT) USER(*ALL) |
RTVASWPAR PGM(WMC251S) PAID(MAIINT) USER(*ALL) |
||
EXCASWPGM PGM(WMC251S) PARM(N) |
EXCASWPGM PGM(WMC251S) PARM(N) |
||
Line 11: | Line 13: | ||
/* Print onhand inventory at cost for both warehouses */ |
/* Print onhand inventory at cost for both warehouses */ |
||
+ | /* log entry is 'STOCK STAT' */ |
||
+ | |||
CHGJOB OUTQ(ELAHO) |
CHGJOB OUTQ(ELAHO) |
||
RUNQRY QRY(STOCKST02A) |
RUNQRY QRY(STOCKST02A) |
||
Line 16: | Line 20: | ||
/* Print Lost Sales Report */ |
/* Print Lost Sales Report */ |
||
+ | /* log entry is 'LOST SALES' */ |
||
+ | |||
LOSTSALES |
LOSTSALES |
||
Line 21: | Line 27: | ||
/* now back in stock. */ |
/* now back in stock. */ |
||
− | + | /* log entry is 'OOS CODES' */ |
|
+ | |||
+ | CALL PGM(PLZUP050) |
Revision as of 17:25, 15 March 2016
This generates reports. It is called by EOD.
/* DIS and WHM Integrity Reports - WHOLOP not balanced to SROSRO. For */ /* both MAI and RET. */ /* log entry is 'INTEG RPTS' */ RTVASWPAR PGM(WMC251S) PAID(MAIINT) USER(*ALL) EXCASWPGM PGM(WMC251S) PARM(N) RTVASWPAR PGM(WMC251S) PAID(RETINT) USER(*ALL) EXCASWPGM PGM(WMC251S) PARM(N) /* Print onhand inventory at cost for both warehouses */ /* log entry is 'STOCK STAT' */ CHGJOB OUTQ(ELAHO) RUNQRY QRY(STOCKST02A) /* Print Lost Sales Report */ /* log entry is 'LOST SALES' */ LOSTSALES /* Reset out of stock code (or short code) of 'A', 'B', or 'N' for items */ /* now back in stock. */ /* log entry is 'OOS CODES' */ CALL PGM(PLZUP050)