Re: Omon/Epilog question

2011-05-13 Thread Walter Medenbach
The same commands can be used in batch mode

Walter Medenbach
Performance Analyst
IBM Australia

On Thu, May 12, 2011 at 2:44 PM, Cobe Xu cob...@gmail.com wrote:

 Hi list,

 How to use archived EDS (regardless active ones in EDSLIST) when involve
 EPILOG in batch mode?
 In panel mode, I know DAT ADD and DAT USE command can help.
 Many thanks!

 --
 Cobe Xu

 Best Regards
 ---
 z/OS Performance  Capacity Analyst
 z/OS System Programmer
 Email: cob...@gmail.com
 ---
 *Impart fishing is much better than just donate fishes*

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Omon/Epilog question

2011-05-11 Thread Cobe Xu
Hi list,

How to use archived EDS (regardless active ones in EDSLIST) when involve
EPILOG in batch mode?
In panel mode, I know DAT ADD and DAT USE command can help.
Many thanks!

-- 
Cobe Xu

Best Regards
---
z/OS Performance  Capacity Analyst
z/OS System Programmer
Email: cob...@gmail.com
---
*Impart fishing is much better than just donate fishes*

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: EPILOG question

2010-09-09 Thread Norman Hollander on DesertWiz
Hopefully that SYSPRINT actually has a SYSOUT= or other appropriate options
other than *.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Cobe Xu
Sent: Wednesday, September 08, 2010 Wednesday 10:42 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: EPILOG question

thanks Norman...

Just figured out.. I did  a silly move that put SYSPRINT DD after RKM2IN
DD

