Top "Ibm-midrange" questions

The IBM i is a proprietary platform from IBM, which runs on their Power Systems and Pure Systems, and contains a DB2 database integrated into the IBM i OS.

DB2 - How to run an ad hoc select query with a parameter in IBM System i Access for Windows GUI Tool

I would like to run some ad hoc select statements in the IBM System I Navigator tool for DB2 using …

sql db2 ibm-midrange iseries-navigator
If-else statement in DB2/400

I am trying to run an SQL that contains if-else statement in AS400 but it doesn't work. I am creating …

sql view ibm-midrange
setting up a default value of a column in select statement

actually i have 2 tables table1 and table2 table1 name city addr. table2 name city addr. ph.no now ph.no …

sql ibm-midrange
SQL query of multi-member file on AS400

On AS400 in interactive SQL in a 5250 session, select * from myfile returns rows from one member only when myfile has …

sql jdbc db2 ibm-midrange jt400
How do I programmatically run a complex query on an as400?

I'm new at working on an as400 and I have a query the joins across 4 tables. The query itself is …

sql ibm-midrange db2-400
Performance of SQL comparison using substring vs like with wildcard

I am working on a join condition between 2 tables where one of the columns to match on is a concatentation …

sql optimization db2 ibm-midrange
Why am I getting a "[SQL0802] Data conversion of data mapping error" exception?

I am not very familiar with iseries/DB2. However, I work on a website that uses it as its primary …

sql ibm-midrange data-conversion
Connect to IBM DB2 with .Net using only .dll reference

I would like to connect to a DB2 database, specifically an iSeries version, using .Net and C# by referencing a .…

.net database db2 ibm-midrange
C#: Convert COMP-3 Packed Decimal to Human-Readable Value

I have a series of ASCII flat files coming in from a mainframe to be processed by a C# application. …

c# .net ibm-midrange flat-file comp-3
How can I update top 100 rows in DB2

I know that in standard SQL you can do this: update top (100) table1 set field1 = 1 (reference: how can I Update …

sql db2 ibm-midrange