Recent IT Questions

1 - 20 of 29
<<PREVIOUS 1|2 NEXT>>

iseries - Display file - Unicode

How to make iseries display file display multilanguage characters.

View Answer   |  Jul 15 2009  7:36 AM GMT
iSeries development, Unicode, Character encoding
asked by Buvana662002

  5 pts.

How to connect to an AS/400 database from a remote PHP script

Hello. I have a requirement to use a PHP script running under Windows to access a remote DB2/400 on an iSeries. Can anyone please assist in what PHP coding would be needed, thank you! Regards Paul

View Answer   |  May 10 2009  10:13 PM GMT
DB2/400, PHP, Remote access
asked by PaulTaylor

  15 pts.

Transform DB2 to XML from AS/400

I have been requested to create XML files from AS/400 DB2 files to be used to update data on a client's web server. I have looked at IBM's XML Toolkit for iSeries, but the examples are all about parsing XML input and nothing about creating XML from native AS/400 database files. Is there something...

View Answer   |  May 10 2009  3:36 PM GMT
XML Toolkit for iSeries, DB2/400, AS/400 development
asked by LBurkett99

  800 pts.

Java on iSeries

Can anyone suggest me the link to learn Java on i-series? I am an experienced AS/400 programmer with knowledge on Java.

View Answer   |  Apr 29 2009  7:15 AM GMT
iSeries Java programming, iSeries, Java
asked by Ten2008

  675 pts.

RPG vs Java vs Others

Hi, With the possibilities of using all sorts of C and Java type functions now available in RPG and bearing in mind that (in my experience) Java is difficult to tune to perform reasonably on the i-Series is there any benefit for an RPG programmer to learn Java? Or would some other language be a...

View Answer   |  Apr 23 2009  11:22 AM GMT
RPG, Java, iSeries development
asked by Gilly400

  23625 pts.

Synon/2E - No member source genned

I created a file in the model and it did not generate a source member.

View Answer   |  Apr 19 2009  11:41 AM GMT
Synon, Synon/2E, AS/400 development
asked by Jeanmcjax

  5 pts.

Program utility required

I have had a request from a developer for the following: Utility program required so that a PF file and library can be specifed with starting date / time and ending date / time. This utility will then extract all the current journal records for that file, including the journal fields e.g. user,...

View Answer   |  Apr 17 2009  10:54 AM GMT
AS/400, iSeries, iSeries development
asked by Rob6606

  5 pts.

Java on iSeries

We have a java program running on web sphere on linux. The java program is zipped as jar and deployed in an IFS directory and we use RPGILE to call the java program. Would it be possible to deploy war file instead of jar file in IFS directory and call the java program in the war file using...

View Answer   |  Feb 5 2009  4:12 AM GMT
Java, iSeries, RPGILE
asked by Uiiuo

  50 pts.

Can embedded SQL in a SQLRPGLE program be used as a stored procedure?

I am successfully using (external) stored procedures with many RPGLE programs. (Some of these are SQLRPGLE programs because they return a result set.) All of this works fine. But if I try to replace some of the RPG I/O in a RPGLE program with embedded SQL, creating a SQLRPGLE program, and run it...

View Answer   |  Jan 14 2009  10:09 PM GMT
iSeries RPG programming, Stored Procedures, Embedded SQL
asked by Warykat

  20 pts.

WEB / iSeries

Where do you foresee browser-based iSeries access applications going, with regard to development portals, user interface methodologies, etc. ?

asked by Tsmith71553

  15 pts.

Using the SQL IN clause in SQLRPGLE

Can I use a variable with the IN clause in an iSeries SQLRPGLE program? Can I use: WHERE CUSTID IN(:CUSTNUMS) Instead of: WHERE CUSTID IN(145,1600,352)

View Answer   |  Dec 18 2008  10:09 PM GMT
iSeries, iSeries development, SQLRPGLE
asked by PWMASI

  5 pts.

iSeries: Accessing src PF member using Java/400

I am a veteran iSeries programmer but new to Java. We have a requirement of reading src PF member as record (each line) and to be transmitted. Also, incoming streams to be created as a src PF member by adding the recs in it. Which Java/400 class can be used to read from a member (e.g...

View Answer   |  Nov 17 2008  6:28 AM GMT
iSeries, Java, Java classes
asked by Raju400

  60 pts.

How to pause execution of a macro to allow user input of variable data in iSeries

I am exploring the possibilities to speed up input when testing by taking advantage of macros. The problem is when variable data has to be keyed into a field in the middle of the sequence. Reading the help-topics on WAIT I thought I could use the WaitForCursor-option, but it does not change the...

View Answer   |  Nov 13 2008  12:27 AM GMT
iSeries, iSeries development, iSeries macros
asked by Jb2665

  5 pts.

Listing the IFS to a file

We need to list the contents of the IFS and then list the contents of each directory. We need to output this to a file so that we can put it on a PC. We can see how to read a directory when we know the path. However we can’t see how to list the IFS to a file. Does anyone know how to do this?

View Answer   |  Aug 5 2008  2:39 PM GMT
iSeries, iSeries programming commands, IFS
asked by Will42

  5 pts.

simple code

Hi friends, Can you give the solution for the below mention simple code.and explain.what is output D CHR1 S 4A INZ('PEN') D CHR2 S 10A INZ('MYGET') D CHR3 S 8A INZ('GOOD') D CHR4 S 22A INZ C MOVEL CHR1 CHR4 C MOVE CHR2 CHR4 C EVAL CHR4=CHR3 C ...

View Answer   |  Jul 30 2008  5:20 AM GMT
iSeries development
asked by I6

  195 pts.

Find # days between 2 dates in Query 400

I have never used this function but it looks like the startdate and enddate must be alpha expressions for this to work. Is that correct?

View Answer   |  May 28 2008  3:50 PM GMT
AS/400 Query, iSeries development
asked by Abbey

  120 pts.

single page subfile

Hello friend, Currently i m learning as/400.i am confidence when i make load all subfile and expandable subfile...but when i go for single page subfile...i always stucked....i dont understand..page up and page down subroutine.....if anybody hv full progrm for single page subfile plzz mail...

View Answer   |  Apr 28 2008  12:39 AM GMT
Subfile, iSeries development
asked by Swapniln

  35 pts.

finding source files

I have been given the job of findind all source physical files on out AS400 In the pass there wre no standards for naming them. Have to locate all of these source physical file on our AS400 and them creat a spreensheet of all menbers trying to locate and drop the duplicate source code. Any help on...

View Answer   |  Apr 25 2008  7:42 PM GMT
AS/400, iSeries development, WRKOBJPDM
asked by Cjfarms

  5 pts.

AS/400 what keyword is used on the RPG IV definition specification to rename a subfield in an externaly defined data structure

what keyword is used on the RPG IV definition specification to rename a subfield in an externaly defined data structure

View Answer   |  Apr 9 2008  8:02 AM GMT
AS/400, RPG, iSeries development
asked by Developin

  5 pts.

how can we use ponter in function keys?

usually we are using if *in03=*off like that instead of this i want to give directly IF EXIT like that I think some pointers are used to this i am not sure about that please replay me this question.

View Answer   |  Apr 7 2008  12:31 AM GMT
RPGLE, iSeries development
asked by It doubts

  85 pts.

1 - 20 of 29
<<PREVIOUS 1|2 NEXT>>