0
votes
3answers
25 views
AS400 DB2 Journals search
I am new to DB2 administration on AS400, could you point me to the best practices/tools to search for errors in the DB2 journals?
So far I use the DSPJRN command but I am unable t …
0
votes
2answers
85 views
Unpacking AS400 packed decimal (BCD) - possibly borked by EBCDIC conversion?
I'm getting files transferred from an AS/400 to our Windows (SBS 2003) via FTP. The files are fixed-width data. The text appears fine, but some of the fields are packed decimals, …
0
votes
1answer
26 views
Is there an numeric type in ILE RPG which will overflow without crashing my program?
I'm looking for a numeric type in ILE RPG which will "wrap round" when it overflows, in a similar way to how a C int would. Is there such a thing?
0
votes
2answers
68 views
External stored procedure on IBM i
I am trying to create an external stored procedure on an IBM i (V5R4), but I'm getting an error when I try to run it.
All I want to do is call an RPG program, without passing any …
0
votes
1answer
18 views
Access AS400/DB2 with SQL 2008 Express
I'm trying to add the AS400 as a linked server in SQL 2008 Express in order to access some tables in a DB on the iSeries. I've tried all of the OLE providers with many different st …
1
vote
1answer
87 views
How can I get the EBCDIC value of a character in RPGLE?
I need to have some way of converting single characters in RPGLE into integers - does anyone know a good way? It has to work for all possible inputs and ideally provide a different …
1
vote
1answer
74 views
Add a column to a DB2/400 table with a specific ordinal position
Is there an SQL command on the AS400/iSeries/System-i/whatever to add a column to a table in a specific ordinal position, or moving an existing column to a different position?
0
votes
2answers
40 views
ASP.NET to AS/400 Communication Error
When trying to access an AS/400 server from an ASP.NET webservice, I'm getting the following log message:
0x00000D98 0x00000001 10/14/2009
16:16:08.734375 :
iDB2ConnectionF …
0
votes
1answer
62 views
How can I perform an SqlBulkCopy (equivalent) using an ODBC connection in C#?
Hi all,
I am working on a project where I need to extract data from a MSSQL database table, and then insert the data into a table of the same structure on an AS400.
The SqlBulkCo …
1
vote
3answers
97 views
How long can memory leaks persist in RPGLE programs?
I'm putting into production some RPGLE code which uses %alloc and dealloc to allocate memory. Programmers should be able to ensure there are no resulting memory leaks but I'm worr …
2
votes
2answers
163 views
Add a field description to a DB2/400 file
I have a set of files in a library on an AS/400/iSeries/System-I/iSeries/whatever-IBM-wants-me-to-call-it-these-days which I do not have DDS for (created in SQL I gather) but to wh …
0
votes
2answers
66 views
Conditional Compilation in RPG(LE)
Can I include a section of code based on whether a variable is defined in my program, or is the preprocessor completely unable to access this information, only compilation conditio …
1
vote
1answer
117 views
DB2 AS400 Java function always returns same value
Hello,
I am writing a user defined function to DB2 on AS/400 in Java and the strangest thing happen..
I am always getting the same result from the function even when i am changing …
0
votes
6answers
822 views
C#: Convert AS/400 date into DateTime
Dates in DB2 AS/400 are an integer, containing the number of days since sometime around the turn of the 20th century.
Question 1: Does anyone know the IBM DB2/AS400 "zero" date? e …
1
vote
2answers
294 views
Calling a remote Java program on iSeries from RPG
I'm looking to invoke a Java program from RPG running on Iseries V5r4. The remote program is a web service client (performing a postcode lookup), running in Websphere.
Ideally I …
