× 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.



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 e-mail is intended for the use of the addressee(s) only and may contain 
privileged, confidential, or proprietary information that is exempt from 
disclosure under law.  If you have received this message in error, please 
inform us promptly by reply e-mail, then delete the e-mail and destroy any 
printed copy.   Thank you.

==============================================================================


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.