Quick Tip: IBM i (iSeries / AS400) Spool File Navigation
Share
The following commands can be used to navigate spool files after using a command similar to WRKSPLF. Just enter the command into the “Control” field at the top as in the image below.
Command | Action |
T | Takes you to the top of the report (first page). |
B | Takes you to the bottom of the report (last page). |
xx | Puts line xx at the top of the screen. |
+xx | Advances xx lines from the current line. |
-xx | Goes back xx lines from the current line. |
Pxx | Goes to the xx page of the report. |
P+xx | Advances xx pages from the current page. |
P-xx | Goes back xx pages from the current page. |
Wxx | Puts the xx column on the left side of the screen. |
W+xx | Shifts the report to the right xx characters. |
W-xx | Shifts the report to the left xx characters. |
Author
Stewart Schatz
More Stories
Quick Tip: Determine Active Directory Account Status From The Windows Commandline
Use the following command to Determine Active Directory Account Status from the Windows Commandline without Powershell or any special software....
Where Is Java Installed?
Below are a few commands that can be run to determine where Java is installed on each Operating System: Windows:...
Quick Tip: IBM Navigator for i Default URL
This is a really quick one but I keep forgetting it: http://<SERVERNAME>:2004/ibm/console
Windows God Mode… What!?!
Windows God Mode is a hidden feature in the Windows operating system that allows users to access all of the system’s control panel options and settings in a single place.
A Better SMTP Test
Several years ago, I posted about an SMTP Test that I was using. Well, lately, I've needed something with a...
How To Kill All Processes With The Same Name On Windows
The taskkill command can be used many different ways to end or kill running processes on Windows Server 2012 and...
Average Rating