ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

save IFS stuff

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • save IFS stuff

    save all objects in the folder QIBM into a save file called SAVF in library
    JAMIELIB



    PHP Code:
    SBMJOB CMD(SAV DEV('QSYS.LIB/jamielib.LIB/savf.FILE')  
    OBJ(('/qibm/*' *INCLUDE))) JOB(IFSSAVEJOBQ(QPGMR
    All my answers were extracted from the "Big Dummy's Guide to the As400"
    and I take no responsibility for any of them.

    www.code400.com

  • #2
    Re: save IFS stuff

    jamief:

    Thanks for your example. To restore back to the IFS in the same place would it be?:

    SBMJOB CMD(RST DEV('QSYS.LIB/jamielib.LIB/savf.FILE')
    OBJ(('/qibm/*' *INCLUDE))) JOB(IFSSAVE) JOBQ(QPGMR)


    James
    James R. Martin
    e-mail: jmartn@jmartinassociates.net

    Comment

    Working...
    X