Q: How do I see what indexes are being used by my SQL statements?
-Carrie Campbell
A: You can see the access plan of an SQL query by starting debug (STR-DBG) before you issue the Start SQL (STRSQL) command. After entering interactive SQL, type in and execute your query as normal. When your query is finished, press the SYSREQ key and press Enter. Select option 3 (Display current job); the Display Job panel appears. From the Display Job panel, select option 10 (Display job log...); the Display Job Log panel appears. Press F10 to display detailed messages. You might have to scroll back a bit, but eventually you'll see the SQL statement preparation and execution job log entries.
The second level help text of these messages, accessed by putting the cursor on the message and pressing Help, is usually very specific about which access paths were used and the reasons for the optimizer's decisions. Making sure the SQL statement uses an access path instead of the arrival sequence (meaning the query optimizer reads the file one record at a time for the entire file) can make a tremendous difference in the speed of your SQL statement.
- Brian Singleton


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.
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:
LATEST COMMENTS
MC Press Online