|
Here is a sample of CL we are suing to run SYS990, etc. *************** Beginning of data ************************************************** /*********************************************************************/ /* PROGRAM ID - SYSM990C */ /* PROGRAM NAME - Call SYS990B & SYS991B in the Nightly job stream */ /*********************************************************************/ PGM /* DECLARE PROGRAM VARIABLES */ DCL VAR(&W2RTN) TYPE(*CHAR) LEN(1) VALUE('I') CALL PGM(SYS990B) PARM(&W2RTN) CHGVAR VAR(&W2RTN) VALUE('I') CALL PGM(SYS991B) PARM(&W2RTN) ENDPGM Micki Rogers, IT Director Michigan Wheel Corporation 1501 Buchanan, S.W. Grand Rapids, MI, 49508 616. 248.5317 mrogers@xxxxxxxxxxx "Glenn Bruckner" <gbruckner@xxxxxxxxxxxxxxxxxxxx> Sent by: bpcs-l-bounces+mrogers=miwheel.com@xxxxxxxxxxxx 04/11/2006 02:54 PM Please respond to "SSA's BPCS ERP System" <bpcs-l@xxxxxxxxxxxx> To <bpcs-l@xxxxxxxxxxxx> cc Subject Re: [BPCS-L] Want to run Programs in Batch We are on Version 8.2 Mixed Mode and have a similar issue. Our operator runs these programs as part of our month end process. The programs you listed do not have any input parameters, according to the AS/SET Source Definitions. You will have to either modify the screen program to not display the confirmation panel, convert them to a batch program, or use a tool that will run them in batch and press the enter key for you. We converted from Version 6.04 Mixed Mode and these programs worked the same in that release as well. Hope this helps. Glenn -----Original Message----- ---------------------------------------------------------------------- message: 1 date: Mon, 10 Apr 2006 14:40:57 -0400 from: "Robert M Gauthier" <rgauthier@xxxxxxxxxxxxxxxx> subject: Re: [BPCS-L] Want to run Programs in Batch We are on Version 6.01.01 mixed mode Each month I need to run the following programs interactively, but I would like to run them in batch through a C/L Program. Does anyone know what the Parms are for the following programs and if so could you share them with the group, I can't believe we are the only company running the following with this problem. SYS01 Lot Loc Cont Recs w/o Inventory INV970D SYS01 Update IIM From ILI File INV972D SYS01 Cleanup FMA & FOD Files SFC990D SYS01 Cleanup ECL & ECS Files ORD990D SYS01 Cleanup Allocations SYS990D SYS01 Reset On Order Allocated INV971D SYS01 Reset Accounts Receivable Amount Due ACR970D Robert M. Gauthier MIS Director Marietta Corporation Phone: 607-753-6746 Ext-437 E-Mail Rgauthier@xxxxxxxxxxxxxxxx
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.