On 4/13/07, Mark H. Young <[EMAIL PROTECTED]> wrote:
On Fri, 13 Apr 2007 09:46:12 -0400, Jousma, David <[EMAIL PROTECTED]> wrote: YES, I have IBM's File Manager, but I don't think I've ever used it before. I've used DITTO a little. Can you create File Mgr JCL for batch job submit, or will FM try to do it online and interactive? As to why make a copy? We are sending these tapes offsite for another group (consultant) to build our system for us. Company is PSR. My boss wants a copy for safe keeping in our tape library. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Yes you can run it in batch, something like this - //FILEMGR EXEC PGM=FILEMGR //STEPLIB DD DSN=FMN310.SFMNMOD1,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSABEND DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //INPUT DD UNIT=291,VOL=SER=(INPUT), // DISP=SHR,LABEL=(1,BLP) //OUTPUT DD UNIT=290,VOL=SER=(OUTPUT), // DISP=SHR,LABEL=(1,BLP) //SYSIN DD * ££FILEM TT INPUT=INPUT,OUTPUT=OUTPUT, ££FILEM NFILES=EOV ££FILEM EOJ /* Jim McAlpine ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