On Thu, Sep 9, 2010 at 2:02 AM, Norman Hollander on DesertWiz 
norman.hollan...@desertwiz.biz wrote:

 Have you called support to get help?  It may be a known problem, or 
 others may have already reported it.

 zNorman

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On 
 Behalf Of Cobe Xu
 Sent: Wednesday, September 08, 2010 Wednesday 10:40 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: EPILOG question

 Hi list,
 We recently upgraded to Omegamon XE v420, everything looks fine, 
 except I could not gen reports using EPILOG obtain command in batch, 
 which works in the old version.
 The job gets rc 0, but no record printed. While I use EPILOG session 
 command line can display information. Any one encounter similar thing? 
 any idea will be appriciated. Thanks!

 here is my JCL:
 //EXPORT   EXEC PGM=KEPOBTN,REGION=4096K,PARM='EPPROD=EP'
 //STEPLIB  DD DISP=SHR,DSN=SYS1.OZOS1.TKANMOD //RKANPAR  DD 
 DISP=SHR,DSN=SYSU.OZOS1.AHD5.RKANPARU
 //RKM2OUTR DD SYSOUT=*REPORT LISTING
 //RKM2OUTO DD SYSOUT=*OBTAIN MESSAGE LOG
 //RKM2OUTM DD SYSOUT=*EPILOG MESSAGE LOG
 //OUTREP   DD DSN=OUTREP,DISP=(NEW,PASS,DELETE),UNIT=3390,
 //DCB=(RECFM=VB,LRECL=4096,BLKSIZE=27998),SPACE=(TRK,(1,1))
 //ABNLIGNR DD DUMMY
 //RKM2OUTD DD  DSN=MYUID.EPILOG.REPORT,DISP=(MOD,CATLG),
 // SPACE=(CYL,(2,1)),UNIT=SYSDA,
 // DCB=(DSORG=PS,RECFM=V,LRECL=4096)
 //RKM2IN   DD *
 //SYSPRINT DD *
  OBTAIN STC(CNMS) INT -
   ELEMENTS(SMFID,SDATE,STIME,STCNAME,CPUTRXTM) -
   FORMAT(PC) OUTFILE(RKM2OUTD) REPLACE
 /*

 --
 Cobe Xu

 Best Regards
 ---
 zOS Performance  Capacity Analyst
 E2E Performance Analyst
 Email: cob...@gmail.com
 ---

 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO 
 Search the archives at http://bama.ua.edu/archives/ibm-main.html




--
Cobe Xu

Best Regards
---
zOS Performance  Capacity Analyst
E2E Performance Analyst
Email: cob...@gmail.com
---

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


EPILOG question

2010-09-08 Thread Cobe Xu
Hi list,
We recently upgraded to Omegamon XE v420, everything looks fine, except I
could not gen reports using EPILOG obtain command in batch, which works in
the old version.
The job gets rc 0, but no record printed. While I use EPILOG session command
line can display information. Any one encounter similar thing? any idea will
be appriciated. Thanks!

here is my JCL:
//EXPORT   EXEC PGM=KEPOBTN,REGION=4096K,PARM='EPPROD=EP'
//STEPLIB  DD DISP=SHR,DSN=SYS1.OZOS1.TKANMOD
//RKANPAR  DD DISP=SHR,DSN=SYSU.OZOS1.AHD5.RKANPARU
//RKM2OUTR DD SYSOUT=*REPORT LISTING
//RKM2OUTO DD SYSOUT=*OBTAIN MESSAGE LOG
//RKM2OUTM DD SYSOUT=*EPILOG MESSAGE LOG
//OUTREP   DD DSN=OUTREP,DISP=(NEW,PASS,DELETE),UNIT=3390,
//DCB=(RECFM=VB,LRECL=4096,BLKSIZE=27998),SPACE=(TRK,(1,1))
//ABNLIGNR DD DUMMY
//RKM2OUTD DD  DSN=MYUID.EPILOG.REPORT,DISP=(MOD,CATLG),
// SPACE=(CYL,(2,1)),UNIT=SYSDA,
// DCB=(DSORG=PS,RECFM=V,LRECL=4096)
//RKM2IN   DD *
//SYSPRINT DD *
 OBTAIN STC(CNMS) INT -
   ELEMENTS(SMFID,SDATE,STIME,STCNAME,CPUTRXTM) -
   FORMAT(PC) OUTFILE(RKM2OUTD) REPLACE
/*

-- 
Cobe Xu

Best Regards
---
zOS Performance  Capacity Analyst
E2E Performance Analyst
Email: cob...@gmail.com
---

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: EPILOG question

2010-09-08 Thread Norman Hollander on DesertWiz
Have you called support to get help?  It may be a known problem, or others
may have
already reported it.

zNorman

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Cobe Xu
Sent: Wednesday, September 08, 2010 Wednesday 10:40 AM
To: IBM-MAIN@bama.ua.edu
Subject: EPILOG question

Hi list,
We recently upgraded to Omegamon XE v420, everything looks fine, except I
could not gen reports using EPILOG obtain command in batch, which works in
the old version.
The job gets rc 0, but no record printed. While I use EPILOG session command
line can display information. Any one encounter similar thing? any idea will
be appriciated. Thanks!

here is my JCL:
//EXPORT   EXEC PGM=KEPOBTN,REGION=4096K,PARM='EPPROD=EP'
//STEPLIB  DD DISP=SHR,DSN=SYS1.OZOS1.TKANMOD //RKANPAR  DD
DISP=SHR,DSN=SYSU.OZOS1.AHD5.RKANPARU
//RKM2OUTR DD SYSOUT=*REPORT LISTING
//RKM2OUTO DD SYSOUT=*OBTAIN MESSAGE LOG
//RKM2OUTM DD SYSOUT=*EPILOG MESSAGE LOG
//OUTREP   DD DSN=OUTREP,DISP=(NEW,PASS,DELETE),UNIT=3390,
//DCB=(RECFM=VB,LRECL=4096,BLKSIZE=27998),SPACE=(TRK,(1,1))
//ABNLIGNR DD DUMMY
//RKM2OUTD DD  DSN=MYUID.EPILOG.REPORT,DISP=(MOD,CATLG),
// SPACE=(CYL,(2,1)),UNIT=SYSDA,
// DCB=(DSORG=PS,RECFM=V,LRECL=4096)
//RKM2IN   DD *
//SYSPRINT DD *
 OBTAIN STC(CNMS) INT -
   ELEMENTS(SMFID,SDATE,STIME,STCNAME,CPUTRXTM) -
   FORMAT(PC) OUTFILE(RKM2OUTD) REPLACE
/*

--
Cobe Xu

Best Regards
---
zOS Performance  Capacity Analyst
E2E Performance Analyst
Email: cob...@gmail.com
---

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: EPILOG question

2010-09-08 Thread Cobe Xu
thanks Norman...

Just figured out.. I did  a silly move that put SYSPRINT DD after RKM2IN
DD

On Thu, Sep 9, 2010 at 2:02 AM, Norman Hollander on DesertWiz 
norman.hollan...@desertwiz.biz wrote:

 Have you called support to get help?  It may be a known problem, or others
 may have
 already reported it.

 zNorman

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf
 Of Cobe Xu
 Sent: Wednesday, September 08, 2010 Wednesday 10:40 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: EPILOG question

 Hi list,
 We recently upgraded to Omegamon XE v420, everything looks fine, except I
 could not gen reports using EPILOG obtain command in batch, which works in
 the old version.
 The job gets rc 0, but no record printed. While I use EPILOG session
 command
 line can display information. Any one encounter similar thing? any idea
 will
 be appriciated. Thanks!

 here is my JCL:
 //EXPORT   EXEC PGM=KEPOBTN,REGION=4096K,PARM='EPPROD=EP'
 //STEPLIB  DD DISP=SHR,DSN=SYS1.OZOS1.TKANMOD //RKANPAR  DD
 DISP=SHR,DSN=SYSU.OZOS1.AHD5.RKANPARU
 //RKM2OUTR DD SYSOUT=*REPORT LISTING
 //RKM2OUTO DD SYSOUT=*OBTAIN MESSAGE LOG
 //RKM2OUTM DD SYSOUT=*EPILOG MESSAGE LOG
 //OUTREP   DD DSN=OUTREP,DISP=(NEW,PASS,DELETE),UNIT=3390,
 //DCB=(RECFM=VB,LRECL=4096,BLKSIZE=27998),SPACE=(TRK,(1,1))
 //ABNLIGNR DD DUMMY
 //RKM2OUTD DD  DSN=MYUID.EPILOG.REPORT,DISP=(MOD,CATLG),
 // SPACE=(CYL,(2,1)),UNIT=SYSDA,
 // DCB=(DSORG=PS,RECFM=V,LRECL=4096)
 //RKM2IN   DD *
 //SYSPRINT DD *
  OBTAIN STC(CNMS) INT -
   ELEMENTS(SMFID,SDATE,STIME,STCNAME,CPUTRXTM) -
   FORMAT(PC) OUTFILE(RKM2OUTD) REPLACE
 /*

 --
 Cobe Xu

 Best Regards
 ---
 zOS Performance  Capacity Analyst
 E2E Performance Analyst
 Email: cob...@gmail.com
 ---

 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send email
 to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html




-- 
Cobe Xu

Best Regards
---
zOS Performance  Capacity Analyst
E2E Performance Analyst
Email: cob...@gmail.com
---

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html