What Is AS400? The IBM i Operating System Explained (2026)

What Is AS400? The IBM i Operating System Explained (2026) — IT Management 101

By Linda Garrould — Reviewed 16 August 2026 What is AS400? AS400 is the everyday name for IBM’s midrange business computing platform — also known, depending on the decade, as iSeries, System i and (since 2008) IBM i. Launched in 1988 as the successor to the System/38, it is an integrated system of hardware, operating … Read more

How to delete or change DB/2 SQL Stored Procedures with duplicate/same name.

How to delete or change DB/2 SQL Stored Procedures with duplicate/same name. — IT Management 101

Using DB/2 for IBM i (aka IBM AS/400 or iSeries) I was trying to drop a stored procedure using the command DROP PROCEDURE TEST/TEST_FTP; But was getting a message Message: [SQL0476] Routine TEST_FTP in TEST not unique. Cause . . . . . : Function or procedure TEST_FTP in TEST was specified, not by signature … Read more