STRISDB has been effectively obsolete for a decade. There is little familiarity with STRISDB any more. Use STRDBG with OPMSRC(*YES) specified.
To start, run the STRDBG command giving the name of the program to be debugged along with OPMSRC(*YES). If the program can be debugged, the program source will be displayed. Search through the source to find and set any breakpoints that you want available at first. Then pres <F12> to exit out of the debug command.
Run whatever is needed to get your program to run. When any instruction at a breakpoint is reached, the debug display will automatically open for you. You can then do any debug actions such as stepping through the statements and displaying variables.
When finished, press <F12> to allow the program to complete. Then run ENDDBG to close the debug session.
Tom
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: 3  Replies