|
Penny, Thanks, this is exactly what I am trying to accomplish. We are trying to create an interface to a third party application that all Additions, Changes and Deletions to and of are done in. What these guys are doing now is hand keying this in, not good! I am able to populate the files from an XML file that the third party Application sends out, but want a CL that I could run on a schedule that "Pushes The Buttons" of the MAPICS offline Processes. Would be willing to share some more of your knowledge on this subject? BTW, didn't you used to work with Oakdene Group? I think that you did some work for us about 5 years ago... Lloyd H. Degnon I.S. Manager AmPro Computers, Inc. 5215 Hellyer Ave. Building #110 San Jose, CA 95138 (408) 360-4365 ldegnon@xxxxxxxxx www.AmPro.com pennylancor@xxxxxxxxxxx Sent by: mapics-l-bounces@xxxxxxxxxxxx 12/29/2004 07:51 AM Please respond to MAPICS ERP System Discussion <mapics-l@xxxxxxxxxxxx> To MAPICS ERP System Discussion <mapics-l@xxxxxxxxxxxx> cc Subject Re: call EPDM Offline loads from Command line Lloyd, I'm not sure what you mean by command line stuff, but I use the following code in a CL program to submit the EPDM offline updates nightly. The following is an example of the ITMRV* updates, but the concept is the same for other EPDM files. This code would be executed after the STRMAPICS command, the retrieval of the MAPICS LDA via AXZLDA0R and the determination of the number of records in the offline files... If ((&ITMRVARcd *ne 0) *or + (&ITMRVBRcd *ne 0) *or + (&ITMRVCRcd *ne 0)) Then(Do) CHGVAR VAR(%SUBSTRING(&LDA 50 1)) VALUE('2') CHGVAR VAR(%SUBSTRING(&LDA 60 10)) VALUE('ITMREV0# ') CHGVAR VAR(%SUBSTRING(&LDA 70 10)) VALUE(&LibNam) CHGVAR VAR(%SUBSTRING(&LDA 80 1)) VALUE('2') CALL PGM(AXZPSJ) PARM(&LDA AMDMIO) EndDo -- Regards, Penny Lancor Technical Services TechKnowledge Partners, LLC 224.715.3967 -------------- Original message -------------- > New project, > > Anyone out there already figure out the command line stuff for EPDM? > > Mainly to process PSTHDR0#, PSTDTL0#, ITMENT0#, ITMREV0#. > > I would, as always, appreciate any and all help, > > Happy Holidays to All !!! > > > Lloyd H. Degnon > I.S. Manager > AmPro Computers, Inc. > 5215 Hellyer Ave. > Building #110 > San Jose, CA 95138 > (408) 360-4365 > ldegnon@xxxxxxxxx > www.AmPro.com > _______________________________________________ > This is the MAPICS ERP System Discussion (MAPICS-L) mailing list > To post a message email: MAPICS-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/mapics-l > or email: MAPICS-L-request@xxxxxxxxxxxx > 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@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.