|
We do a similar routine feeding in the parameters, but we save the existing cost sets and actually modify one before hand so we can schedule it at night. Here is our CL, each one of the CSTP programs has different parameters hard coded. Hope this helps. PGM CALL PGM(SYS664) PARM('SYS664') /* Call program to Archive Cost Set 2 */ CALL PGM(CSTP920C1) MONMSG MSGID(CPF0000) CALL PGM(CSTP500B) PARM('I') /*COST ROLLUP SET 41*/ CALL PGM(CSTP924B) PARM('I') /*CLEAR COSTSET 32 */ CALL PGM(CSTP921B) PARM('I') /*XFER COSTSET 2-32*/ CALL PGM(CSTP922B) PARM('I') /*CLEAR COSTSET 2 */ CALL PGM(CSTP923B) PARM('I') /*XFER COSTSET 41-2*/ CALL PGM(CSTP100B) PARM('I') /*COST BUCKET FILL COSTSET 2*/ ENDPGM: ENDPGM ____________________ tom_page@xxxxxxxxxx Phone 503 748 6999 Fax 503 748 1244 DeeDee Virgei <DeeDee.Virgei@xxxxxxxxxxxxxx> Sent by: bpcs-l-bounces@xxxxxxxxxxxx 05/04/2004 02:58 PM Please respond to "SSA's BPCS ERP System" To: "'SSA's BPCS ERP System'" <bpcs-l@xxxxxxxxxxxx> cc: Subject: RE: Schedule Cost Rolls Automatically... Hello Michael, Thank you for responding, I really do appreciate it. It sounds like CST600C in 4.05 CD works similar to 6.04, but a lot of other 'call' programs (in addition to CST600B), i.e., CST600D, CST504, CST502, CST503, CST501, & CST500B along w/ the usual security programs... It looks like CST600D retrieves the parms from the screen (I imagine similar to your AS/SET selection criteria), then updates the LDA w/ these parms for the rest of the programs to use. So I believe I need to tinker mostly w/ CST600D in order to customize CST600C (4.05 CD version) to run nightly... It will definitely save keying time. Thanks again. Sincerely, DeeDee Virgei -----Original Message----- From: Michael Eck [mailto:michael.eck@xxxxxxxxxxx] Sent: Tuesday, May 04, 2004 2:43 PM To: bpcs-l@xxxxxxxxxxxx Subject: Re: Schedule Cost Rolls Automatically... We are on 6.04 and are running CST600 in our monthly process in an automated fashion. It's been way too long since I've seen the 4.05 source, so I hesitate to say our solution would work for you. Our version of CST600 runs an AS/SET display program to accept the selection criteria. Then it simply passes the screen parms to the RPG program within a set of data structures. We created an RPG program that accepts parameters from our month CL, loads them into the data structures, and calls CST600B. Very simple and very reliable. It saved a ton of time in the day when every month-end was keyed by hand. Best Regards, ME Michael Eck Sandvik Materials Technology, Information Services Clarks Summit, PA 18411 _______________________________________________ This is the SSA's BPCS ERP System (BPCS-L) mailing list To post a message email: BPCS-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/bpcs-l or email: BPCS-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/bpcs-l. _______________________________________________ This is the SSA's BPCS ERP System (BPCS-L) mailing list To post a message email: BPCS-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/bpcs-l or email: BPCS-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/bpcs-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.