Re: Post Inventory to GL
| Newsgroups | gmane.comp.systems.as400.bpcs |
|---|---|
| Message-ID | <[email protected]> |
Don't take this as the gospel but below is a code snippet for a company that I automated Billing for.
I do have a company I do work for that I automated INV920 process for and they are on BPCS 6.02
but I don't know what version you are on.
Kevin Washburn
Washburn Computer Consulting Inc.
www.washburnccinc.com
Milwaukee Area: 414-587-9098
Waukesha Area: 262-363-9098
Fox Valley Area: 920-787-1996
/* SETUP THE LDA WITH WORKSTATION / JOB NAME */
CHGDTAARA DTAARA(*LDA (485 10)) VALUE('BILLING')
/* Base BPCS Setup Program needs to be called. */
CALL PGM(SYS664) PARM('SYS664')
Then call your programs
-----Original Message-----
From: Billy Waters <[email protected]>
To: BPCS-L <BPCS-L-Zwy7GipZuJhWk0Htik3J/[email protected]>
Sent: Tue, Feb 21, 2017 7:20 am
Subject: [BPCS-L] Post Inventory to GL
I have made several attempts to automate / schedule several programs with no success; Post Inventory to GL for example. Can anyone point me in the right direction. It should be a simple process? Thanks in advance for any help.
Billy Waters
Mt. Olive Pickle Company
--
This is the BPCS ERP System (BPCS-L) mailing list
To post a message email: BPCS-L-Zwy7GipZuJhWk0Htik3J/[email protected]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/bpcs-l.
--
This is the BPCS ERP System (BPCS-L) mailing list
To post a message email: BPCS-L-Zwy7GipZuJhWk0Htik3J/[email protected]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/bpcs-l.