I know that there are LOAD/DELETE macros for a certain load module 
coming from another load module. I am trying to capture these events. What I 
had in mind was starting a GTF trace for SVCs 8 and 9 and setting a SLIP trap 
that specified as its DATA parameter (0R?,EQ,[module name]) and its RANGE 
parameter of where the LOADing/DELETEing module was.

   However, the GTF trace is capturing all SVC 8 and 9 events for the address 
space.

   What am I doing wrong? Can I not use a combination of GTF and SLIP to 
specify my criteria???

   Here is my GTF parameters:

TRACE=SVCP,JOBNAMEP,SLIP
SVC=(008,009)           
JOBNAME=PRDD3           
END                     

   And my SLIP parameters:

SLIP SET,IF,A=TRACE,ID=AJ,       
    J=PRDD3,TRDATA=(STD),        
    RA=(3E06B1F8,3E070FFC),      
    DA=(0R?,EQ,C4C3C1D7E3C2D3F0),
    ML=2,                        
    E                             


   Thanks.

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