Re: Reschedule all Orders
"LeLeux, James" <[email protected]>
| Newsgroups | gmane.comp.systems.as400.mapics |
|---|---|
| Message-ID | <03B42F10470C7A47B3571990353A253B090288CD0B@JKVMAILBOX1.spsfastener.com> |
Here's a sample program we use to run Allocation Quantity Audit.
PGM
DCL VAR(&LDA) TYPE(*CHAR) LEN(1024)
DCL VAR(&RTCD) TYPE(*CHAR) LEN(8)
STRMAPICS ENDS(XA)
CALL PGM(AXZLDA0R) +
PARM('*CURR' 000000 '*LAST' 000 &LDA '*RTV' &RTCD)
CALL PGM(AMIPVF) PARM(&LDA)
CALL PGM(AMIPVA) PARM(&LDA)
CALL PGM(AMIPVF) PARM(&LDA)
CALL PGM(AMIPVA) PARM(&LDA)
ENDMAPICS
ENDPGM
James LeLeux
IT Director: Cherry, Shur-Lok, & SPS Santa Ana
1224 East Warner Avenue
Santa Ana, CA 92705
Cell: 714-929-8063
[email protected]
-----Original Message-----
From: mapics-l-bounces-Zwy7GipZuJhWk0Htik3J/[email protected] [mailto:mapics-l-bounces-Zwy7GipZuJhWk0Htik3J/[email protected]] On Behalf Of George Lalu
Sent: Thursday, November 11, 2010 11:20 AM
To: mapics-l-Zwy7GipZuJhWk0Htik3J/[email protected]
Subject: [MAPICS-L] Reschedule all Orders
Does anyone know if you can run the Mapics Reschedule all Orders as a job scheduled entry rather than selecting it from the Mapics menu? I've tried calling the program AMCP78 by submitting it in a CL, but it just will not work. Any feedback would be greatly appreciated.
George Lalu
_______________________________________________
This is the MAPICS ERP System Discussion (MAPICS-L) mailing list To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/mapics-l
or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected]
Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l.
_______________________________________________
This is the MAPICS ERP System Discussion (MAPICS-L) mailing list
To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/mapics-l
or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/mapics-l.