IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SYSVIEW Monitoring


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Heindba

New User


Joined: 11 May 2010
Posts: 16
Location: South Africa

PostPosted: Thu Jan 26, 2012 5:53 pm
Reply with quote

I am trying to compile a JCL to pull the CICS stats from SYSVIEW on CHISTORY.

Please help as I have no Idea where to start.....
Here is a sample JCL:

Code:
//DEV16STS JOB (SDT,DB),'CICS STATS',CLASS=Q,MSGCLASS=V
//         REGION=4096K,USER=PPGESP,NOTIFY=DEV16,TYPRUN
//REPORT   EXEC PGM=XPFRMAIN,REGION=0M                 
//STEPLIB   DD DISP=SHR,DSN=SYS1.SYSV127.BASE.CNM4RLOD
//ERPTPRM  DD DISP=SHR,DSN=SYS1.SYSV127.BASE.CNM4RSAM 
//SYSPRINT DD DISP=(,PASS),DSN=&&REP,SPACE=(CYL,(1,1)),
//         DCB=(RECFM=FBA,LRECL=133,BLKSIZE=0),UNIT=339
//*SYSPRINT DD SYSOUT=*                               
//SYSUDUMP DD SYSOUT=*                                 
//*                                                   
//*    DAILY TRANSACTION SUMMARY                       
//*                                                   
//TAPSMF   DD DISP=SHR,DSN=JSEDEV1.SYSVIEW.CICS.TRAN, 
//         SUBSYS=(LOGR,GSVXLGEX,                     
//         'FROM=OLDEST,TO=YOUNGEST',                 
//         'STATS,NORDW'),                             
//**       'STATS,NORDW,CNT=20000'),                           
//          DCB=(DSORG=PS,RECFM=VB,LRECL=32756,BLKSIZE=32760) 
//SYSIN    DD *                                               
OPTION(SUMMARY=NO,DATAONLY=NO,ZEROFLD=ZERO)                   
INPUT(TAPSMF)                                                 
FROM -1 DAYS                                                   
TO   -1 DAYS                                                   
TAB DATE JOBNAME TRAN USE                                     
EACH DAY                                                       
END                                                           
RUN                                                           
/*                                                             
//MAIL     EXEC PGM=IKJEFT01,DYNAMNBR=30,REGION=4M             
//SYSEXEC  DD DISP=SHR,DSN=TSP.JSEDEV1.CPX.REXX               
//         DD DISP=SHR,DSN=TSP.JSEDEV1.CPX.STATS               
//REPFILE  DD DISP=(OLD,DELETE),DSN=&&REP                     
//SYSUDUMP DD   SYSOUT=*                                   
//SYSTSPRT DD   SYSOUT=*                                   
//WKFILE   DD   DISP=SHR,DSN=DEV16.JCLLIB(TESTDATA)       
//SYSTSIN  DD   *                                         
EMAIL (HEINRICHVG@CONNECTION42.CO.ZA) FILEDD REPFILE +     
  FILENAME CICSDAY.TXT NOMSG SUBJECT 'DAILY CICS TRANS'   
/*                                                         
//SYSIN     DD *               GENERATED STATEMENT         

Please HELP!!!!
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Thu Jan 26, 2012 8:00 pm
Reply with quote

You do not compile JCL, you submit it. Have you tried to do so?
Back to top
View user's profile Send private message
Heindba

New User


Joined: 11 May 2010
Posts: 16
Location: South Africa

PostPosted: Thu Jan 26, 2012 8:02 pm
Reply with quote

Actually the proper term would be to write a JCL. Yes I have submitted many JCL's in the past 8years.

I only need help with writing this JCL, to get the CICS stats from SYSVIEW monitoring.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jan 26, 2012 8:06 pm
Reply with quote

since we do not belong to Your organization, and we do not know Your standards and practices ...
we do not have the slightest idea either

why are You unwilling to speak to Your support ?
seems strange that a similar jcl would not already exists

anyway the
Code:
//SYSIN     DD *               GENERATED STATEMENT 
message
tells that You have misplaced <data> cards in Your jcl stream
Back to top
View user's profile Send private message
Heindba

New User


Joined: 11 May 2010
Posts: 16
Location: South Africa

PostPosted: Thu Jan 26, 2012 8:11 pm
Reply with quote

We are a outsourcing company. We actually specialize in Databases.

I tried getting the CICS support team at the other company to do it, but they don't want to as they have the monitoring tool in sysview, so they can monitor the stats on a daily basis.

We on the other hand have to give a report on what has been done on the systems for the month. Still don't know why we should do the CICS report but they want it.

I just thought that writing a JCL would be a better way of doing things to take the stats and write it to a sequentail file (Flat file).
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Monitoring production job progress. N... JCL & VSAM 4
No new posts Cobol transactions in SYSVIEW COBOL Programming 0
No new posts Z Monitoring server fails to start IBM Tools 1
No new posts CA Sysview - JCL or Rexx - Read or Ex... CA Products 4
Search our Forums:

Back to Top