Using the FIRST parameter

Both of the following commands search for the first column name containing the string NO:
L FIRST NO
L 'NO' FIRST

In TABL display format, the preceding commands start at the first column for the Db2® object and scan right to find the first column name that is either NO, or contains the string NO. The search ends when either a match occurs, or the last column of the Db2® object is encountered. If a matching column name is found, ZDT/Db2 scrolls the data so that the matching column is displayed on the left of the display.

In SNGL display format, the preceding commands start at the first column for the Db2® object and scan down to find the first matching column name. The search ends when either a match occurs, or the last column of the Db2® object is encountered. If a matching column name is found, ZDT/Db2 scrolls the data so that the matching column is displayed at the top of the display.