× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



HiHo

        No snow yet. Although they have forcasted 4 inches for tomorrow (the 
kids are going to be trick or treating in snow shoes, again!)

I suggested in an earlier e-mail a particular sequence when running re-org 
programs. After a few comments from other companies I decided to contact OGS 
for assistance in determining the correct sequence.

Well here is what OGS recommended

1. ORD990
2. SFC990
        or
1. SFC990
2. ORD990

3. SYS990
4. INV971
        or
3. INV971
4. SYS990


The OTHER re-org programs are stand alone (they do not require another re-org 
to run before or after). As long as you keep ORD990 - SFC990 - SYS990 - INV971 
or SFC990 ORD990 - INV971 - SYS990

The list I provided to you was correct.

Thanks

Marc Lacelle
Royal Canadian Mint


> ----------
> From:         
>vincent.byrne@ah.novartis.com[SMTP:vincent.byrne@ah.novartis.com]
> Reply To:     bpcs-l@midrange.com
> Sent:         Wednesday, October 30, 2002 10:08 AM
> To:   bpcs-l@midrange.com
> Subject:      RE: Submit reorganisation programs
>
>
> We have a procedure which regularly runs the following programs in this
> sequence
>
> SFC990
> ORD990
> SYS990
> INV971
>
> The decision to run the programs in this sequence was based on the
> recommendations contained in the relevant Help Text for each.
>
> This sequence differs from sequence in the CL below.
>
> Our Version is
> BPCS CD REL02
>
> Vincent
>
>
>
>
>
>
> "Lacelle, Marc" <LACELLE@rcmint.ca>@midrange.com on 05/09/2002 13:32:43
>
> Please respond to bpcs-l@midrange.com
>
> Sent by:    bpcs-l-admin@midrange.com
>
>
> To:    <bpcs-l@midrange.com>
> cc:
> Subject:    RE: Submit reorganisation programs
>
>
> HiHo
>
>  Another beautiful week. No rain, yet. First my carrots, now my cucumbers.
>  They are so small, my neighbor suggested maybe I could hollow the middle
>  out and use them as straws.
>
> Here is the CL I use every month end
>
> PGM
>
> CALL       PGM(*LIBL/INV970B)
> CALL       PGM(*LIBL/ORD990B)
> CALL       PGM(*LIBL/INV972B)
> CALL       PGM(*LIBL/SFC990B)
> CALL       PGM(*LIBL/INV971B)
> CALL       PGM(*LIBL/ACR970B) PARM(' ')
> CALL       PGM(*LIBL/SYS990B)
> CALL       PGM(*LIBL/SFC971B)
> CALL       PGM(*LIBL/ORD970B)
>
>
> ENDPGM
>
> To be used in conjunction with another CL that call this CL. See first
> e-mail.
> VERY IMPORTANT. Always submit program in that order
>
> Hope this helps
>
> Marc Lacelle
> Royal Canadian Mint
>
>
>
> > ----------
> > From:     Lim, ChangYang[SMTP:cylim@kcc.com]
> > Reply To:       bpcs-l@midrange.com
> > Sent:     Thursday, September 05, 2002 12:17 AM
> > To:       'bpcs-l@midrange.com'
> > Subject:  RE: Submit reorganisation programs
> >
> > Has anyone got the solutions to automate the system reorganisation
> program
> > ACR970D?
> >
> > Please advise.
> >
> >
> > Regards,
> >
> >
> >
> > Today's Topics:
> >
> >    1. RE: Submit reorganisation programs (Lacelle, Marc)
> >
> > --__--__--
> >
> > Message: 1
> > Subject: RE: Submit reorganisation programs
> > Date: Wed, 4 Sep 2002 09:04:50 -0400
> > From: "Lacelle, Marc" <LACELLE@rcmint.ca>
> > To: "bpcs-l@midrange.com" <'bpcs-l@midrange.com'>
> > Reply-To: bpcs-l@midrange.com
> >
> > HiHo
> >
> >     Nice weather, very warm this summer and no rain. My garden had
> > problems. My carrots where about 1 inch long and about the size of a
> pencil.
> >
> > Try this
> >
> > 1. Create one CL that calls the Re-Org Programs (Let's call this program
> > REORG901C)
> >
> > PGM
> >
> > CALL       PGM(*LIBL/INV972B)
> > CALL       PGM(*LIBL/INV971B)
> > CALL       PGM(*LIBL/SYS990B)
> >
> > ENDPGM
> >
> > 2. Create CL that calls REORG901C (Let's call this program REORG900C)
> >
> > PGM
> >
> > SBMJOB     CMD(CALL PGM(REORG901C)) JOB(REORG) +
> >               JOBQ(QGPL/BPCSMTHEQ) JOBPTY(*JOBD) +
> >               LOG(*JOBD 00 *SECLVL)
> >
> > ENDPGM
> >
> >
> > Important things to remember
> >
> > 1. Always run INV972,INV971,SYS990 in this order. (ALWAYS)
> > 2. In program REORG900C you will notice a special JOBQ. It is BPCSMTHEQ>
> (you
> > can call it anything you want). This JOBQ is always held. It's a safe
> guard
> > in-case of accidental submission of REORG900C.
> >
> > I hope this helps
> >
> > Marc "Need to water my garden more often" Lacelle
> > Royal Canadian Mint
>
>
> _______________________________________________
> This is the SSA's BPCS ERP System (BPCS-L) mailing list
> To post a message email: BPCS-L@midrange.com
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/cgi-bin/listinfo/bpcs-l
> or email: BPCS-L-request@midrange.com
> 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 thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.