<snip> The program is assembler it’s 14 csects is there a way to trace it displaying offsets / location counter </snip>
Based on previous discussion, I think what you would like is to have such a trace display csect name and offset-within-csect. Since there is a way to trace, then it should be easy to write a post-processing tool that uses the output of AMBLIST (or some other binder interface) to get the mapping of csect-within-loadmod and then uses that data to provide csect name and offset-within-csect for each trace statement. I had already mentioned that a SLIP IF trap with ACTION=TRACE could also be used to capture an instruction trace. Peter Relson z/OS Core Technology Design ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
