HOW TO ANALYZE A PROCESS ON A RUNNING SYSTEM USING THE SYMBOLIC DUMP ANALYZER $ ANALYZE/SYSTEM !(Requires CMKRNL priv) SDA> SHOW SUMMARY !Find index # of process interested in SDA> SET PROCESS/INDEX=nn !where nn is index # of process interested in SDA> SHOW CALL !obtain top call frame. Obtain return PC !This tells where the program is. SDA> SHOW CALL/NEXT !obtain subsequent call frames. Trace program !nested calls back to main entry routine. !This further defines exactly where the program !is. Any other part of the program can also be examined. See the Symbolic Dump Analyzer manual for further details.