Hi 

Is there a way to make a conditional breakpoint by trapping the TEST list 
command getting its value and comparing it 

What I mean at breakoint execute a clist which issues and traps the list 
command for what you want to compare and if its equal do nothing 

Other wise go 

SET &SYSOUTRAP = 1
List 7R?+24 L(2) XC
SET &SYSOUTRAP = 0

Set Val = &str(&substr(12:15,&SYSOUTLINE1)

If &val = 0012 then +
  Write hit condition 
Else 
  Go 

This code doesn’t seem to work 

Thanks 
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to