Path: utzoo!mnetor!uunet!husc6!ukma!psuvm.bitnet!cunyvm!unknown From: rrk@byuvax.bitnet Newsgroups: comp.os.vms Subject: /NOTRACEBACK and Decserver 200's Message-ID: <100rrk@byuvax.bitnet> Date: 13 Apr 88 19:01:01 GMT Lines: 32 This command procedure does the opposite...It makes images linked /NOTRACEBACK into debugable images: $!----------------------------------------------------- $ patch/abs 'p1' e/word 2 e \+4 dep .+4 = \ e .-8 dep .+4 = \ dep .-4 = 7ffedf68 e 20 dep . = \ or 1 update $!----------------------------------------------- To make it do the opposite (traceback to no traceback) would be: $!----------------------------------------------- $ patch/abs 'p1' e/word 2 e \+4 dep .-4 = \ e dep .-4 = \ dep .=0 e 20 dep . = \ and 0fffffffe update $!----------------------------------------- Hope this helps. AMMON::RAY