iSeries CL programming
New & Notable



Advance your data center career by mastering these 5 IT Skills
Maintaining an IT skill set that is up-to-date is essential, not just to maintain your career, but to advance it as well --otherwise you risk falling behind in this fast-paced, extremely competitive IT job market. Access this 25-page guide for expert insight, career forecasts and tips you need to know to keep your IT skills sharp.
iSeries CL programming Get Started
Bring yourself up to speed with our introductory content
-
EBCDIC (Extended Binary Coded Decimal Interchange Code)
EBCDIC (Extended Binary Coded Decimal Interchange Code ) (pronounced either "ehb-suh-dik" or "ehb-kuh-dik") is a binary code for alphabetic and numeric characters that IBM developed for its larger operating systems. (Continued...) Continue Reading
Evaluate iSeries CL programming Vendors & Products
Weigh the pros and cons of technologies, products and projects you are considering.
-
Simplify the process of converting a spool file from iSeries into an Excel spreadsheet
To simplify and accelerate the process of converting a spool file from iSeries into an Excel spreadsheet, eliminate the creation of the spool file and instead create a CVS text file, which can easily be loaded into Excel. Continue Reading
-
How to save, restore the screen -- the quick and easy way
This time we turn our attention to a couple of DSM APIs that can be used to take a "snapshot" of the screen, save it and restore it later using the saved data. Continue Reading
-
AS/400: System, Utilities, Database, and Programming
This chapter provides an overview of the AS/400 models. Continue Reading
Manage iSeries CL programming
Learn to apply best practices and optimize your operations.
-
Checking in on your IBM i authorization lists
Have you ever created an object on the AS/400 without making sure the necessary authorization list is attached? By using some common commands, you can secure your IBM i, and audit objects and fix mistakes. The necessary commands include DSPAUTLOBJ ... Continue Reading
-
CL program for daily backups
IBM makes the program source code for daily backups available on the IBM i with a simple command. Continue Reading
Problem Solve iSeries CL programming Issues
We’ve gathered up expert advice and tips from professionals like you so that the answers you need are always available.
-
A power-handling CL program for multiple IBM i servers
Rather than connecting your AS/400's to their own separate UPSs, find out how one UPS, one cable and a CL program can manage all your power-handling needs. Continue Reading
-
Taking advantage of CL advancements, starting with V5R3
Using the new CL programming tools released in V5R3 on the IBM System i has advantages: New looping methods, subroutines, and multiple file declarations. See examples of old versus new programs that ease and shorten programming commands. Continue Reading
-
An automated CL method of moving a query from AS/400 to Excel
If a daily task of your AS/400 is to print a report from a query a CL program can be written to automate the task and make it easy to open the results in Excel. This CL program copies an existing query to QTEMP and runs the query. Then it converts ... Continue Reading