|
As far as the Wiki, see:
http://wiki.midrange.com/index.php/Service_Entry_Point
Michael Quigley
AS/400 Programming Section
The Way International
www.TheWay.org
date: Fri, 26 Oct 2007 08:42:51 -0400OPTION(*LSTDBG).
from: "Wilt, Charles" <WiltC@xxxxxxxxxx>
subject: Re: [WDSCI-L] (CONVERT TO RPGLE and CLLE) was WDSC vs SEU
Frank,
Make sure your RPG III programs are compiled with OPTION(*SRCDBG) or
If you want to debug an interactive program, you need to go to a 5250session and issue the following
command: STRRSESVR NAME('your wdsc connection name')so the STRRSESVR command I
For example, in WDSCi, my connection is named "Dev - Fire and First Aid",
used is:the 5250 session and WDSCi
STRRSESVR NAME('Dev - Fire and First Aid'). This creates an link between
which allows WDSCi to use the session for running interactive commands.Debug(Prompt). By default, the
Then right click on the program object in RSE and select Debug As or
system will start the program with a simple call (for interactive) orSBMJOB (for batch) with no
parameters. If you need to start it in some other way, make sure youchoose Debug(Prompt). From the
menu that displays when you select Debug As or Debug(Prompt) select Batchor Interactive.
Since we have a menuing system that does some stuff behind the scenes,when I need to debug an
interactive app, I find it easiest to simply do the Debug(Prompt)-->Interactive and on the "how to
Start" tab, I enter the command which starts our menuing system. Then Iwork my way through the
menuing system and when I start the program I had select for debug, itpops up in the WDSCi debugger.
HTH,
Charles
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.