Posted: Wed Sep 07, 2005 9:24 pm Post subject: CA7-Total abends on the day
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 .
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 .
Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Thu Sep 08, 2005 11:37 am Post subject:
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.
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