Using the SAV command can be a tricky one for the long time System i Admin. It's more or less like backing up something out of UNIX.
I refer to this URL a good bit: <a href="http://www.itjungle.com/tfh/tfh080502-story03.html">LINK TO The Four Hundred</a>
SAMPLE: SAV DEV('QSYS.LIB/ADMIN.LIB/TFHSAVE.FILE') OBJ(('/tfh*' *INCLUDE))
It's always going to be QSYS.LIB as the IFS lives in the QSYS library.
Here is a sample if you would like to include it in your CL
<pre>
IFS: SAV DEV('/QSYS.LIB/TAP01.DEVD') OBJ(('/*') +
('/QSYS.LIB' *OMIT) ('/QDLS' *OMIT)) +
VOL(*MOUNTED) LABEL(*GEN) SEQNBR(*END) +
ENDOPT(*UNLOAD) PRECHK(*NO) UPDHST(*YES) +
CLEAR(*ALL) DTACPR(*YES)
</pre>
Last Wiki Answer Submitted: December 12, 2007 2:43 am by David Vasta975 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.