TechTalk: The built-in functions of the new system debugger.

General
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Unfortunately, using this method to display data contained in a particular occurrence of a multiple occurrence data structure has a limitation. If you use the F11 key, the debugger displays only the value of the current occurrence. Fortunately, the debugger's built-in %INDEX function solves this problem by letting you set the current index of a multiple occurrence data structure.

You use the %INDEX function through the EVAL statement. For example, if you want to look at the thirteenth occurrence of data structure MODS, you key the following debug command in the debugger command line:

 EVAL MODS = %INDEX(13) 

Now you can display the value of the thirteenth occurrence by either placing the cursor in the MODS variable and pressing F11 or using the EVAL command. You can also display any of the subfields of the data structure with the F11 technique or with the EVAL command.

There are two other built-in debug functions to assist you in displaying variables: %SUBSTR and %ADDR. The %SUBSTR function allows you to substring a character string variable. Similar to the ILE RPG %SUBSTR operator, the first parameter is the variable name, the second parameter is the starting position, and the third parameter is the number of bytes to display. For example, to display 25 bytes of a variable named LONGSTR beginning with position 1001, you would enter the following debug command:

 EVAL %SUBSTR(LONGSTR 1001 25) 

The %ADDR function displays the memory address of a variable. To display the address of example variable LONGSTR, you would enter the following debug command:

 EVAL %ADDR(LONGSTR) 

For more information about the new system debugger, see "The ILE Source Debugger" (MC, March 1995) or the ILE RPG/400 Programmer's Guide (SC09-1525, QBKAQDOO).

- Richard Shaler

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$

Book Reviews

Resource Center

  •  

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: