×
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.
It sounds like you were paying attention to Al Barsa back in the day. 😊
My version was wrapped in a command called WEEKLY. All the operator had to do was log on to the console on a Friday morning, type WEEKLY, and press enter. The program would wait until 10 PM, back up the entire system, and then reboot the box.
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Charles Wilt
Sent: Tuesday, November 2, 2021 1:17 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: Automate a full system save in a CL
Personally, I do a RTVCLSRC on QMNSRBND, that's where the option 21 - Save entire System is done.
I call it SAVESYSTEM, added some code to cleaning shut down our system jobs and and built a command front end for it.
You'll want to also want to remove the parm and add
CHGVAR VAR(&OPTION) VALUE('QMNSAVE')
You end up with a program that display's the save entire system screen, and you can specify the time to start.
Charles
On Mon, Nov 1, 2021 at 3:13 PM Danner, Duane < <mailto:ddanner@xxxxxxxxxxxx> ddanner@xxxxxxxxxxxx> wrote:
Looking for an example of automating a full system save thru a CL if
possible.
Thanks
Duane Danner
Avery Weigh-Tronix
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: <mailto:MIDRANGE-L@xxxxxxxxxxxxxxxxxx> MIDRANGE-L@xxxxxxxxxxxxxxxxxx To
subscribe, unsubscribe, or change list options,
visit: <https://lists.midrange.com/mailman/listinfo/midrange-l> https://lists.midrange.com/mailman/listinfo/midrange-l
or email: <mailto:MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx> MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
<https://archive.midrange.com/midrange-l> https://archive.midrange.com/midrange-l.
Please contact <mailto:support@xxxxxxxxxxxxxxxxxxxx> support@xxxxxxxxxxxxxxxxxxxx for any subscription
related questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: <https://amazon.midrange.com> https://amazon.midrange.com
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: <mailto:MIDRANGE-L@xxxxxxxxxxxxxxxxxx> MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: <
https://lists.midrange.com/mailman/listinfo/midrange-l>
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: <mailto:MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx> MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at <
https://archive.midrange.com/midrange-l>
https://archive.midrange.com/midrange-l.
Please contact <mailto:support@xxxxxxxxxxxxxxxxxxxx> support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link: <
https://amazon.midrange.com>
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.