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



Yes, you can only do one lib at a time to a SAVF.

If you want to do multiple then create a SAVF for each lib in a temp library and then do a SAVLIB of that temp library.

We do this nightly using the following FTP script:

userid password
binary
quote rcmd clrsavf prod2sf
put PROD2SF
quote rcmd SBMJOB CMD(CALL PGM(topdog/RSTPROD2)) JOB(RSTPROD2) JOBQ(QSYSNOMAX)
quit


Note that it calls a CLP on the receiving system that does the RSTLIB's and sets the proper authorities (essential).

Jerry

On 9/15/2011 9:51 AM, Timothy Adair wrote:
When I tried to do

SAVLIB LIB(library1 library2) DEV(*SAVF) SAVF(QGPL/mySAVF)

I got the msg CPF3789 ("Only one library allowed with specified
parameters.").





"paul therrien"<paultherrien@xxxxxxxxxxxxxxxxxx> wrote in message
news:mailman.7270.1316103835.2572.midrange-l@xxxxxxxxxxxx...
Can you do one save of all the libraries and one restore of all the
libraries? You are not limited to one library at a time.

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Timothy Adair
Sent: Thursday, September 15, 2011 10:52 AM
To: midrange-l@xxxxxxxxxxxx
Subject: Simple way to tranfser library

Is there a simple way to copy a library to a remote (300 miles away)
iSeries? I know I can do:

Create SAVF
SAVLIB to SAVF
Create SAVF on remote system
Lather:
FTP SAVF to remote system
RSTLIB on remote system
CLRSAVF on remote system
CLRSAVF on local system
Lather, rinse, repeat (for each library)

I can do this but am hoping there's an easier, cheap (i.e. free)
alternative. We're upgrading to a new Power 7 and I need to copy some
libraries over to a remote i5 until the upgrade is complete, and then copy
them to the new system. I'd really rather not install anything new on the
old box, to accomplish this.

As always, any and all responses are welcome.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.