 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ISeries System Debug Manager</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 18:27:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: cwc</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/#comment-60981</link>
		<dc:creator>cwc</dc:creator>
		<pubDate>Wed, 18 Mar 2009 14:23:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-60981</guid>
		<description><![CDATA[I never got into STRISDB much, but as far as I know, the STRDBG command pretty much does what STRISDB does, except STRDBG will work on both OPM and ILE programs, where STRISDB works only on OPM.  

To avoid having to to step through each field on a file operation, you can add the Option(*NoDebugIO) keyword on an H specification in the source.  

As far as tools go, hasn&#039;t IBM provided many more tools?  And many people don&#039;t even use because they&#039;re used to the way they&#039;ve always done it, with SEU and PDM.  I think SEU is a workhorse and still use from time to time, for quick edits.  But WDSC/RSE is a much better option overall.  It is a client based application so shouldn&#039;t need many resources on the AS/400.  Here is a good writeup on how to debug with it:  http://www.ibmsystemsmag.com/ibmi/enewsletterexclusive/18995p1.aspx .  One of the things that&#039;s really cool about this is that you can just roll over a variable with the mouse and its value will automatically be displayed.  

In our world, it&#039;s important to keep up with technological advancements, and many of the System i&#039;s (the system formerly known as AS/400) biggest advocates have not kept up.  In order for the system to continue to be seen as viable in the modern IT world, its application programmers cannot afford to get left behind.  To do so enforces the misperception that the i is a &quot;legacy system&quot;.  It is not -- only the applications that were written years ago are.  

OPM programming (such as RPG III/400) is obsolete, while ILE has much, much more functionality and power.  It will save you a lot of programming time once you start using it, and the learning curve really isn&#039;t that steep if you get a good book on it, or if you take a class.  

The bottom line, in my opinion, is that we are paid to understand and use technology that help our business customers.  If we don&#039;t keep up with new developments, we are not providing value to our business and risk seeing our favorite system getting shown the door and replaced with a bunch of PC based servers that, although they have their role and many strengths, also don&#039;t have the robustness that the System i does.  How many of us will be able to adapt to different programming paradigms like object oriented programming and web programming if we don&#039;t at least get familiar with the concepts as we go along?  If we cannot adapt, we will be gone.  This has already been happening.]]></description>
		<content:encoded><![CDATA[<p>I never got into STRISDB much, but as far as I know, the STRDBG command pretty much does what STRISDB does, except STRDBG will work on both OPM and ILE programs, where STRISDB works only on OPM.  </p>
<p>To avoid having to to step through each field on a file operation, you can add the Option(*NoDebugIO) keyword on an H specification in the source.  </p>
<p>As far as tools go, hasn&#8217;t IBM provided many more tools?  And many people don&#8217;t even use because they&#8217;re used to the way they&#8217;ve always done it, with SEU and PDM.  I think SEU is a workhorse and still use from time to time, for quick edits.  But WDSC/RSE is a much better option overall.  It is a client based application so shouldn&#8217;t need many resources on the AS/400.  Here is a good writeup on how to debug with it:  <a href="http://www.ibmsystemsmag.com/ibmi/enewsletterexclusive/18995p1.aspx" rel="nofollow">http://www.ibmsystemsmag.com/ibmi/enewsletterexclusive/18995p1.aspx</a> .  One of the things that&#8217;s really cool about this is that you can just roll over a variable with the mouse and its value will automatically be displayed.  </p>
<p>In our world, it&#8217;s important to keep up with technological advancements, and many of the System i&#8217;s (the system formerly known as AS/400) biggest advocates have not kept up.  In order for the system to continue to be seen as viable in the modern IT world, its application programmers cannot afford to get left behind.  To do so enforces the misperception that the i is a &#8220;legacy system&#8221;.  It is not &#8212; only the applications that were written years ago are.  </p>
<p>OPM programming (such as RPG III/400) is obsolete, while ILE has much, much more functionality and power.  It will save you a lot of programming time once you start using it, and the learning curve really isn&#8217;t that steep if you get a good book on it, or if you take a class.  </p>
<p>The bottom line, in my opinion, is that we are paid to understand and use technology that help our business customers.  If we don&#8217;t keep up with new developments, we are not providing value to our business and risk seeing our favorite system getting shown the door and replaced with a bunch of PC based servers that, although they have their role and many strengths, also don&#8217;t have the robustness that the System i does.  How many of us will be able to adapt to different programming paradigms like object oriented programming and web programming if we don&#8217;t at least get familiar with the concepts as we go along?  If we cannot adapt, we will be gone.  This has already been happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willhud69</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/#comment-60976</link>
		<dc:creator>willhud69</dc:creator>
		<pubDate>Wed, 18 Mar 2009 13:31:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-60976</guid>
		<description><![CDATA[The EVAL command will help some.  It&#039;s a heck of a lot of typing just to see what is in each variable, but it might beat paging up and down through 100 screens to find the variable I am looking for to see what it&#039;s value is.  If I was still young and didn&#039;t have the beginings for old timers, I would just keep them all in my head.  My short term memory just isn&#039;t what it used to be 20 years ago though.

Perhaps the programming we do is just way to simple for what they had in mind for this debug tool.  Never in a million years would I care what the memory address of the variable is.  That&#039;s supposed to be the beauty of RPG and the AS/400.  I write simple business applications!  I am not writing an OS.  To me, the F18 screen is totally useless from what I can tell.  I simply want to see a list of all the variables I care about and what their current value is when I hit a break point.

Has the world of AS/400 programming changed so much, that I am alone in thinking this is?

I feel like I am stuck with a couple of very BAD tools (at least for what I need them for), with no way around using them either because that&#039;s all there is.

STRDBG - Won&#039;t show you all your variables on a single screen or window that you want to see the values of, and the stopping each time the variable changes is a pain, especially if your watching 4 or 5 variables from the same physical file and it does a READE.  I feel like I am hitting the F11 key 100 times for it to simply step to the next line of code because it hits the file so many times.  That pretty much forces me to put a break after each read and hitting F12 instead.

The System  I Debugger (GUI over STRDBG) will show me a screen with the variables, but again stops on file reads like STRDBG.  Setting a break point right after the file read and hitting F12 seems easier, but then I have to make sure I set a break point after each read.  I was able to get it to debug the screen by starting the program first, and then starting debug in the GUI.  It&#039;s a bit cumbersome swapping back and forth between the green screen and the GUI, but it works.

RSE/WDSC - Is simply overkill and won&#039;t run well on our AS/400 as it is now.  Perhaps after our next upgrade I will make sure all the pieces to that are installed and try it.

To Yorkshireman - &#039;The potential for ILE to use multiple modules and become multi threaded means that the debug environment is perforce more complex. For debug purposes, you could consider compiling as single threaded, and make a command ( or something) which allows you to call the function from the command line and cary out interactive debug (not always possible I know, but well worth it if you can do so. &#039;

I really didn&#039;t follow this part at all.  I confess I don&#039;t know much about the whole multiple modules/multi-threaded thing.  We write data entery screens, reports, etc.  We have a couple web sites that one of the programmers here basically hacked their way through copying and changing examples, but I doubt any of us really understand it.  It&#039;s just not the kind of programming we do on a normal basis.

I like a lot of the things they added in ILE that I have found so far, but feel as if they really dropped the ball with the debug tool.  I think I need a quiet moment to shed a tear into a beer for the interactive debugger that served me well for the last 10 - 15 years.

I am sure I am not the only AS/400 guy or gal to put off going to ILE for these reasons and others.  Unfortunately, Lawson has now forced our hand, so we don&#039;t have a choice.  Somewhere between 1/3 and 1/2 of all our code had to be changed to ILE to satisfy their new file formats.

What&#039;s done though is done. I am sure in time of using it, we will get better at it.  Right now though, it seems awefully limiting.

I do appreciate all the help though you guys and gals have been great in trying to get my backward ways up to speed.]]></description>
		<content:encoded><![CDATA[<p>The EVAL command will help some.  It&#8217;s a heck of a lot of typing just to see what is in each variable, but it might beat paging up and down through 100 screens to find the variable I am looking for to see what it&#8217;s value is.  If I was still young and didn&#8217;t have the beginings for old timers, I would just keep them all in my head.  My short term memory just isn&#8217;t what it used to be 20 years ago though.</p>
<p>Perhaps the programming we do is just way to simple for what they had in mind for this debug tool.  Never in a million years would I care what the memory address of the variable is.  That&#8217;s supposed to be the beauty of RPG and the AS/400.  I write simple business applications!  I am not writing an OS.  To me, the F18 screen is totally useless from what I can tell.  I simply want to see a list of all the variables I care about and what their current value is when I hit a break point.</p>
<p>Has the world of AS/400 programming changed so much, that I am alone in thinking this is?</p>
<p>I feel like I am stuck with a couple of very BAD tools (at least for what I need them for), with no way around using them either because that&#8217;s all there is.</p>
<p>STRDBG &#8211; Won&#8217;t show you all your variables on a single screen or window that you want to see the values of, and the stopping each time the variable changes is a pain, especially if your watching 4 or 5 variables from the same physical file and it does a READE.  I feel like I am hitting the F11 key 100 times for it to simply step to the next line of code because it hits the file so many times.  That pretty much forces me to put a break after each read and hitting F12 instead.</p>
<p>The System  I Debugger (GUI over STRDBG) will show me a screen with the variables, but again stops on file reads like STRDBG.  Setting a break point right after the file read and hitting F12 seems easier, but then I have to make sure I set a break point after each read.  I was able to get it to debug the screen by starting the program first, and then starting debug in the GUI.  It&#8217;s a bit cumbersome swapping back and forth between the green screen and the GUI, but it works.</p>
<p>RSE/WDSC &#8211; Is simply overkill and won&#8217;t run well on our AS/400 as it is now.  Perhaps after our next upgrade I will make sure all the pieces to that are installed and try it.</p>
<p>To Yorkshireman &#8211; &#8216;The potential for ILE to use multiple modules and become multi threaded means that the debug environment is perforce more complex. For debug purposes, you could consider compiling as single threaded, and make a command ( or something) which allows you to call the function from the command line and cary out interactive debug (not always possible I know, but well worth it if you can do so. &#8216;</p>
<p>I really didn&#8217;t follow this part at all.  I confess I don&#8217;t know much about the whole multiple modules/multi-threaded thing.  We write data entery screens, reports, etc.  We have a couple web sites that one of the programmers here basically hacked their way through copying and changing examples, but I doubt any of us really understand it.  It&#8217;s just not the kind of programming we do on a normal basis.</p>
<p>I like a lot of the things they added in ILE that I have found so far, but feel as if they really dropped the ball with the debug tool.  I think I need a quiet moment to shed a tear into a beer for the interactive debugger that served me well for the last 10 &#8211; 15 years.</p>
<p>I am sure I am not the only AS/400 guy or gal to put off going to ILE for these reasons and others.  Unfortunately, Lawson has now forced our hand, so we don&#8217;t have a choice.  Somewhere between 1/3 and 1/2 of all our code had to be changed to ILE to satisfy their new file formats.</p>
<p>What&#8217;s done though is done. I am sure in time of using it, we will get better at it.  Right now though, it seems awefully limiting.</p>
<p>I do appreciate all the help though you guys and gals have been great in trying to get my backward ways up to speed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cwc</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/#comment-60956</link>
		<dc:creator>cwc</dc:creator>
		<pubDate>Tue, 17 Mar 2009 21:55:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-60956</guid>
		<description><![CDATA[You need to use F17 to set a watch of a particular variable (place the cursor on the variable and press F17), or just type Watch at the bottom, followed by the name of the variable.  That will monitor its memory location, and when the storage changes, the program will pause.  You can then use F11 to display the variable being watched (or any of the other ones), or enter EVAL followed by the name of the variable to see its value.  

F18 lets you see all the active watches and work with them accordingly.]]></description>
		<content:encoded><![CDATA[<p>You need to use F17 to set a watch of a particular variable (place the cursor on the variable and press F17), or just type Watch at the bottom, followed by the name of the variable.  That will monitor its memory location, and when the storage changes, the program will pause.  You can then use F11 to display the variable being watched (or any of the other ones), or enter EVAL followed by the name of the variable to see its value.  </p>
<p>F18 lets you see all the active watches and work with them accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willhud69</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/#comment-60906</link>
		<dc:creator>willhud69</dc:creator>
		<pubDate>Tue, 17 Mar 2009 14:34:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-60906</guid>
		<description><![CDATA[I tried th F18 option in STRDBG, but this is what I get.

                                                             System:   
 Type options, press enter.                                            
   4=Clear   5=Display                                                 
                                                                       
 Opt     Num      Variable                 Address              Length 
         1        CSEFDT                   E6E058929A085A5C     4      
                                                                       
                                                                       
Putting a 5 beside one of them variables      

                          Display Watch                       
                                                              
 Watch Number . . . :   1                                     
 Address  . . . . . :   E6E058929A085A5C                      
 Length . . . . . . :   4                                     
 Number of Hits . . :   0                                     
                                                              
 Scope when watch was set:                                    
   Program/Library/Type:   WPR519       WILL         *PGM     
                                                              
   Module . :   WPR519                                        
   Procedure:   WPR519                                        
   Variable :   CSEFDT                                        


I don&#039;t see the value anyplace?]]></description>
		<content:encoded><![CDATA[<p>I tried th F18 option in STRDBG, but this is what I get.</p>
<p>                                                             System:<br />
 Type options, press enter.<br />
   4=Clear   5=Display                                                 </p>
<p> Opt     Num      Variable                 Address              Length<br />
         1        CSEFDT                   E6E058929A085A5C     4      </p>
<p>Putting a 5 beside one of them variables      </p>
<p>                          Display Watch                       </p>
<p> Watch Number . . . :   1<br />
 Address  . . . . . :   E6E058929A085A5C<br />
 Length . . . . . . :   4<br />
 Number of Hits . . :   0                                     </p>
<p> Scope when watch was set:<br />
   Program/Library/Type:   WPR519       WILL         *PGM     </p>
<p>   Module . :   WPR519<br />
   Procedure:   WPR519<br />
   Variable :   CSEFDT                                        </p>
<p>I don&#8217;t see the value anyplace?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yorkshireman</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/#comment-60868</link>
		<dc:creator>yorkshireman</dc:creator>
		<pubDate>Mon, 16 Mar 2009 16:45:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-60868</guid>
		<description><![CDATA[If you want to watch variables in the program you can use the &#039;Watch&#039; command.

It&#039;s not like ISDB where the screen is taken over with watch items.  F18 is used to see the list of stuff you&#039;re watcjing. The program will break when a change to the watched variable happens. 

You should therefoer explore the syntax for conditional breakpoints, something like 
Break at 12345 when ABCDEF = 12345 

this allows, say, a batch process to execute up to a given record, then breaks, and you can step / set more break points.  


The potential for ILE to use multiple modules and become multi threaded means that the debug environment is perforce more complex.  For debug purposes, you could consider compiling as single threaded, and make a command ( or something) which allows you to call the function from the command line and cary out interactive debug (not always possible I know, but well worth it if you can do so. 


Finally, of course - design for failure, and have plenty of joblog messages and output of values / program structured to decision points etc etc , blah blah..  I used to be able to throw a pgm in ISDB, and now I have to think about the debug process - so ideally it needs to be designed in.]]></description>
		<content:encoded><![CDATA[<p>If you want to watch variables in the program you can use the &#8216;Watch&#8217; command.</p>
<p>It&#8217;s not like ISDB where the screen is taken over with watch items.  F18 is used to see the list of stuff you&#8217;re watcjing. The program will break when a change to the watched variable happens. </p>
<p>You should therefoer explore the syntax for conditional breakpoints, something like<br />
Break at 12345 when ABCDEF = 12345 </p>
<p>this allows, say, a batch process to execute up to a given record, then breaks, and you can step / set more break points.  </p>
<p>The potential for ILE to use multiple modules and become multi threaded means that the debug environment is perforce more complex.  For debug purposes, you could consider compiling as single threaded, and make a command ( or something) which allows you to call the function from the command line and cary out interactive debug (not always possible I know, but well worth it if you can do so. </p>
<p>Finally, of course &#8211; design for failure, and have plenty of joblog messages and output of values / program structured to decision points etc etc , blah blah..  I used to be able to throw a pgm in ISDB, and now I have to think about the debug process &#8211; so ideally it needs to be designed in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willhud69</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/#comment-60836</link>
		<dc:creator>willhud69</dc:creator>
		<pubDate>Sat, 14 Mar 2009 00:47:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-60836</guid>
		<description><![CDATA[Thanks, I definately never would have thought about starting the program first in a 5250 session.  I will try that this weekend.

I really appreciate all the help.]]></description>
		<content:encoded><![CDATA[<p>Thanks, I definately never would have thought about starting the program first in a 5250 session.  I will try that this weekend.</p>
<p>I really appreciate all the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teandy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/#comment-60826</link>
		<dc:creator>teandy</dc:creator>
		<pubDate>Fri, 13 Mar 2009 20:22:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-60826</guid>
		<description><![CDATA[In this case, the error means that you are trying to open an interactive screen in a batch process.  If you want the use the GUI, you need to start the program on the i5 THEN lauch the GUI and select &quot;Debug existing job on system&quot;.]]></description>
		<content:encoded><![CDATA[<p>In this case, the error means that you are trying to open an interactive screen in a batch process.  If you want the use the GUI, you need to start the program on the i5 THEN lauch the GUI and select &#8220;Debug existing job on system&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willhud69</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/#comment-60816</link>
		<dc:creator>willhud69</dc:creator>
		<pubDate>Fri, 13 Mar 2009 17:31:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-60816</guid>
		<description><![CDATA[here is the description of the error from the job log. I can only guess, that maybe you can&#039;t use the Java GUI to debug screen files?  WPR519D is a DSPF object with multiple record formats.  3 screens and a couple of subfiles within it.  

Statement . . . . . . . . . :   1000001                                       
Message . . . . :   Open attributes not valid in a multithreaded job.         
Cause . . . . . :   The open of file WPR519D in library WILL device *N failed 
  because this job is multithreaded and one of the following attributes has   
  been specified. - The file being opened is a type of file which is not      
  supported in multithreaded jobs. - SPOOL(*NO) was specified on an Override  
  with Printer File (OVRPRTF) command, in the program, or on the file. - A    
  save file was opened when more than one thread exists. Recovery  . . . :    
  Correct the attributes which caused the failure and try the request again.  
  Technical description . . . . . . . . :   In a multithreaded job only       
  database files, printer files, save files and Distributed Data Management   
  (DDM) files of type *IP may be opened.  Printer files must be opened        
  SPOOL(*YES). Save files must be opened when only one thread exists.         

I had just read several articles about how much better the GUI version was then just using the STRDBG, but it is either only good for batch processes, or I am still doing something wrong.  Which leads me back to just using STRDBG and having to either keep track of the variables in my head, or writing them all down each time they change /headdesk/.]]></description>
		<content:encoded><![CDATA[<p>here is the description of the error from the job log. I can only guess, that maybe you can&#8217;t use the Java GUI to debug screen files?  WPR519D is a DSPF object with multiple record formats.  3 screens and a couple of subfiles within it.  </p>
<p>Statement . . . . . . . . . :   1000001<br />
Message . . . . :   Open attributes not valid in a multithreaded job.<br />
Cause . . . . . :   The open of file WPR519D in library WILL device *N failed<br />
  because this job is multithreaded and one of the following attributes has<br />
  been specified. &#8211; The file being opened is a type of file which is not<br />
  supported in multithreaded jobs. &#8211; SPOOL(*NO) was specified on an Override<br />
  with Printer File (OVRPRTF) command, in the program, or on the file. &#8211; A<br />
  save file was opened when more than one thread exists. Recovery  . . . :<br />
  Correct the attributes which caused the failure and try the request again.<br />
  Technical description . . . . . . . . :   In a multithreaded job only<br />
  database files, printer files, save files and Distributed Data Management<br />
  (DDM) files of type *IP may be opened.  Printer files must be opened<br />
  SPOOL(*YES). Save files must be opened when only one thread exists.         </p>
<p>I had just read several articles about how much better the GUI version was then just using the STRDBG, but it is either only good for batch processes, or I am still doing something wrong.  Which leads me back to just using STRDBG and having to either keep track of the variables in my head, or writing them all down each time they change /headdesk/.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willhud69</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/#comment-60814</link>
		<dc:creator>willhud69</dc:creator>
		<pubDate>Fri, 13 Mar 2009 17:25:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-60814</guid>
		<description><![CDATA[Thanks everyone, its very refreshing having help.

I got past the OPMSRC(*YES) problem by reading about what to change when I compile the CL.  But when it called the RPGLE program, it blew up with an error on the screen.  

Cause . . . . . :   RPG procedure WPR519 in program WILL/WPR519 received the message CPF4380 while performing an implicit OPEN operation on file WPR519D. The actual file is WPR519D. 

Recovery  . . . :   Check the job log for a complete description of message CPF4380, and contact the person responsible for program maintenance. If the file has a device type of SPECIAL, there may be no message in the job log.

I have not had a chance to look at that yet.  I would have expected it to display the screen from the RPGLE program.  I do need to make sure the library list isn&#039;t getting the DDS object from the production library instead of the test library.  Just haven&#039;t had a chance yet.

I don&#039;t like the STRDBG program because you can&#039;t watch variables as you go through the code as you can with the STRISDB debugger.  You have to page up and down and all through the code to place your cursor on the variable and hit F11 or you have to type in a string on the command line to see the variable.  If there is a way to just watch the variables like with STRISDB I would be a happy camper, but there either isn&#039;t a way, or I haven&#039;t found it.  I don&#039;t understand why you have an amazing feature like that in STRISDB and they go and create STRDBG and leave that off????  That just doesn&#039;t make any sense to me.  The thing about the GUI, is you can see whatever variables you want changing as you step through the code like you could with STRISDB

As far as using the system values for the library lists, it would take me forever to see what all that would effect, since each users is controlled by their sign on and certain batch jobs just add them within the CL.  It probably shouldn&#039;t be that way, but lots of stuff in the IT world you inherit and it works, so you don&#039;t mess with it too much if you can help it &lt;grin&gt;]]></description>
		<content:encoded><![CDATA[<p>Thanks everyone, its very refreshing having help.</p>
<p>I got past the OPMSRC(*YES) problem by reading about what to change when I compile the CL.  But when it called the RPGLE program, it blew up with an error on the screen.  </p>
<p>Cause . . . . . :   RPG procedure WPR519 in program WILL/WPR519 received the message CPF4380 while performing an implicit OPEN operation on file WPR519D. The actual file is WPR519D. </p>
<p>Recovery  . . . :   Check the job log for a complete description of message CPF4380, and contact the person responsible for program maintenance. If the file has a device type of SPECIAL, there may be no message in the job log.</p>
<p>I have not had a chance to look at that yet.  I would have expected it to display the screen from the RPGLE program.  I do need to make sure the library list isn&#8217;t getting the DDS object from the production library instead of the test library.  Just haven&#8217;t had a chance yet.</p>
<p>I don&#8217;t like the STRDBG program because you can&#8217;t watch variables as you go through the code as you can with the STRISDB debugger.  You have to page up and down and all through the code to place your cursor on the variable and hit F11 or you have to type in a string on the command line to see the variable.  If there is a way to just watch the variables like with STRISDB I would be a happy camper, but there either isn&#8217;t a way, or I haven&#8217;t found it.  I don&#8217;t understand why you have an amazing feature like that in STRISDB and they go and create STRDBG and leave that off????  That just doesn&#8217;t make any sense to me.  The thing about the GUI, is you can see whatever variables you want changing as you step through the code like you could with STRISDB</p>
<p>As far as using the system values for the library lists, it would take me forever to see what all that would effect, since each users is controlled by their sign on and certain batch jobs just add them within the CL.  It probably shouldn&#8217;t be that way, but lots of stuff in the IT world you inherit and it works, so you don&#8217;t mess with it too much if you can help it &lt;grin&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lburkett99</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-system-debug-manager/#comment-60809</link>
		<dc:creator>lburkett99</dc:creator>
		<pubDate>Fri, 13 Mar 2009 16:46:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-60809</guid>
		<description><![CDATA[You can create an OPM program with OPTION(*SRCDBG), then use the OPMSRC(*YES) parameter in the STRDBG command.

There are two library lists; QSYSLIBL and QUSRLIBL are the system value names.  The system library list can only be changed by the CHGSYSVAL command,  and its default value is something like QSYS and QGPL.  If you want every user to always have access to one or more user libraries, add them to QSYSLIBL.]]></description>
		<content:encoded><![CDATA[<p>You can create an OPM program with OPTION(*SRCDBG), then use the OPMSRC(*YES) parameter in the STRDBG command.</p>
<p>There are two library lists; QSYSLIBL and QUSRLIBL are the system value names.  The system library list can only be changed by the CHGSYSVAL command,  and its default value is something like QSYS and QGPL.  If you want every user to always have access to one or more user libraries, add them to QSYSLIBL.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.039 seconds using memcached
Object Caching 393/399 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 00:06:45 -->