Difference between revisions of "Information Systems:EODRPT"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
LOSTSALES |
LOSTSALES |
||
− | /* Reset out of stock code of 'A' or ' |
+ | /* Reset out of stock code (or short code) of 'A', 'B', or 'N' for items */ |
+ | /* now back in stock. */ |
||
CALL PGM(PLZUP050) |
CALL PGM(PLZUP050) |
Revision as of 10:19, 15 February 2016
This generates reports. It is called by EOD.
/* DIS and WHM Integrity Reports - WHOLOP not balanced to SROSRO. For */ /* both MAI and RET. */ 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 */ CHGJOB OUTQ(ELAHO) RUNQRY QRY(STOCKST02A) /* Print Lost Sales Report */ LOSTSALES /* Reset out of stock code (or short code) of 'A', 'B', or 'N' for items */ /* now back in stock. */ CALL PGM(PLZUP050)