Hello Dave,

thanks for your quickly reponse!

On Mon, 22 May 2006 15:18:45 -0500, Dave Betten <[EMAIL PROTECTED]> wrote:

>Finger checked before so not sure if this got sent already.
>
>I looked at your SMFPRMxx parms and they appear ok.  Type 16 is not in
>your NOTYPE list for STC.  But I'm still a little unclear as to what your
>situation is.
>
>Did you just implement your own initialization (ICEIEXIT) and termination
>(ICETEXIT) routines and now you only get SMF records for STCs?
>

I have had a look at our usermods and I have only seen ICEIEXIT implemented 
to limit hiperspace usage. So, the lines of this exit doesn't seems to be 
modified to get only smf records for jobs. I could sent you this exit to 
revise it.


>Did you just modify your exits and now you only get SMF records for STCs?
>
>Are you not using any exits and even with SMF=YES as the installation
>default, you're still not getting any records?
>
>Are you sure there are started tasks executing sorts?  If so, are they jcl
>invoked sorts or program invoked?

I don't know how about ChageAccumulation works but jcl not shows program 
invoked directly:


//DBAA0001 PROC SOUT=*                                           
//*            JCL FOR HP CHANGE ACCUMULATION (HPCAJCL).             
//*                                                                  
//*******************************************************************
//*                                                                         
//* STC STARTED AND CONTROLLED BY CHANGE ACCUMULATION.    
//*                                                                  
//****************************************************************** 
//CA1      EXEC PGM=HPCADRI1,PARM='CORE=2048000,DBRC=Y',             
//             REGION=0K,PERFORM=6                                   
//STEPLIB  DD   DSN=IMSEPPA.RESLIB,DISP=SHR,DCB=BLKSIZE=32760        
//         DD  DISP=SHR,                                             
//             DSN=TARGET.IMSCA130.SHPCLMD0                          
//         DD   DSN=IMSEPPA.DINALOCS,DISP=SHR                        
//SYSPRINT DD   SYSOUT=*                                             
//SYSUDUMP DD   SYSOUT=2,OUTLIM=999999,HOLD=YES                      
//IMS      DD   DSN=IMSEPP.DBDLIB,DISP=SHR                           
//SYSOUT   DD   SYSOUT=*                                             
//SORTLIB  DD   DSN=SYS1.SORTLIB,DISP=SHR                            
//DFSUCUMO DD   DUMMY,DCB=BLKSIZE=100                                
//DFSUCUMN DD   DSN=dsname1,        
//             UNIT=(SYSALLDA),                                      
//             SPACE=(CYL,(350,110),RLSE),                           
//*            DCB=(MODEL,BUFNO=10),                                 
//             DISP=
(NEW,CATLG,DELETE)                                                          
                               
//*+++++++++++ ------------------------------- ++++++++++++++++++    
//ICBUCUMN DD   DSN=dsname2,        
//             UNIT=(SYSALLDA),                               
//             SPACE=(CYL,(350,110),RLSE),                    
//*            DCB=(MODEL,BUFNO=10),                          
//             DISP=(NEW,CATLG,DELETE)                        
//DFSUDD1  DD   DUMMY                                         
//*                                                           
//DFSULOG  DD  DSN=log1,      
//             UNIT=SYSALLDA,                                 
//             VOL=SER=(4W2859),                              
//             DCB=RECFM=VBS,                                 
//             DISP=SHR                                       
//         DD  DSN=log2,      
//             UNIT=SYSALLDA,                                 
//             VOL=SER=(AW4913),                              
//             DCB=RECFM=VBS,                                 
//             DISP=SHR                                       
//         DD  DSN=log3,      
//             UNIT=SYSALLDA,                                 
//             VOL=SER=(GW2279),                              
//             DCB=RECFM=VBS,                                 
//             DISP=SHR                                       
//         DD  DSN=log4,      
//             UNIT=SYSALLDA,                                 
//             VOL=SER=(FW5777),                              
//             DCB=RECFM=VBS,                                 
//             DISP=SHR                                       
//HPCPRINT DD  SYSOUT=&SOUT       


I have executed a job (codified with a jobnmame = stcname condition) to 
compare the reports of two libs:

 lib 1) working with lib created by DFSORT exit (ICETEXIT??)
 lib 2) working with lib that only contains SMF16 records

and the report shows:

 lib 1) observations ok
 lib 2) observations nok


I could also sent you this files to revise it.

----------------------------------------------------------------------
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

Reply via email to