What about a command on System Console: F RMF,START II
2011/4/8 ibmnew <[email protected]> > > Mark > > Wherther do I prepare a proc and put COM='S RMFIII' statement in the > COMMND00 after COM='S RMF.RMF,,,MEMBER(00)' statement > > //RMFIII PROC > //COMMAND EXEC PGM=COMMAND > //IEFRDER DD * > D R,R > DELAY 10 > F RMF,START II > > > Thanks a lot! > > Jason Cai > > > > > > 发件人: ibmnew > 发送时间: 2011-04-08 14:30:22 > 收件人: IBM-MAIN > 抄送: > 主题: Re: How to start RMF Monitor III automatically after IPL the system. > > Dear Mark > Do we need to submit the following JCl to start RMF Monitor III > > //JOBNAME ... > //COMMAND EXEC PGM=COMMAND > //IEFRDER DD * > D R,R > DELAY 10 > F RMF,START III > Thanks a lot! > Best Regards, > Jason Cai > 发件人: Mark Zelden > 发送时间: 2011-04-08 00:42:42 > 收件人: IBM-MAIN > 抄送: > 主题: Re: How to start RMF Monitor III automatically after IPL the system. > > On Thu, 7 Apr 2011 10:24:23 +0800, ibmnew <[email protected]> wrote: > >Hi all > > > > We don't have SA. > > > > How to start RMF Monitor III automatically after IPL the system? > > > >Any suggestions is apprecited! > > > Sooooo many ways. Long ago in our sandbox LPARs we just > used a home grown program that issued a command after a delay > time that was set in a parm. Those commands were all part of > COMMNDxx in the parmlib concatenation. Long ago, I got rid > of all that and use the COMMAND package from CBT file 19. > Using that, there is a script started at IPL time with built in > delays. After RMF is started, it delays 20 seconds and > does the "F RMF,START III" command. > Mark > -- > Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS > mailto:[email protected] > Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html > Systems Programming expert at http://expertanswercenter.techtarget.com/ > *** Please note the new URL for Mark's MVS Utilities *** > ---------------------------------------------------------------------- > 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 > ---------------------------------------------------------------------- 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

