MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CA7-Total abends on the day

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Other Technical Topics
View previous topic :: View next topic  
Author Message
Phaninder
Beginner


Joined: 06 Jul 2005
Posts: 27
Topics: 11

PostPosted: Wed Sep 07, 2005 9:24 pm    Post subject: CA7-Total abends on the day Reply with quote

Hi all ,
I have a doubt on the commands we use to work with ca7-scheduler ,
I there any command which will let us know , the total number of ABENDS occured on a particular day , or total abends that come under one sched-id .

My basic intention is to know that total abends in that days cycle , through the ca7,as soon as the cycle gets completed.

Please let me know . Thanks in advance .
-------------
Phani . Smile
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Thu Sep 08, 2005 4:22 am    Post subject: Reply with quote

Phaninder,

You can use CA-7'S SASSBSTR program for generating the desired reports.Here is a sample job which will give you the desired results.

Code:
 

//EXTRACT  EXEC PGM=SASSBSTR,PARM=1                       
//JOBLIB   DD  DSN=ca7.loadlib,DISP=SHR                                   
//UCC7CMDS DD  DSN=ca7.communications.data.set,DISP=SHR                   
//BATCHIN  DD  DSN=batch.input.data.set,DISP=SHR                           
//BATCHOUT DD  DSN=batch.output.data.set,DISP=SHR                         
//SYSOUT   DD  SYSOUT=*                                                   
//SYSPRINT DD  DSN=YOUR OUTPUT REPORT,
//             DISP=(NEW,CATLG,DELETE),
//             UNIT=SYSDA,                       
//             SPACE=(CYL,(5,1),RLSE),
//             DCB=(RECFM=FBA,LRECL=133,BLKSIZE=3990)
//SYSIN    DD  *
/LOGON
LQ,ST=RSTR,SEQ=JOB   
/LOGOFF 



Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Phaninder
Beginner


Joined: 06 Jul 2005
Posts: 27
Topics: 11

PostPosted: Thu Sep 08, 2005 10:42 am    Post subject: Reply with quote

Hi Kolusu ,
Initially i would thank you for your response and looking at the above jcl , There are few doubts that are lingering around ,I request you to Clear some of My doubts ,

1)Is the SASSBSTR a program? Or a utility like file aid ? Whre can i find more info on it ? I am not aware of it .

"//JOBLIB DD DSN=ca7.loadlib,DISP=SHR "
2) Does ca7 have Load lib , I mean the load lib you specified in the above code ?

"//UCC7CMDS DD DSN=ca7.communications.data.set,DISP=SHR"
3)Does Ca7 have Communication dataset ? if yes please elucidate the importance of it .

"//BATCHIN DD DSN=batch.input.data.set,DISP=SHR
//BATCHOUT DD DSN=batch.output.data.set,DISP=SHR "
4) What should be the data in the datasets ?

Kolusu , I once again regret for posting so many questions , for this Post . I made it so bcoz I am Not aware of this , Kindly excuse me it it annoys you . Crying or Very sad

------------------
Thanks a Lot
Phani,
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Thu Sep 08, 2005 11:37 am    Post subject: Reply with quote

Quote:

1)Is the SASSBSTR a program? Or a utility like file aid ? Whre can i find more info on it ? I am not aware of it .



SASSBSTR is the batch terminal interface program of CA-7. You can find information on this in the CA-7 Interfaces Guide

Quote:

"//JOBLIB DD DSN=ca7.loadlib,DISP=SHR "
2) Does ca7 have Load lib , I mean the load lib you specified in the above code ?


Yes you need to specify the loadlib in the JCL
Quote:

"//UCC7CMDS DD DSN=ca7.communications.data.set,DISP=SHR"
3)Does Ca7 have Communication dataset ? if yes please elucidate the importance of it .

The communications data set is a dataset accessed by CA-7 during execuetion .

Quote:

"//BATCHIN DD DSN=batch.input.data.set,DISP=SHR
//BATCHOUT DD DSN=batch.output.data.set,DISP=SHR "
4) What should be the data in the datasets ?


The pgm SASSBSTR Copies SYSIN data to the BATCHIN data set.i.e all your sysin commands are copied to BATCHIN dataset which serves as an input to the PGM SASSBSTR.

Similary the output from SASSBSTR is written to the dataset specified to BATCHOUT DD statement. The pgm then copies output (from the processing) from the BATCHOUT data set to the SYSPRINT data set.

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Phaninder
Beginner


Joined: 06 Jul 2005
Posts: 27
Topics: 11

PostPosted: Thu Sep 08, 2005 11:26 pm    Post subject: Reply with quote

Kolusu,
I thank you for your quick response , I will check this and let you know the results .

Thanks Again Very Happy
-------------------
phani
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Other Technical Topics All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group