Recent IT Questions

1 - 20 of 342
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>

Help to get good course to learn RPGLE!

Hi all. I am a beginer in RPG and i really want to have a full course step by step to learn and understand RPG programming . Can any one lead me to any good free accessed Books or materials that can help me , are their any book's servers for IBM other than that IBM info center ?? Thanks in...

View Answer   |  Jul 2 2009  6:17 PM GMT
RPGLE, RPG, RPGLE Training
asked by NA

  35 pts.

AS400 Physical file conversion to xml file

Hi, i need to write an RPGLE program to convert an as400 physical file to an xml file. Does anyone have a sample code for it? Thanks in advance.

View Answer   |  Jul 2 2009  5:10 AM GMT
Physical File, XML, RPGLE
asked by Siri

  20 pts.

Falshing output screen!!

Hi, When i try to call a compiled RPGLE program : *************** Beginning 001.00 /free 002.00 dsply 'hello'; 003.00 *inlr= *on; 004.00 /end-free No errors their but fast output screen appear to disply "hello" then goes . want it...

View Answer   |  Jun 30 2009  6:33 AM GMT
RPGLE, RPG
asked by NA

  35 pts.

converting ILE legacy code to a GUI based system

We are trying to move out of the old "GREEN SCREEN" code. Our software company is heading towards a GUI interface, but we currently have approx 250 custom programs that would need to be converted. Just about all of our legacy code is written in RPLGE / CLLE. We have a few simple apps that were...

View Answer   |  Jun 29 2009  3:04 PM GMT
RPGLE, ILE RPG, AS/400
asked by ToddN2000

  140 pts.

L Spec in RPG/RPGLE

Hi, In our project we are using L-Spec in some of the program. Can any one explain the basics of L-Spec. Sabarish

View Answer   |  Jun 25 2009  10:55 AM GMT
RPG, L-Spec, RPGLE
asked by Sabarish

  60 pts.

Using SQL Connect Statement in SQLRPGLE

I need to use the SQL CONNECT statement within a SQLRPGLE program to connect from one AS400 system to another. I need to get data from one file to another. Does anyone know how to do this? Can it be done within a program. I have no trouble when I do it on an SQL command line... I use CONNECT to...

View Answer   |  Jun 24 2009  9:00 PM GMT
SQL, RPGLE, CLP
asked by JCCPT

  5 pts.

Create a Stored Procedure using CL and RPGLE programs

I have an RPGLE program called from a CL program for database files overrides. I want to call the same programs from a stored prodecure on SQL Server from within a Web application. I am brand new to SQL Server but am pretty good on the AS400.

View Answer   |  Jun 12 2009  3:17 PM GMT
RPGLE, CL, Stored Procedures
asked by NCharette

  5 pts.

How can we send error message at message line from RPGLE program.

Hi All, I want to send one error message at AS/400 message line from my RPGLE program. for example i want to send one error message to the user saying that "ABC File is empty" if he excutes my program.

View Answer   |  Jun 10 2009  2:26 PM GMT
RPGLE, AS/400 errors, RPGLE Program
asked by Mohan K

  365 pts.

Add, change and delete Subfile records

We currently have an order entry program that lists items on an order and you can position to an item via a field in the CTL area. My question is I need to be able to add items to an order by keying in items, qty, etc from the bottom of the screen. The order header info needs to be on top of the...

View Answer   |  Jun 8 2009  9:27 PM GMT
RPG, RPGLE, Subfile
asked by Filuphaze

  300 pts.

understanding and detecting sql performance situation with abnormal 400 shutdown

Need help in understanding and detecting situation with logical files built for sql rpgle performance and abnormal shutdown. Our system went down due to ups failure. All of a sudden the rpgle sql program is a resource hog because it is not selecting the lf that was built specifically for...

View Answer   |  Jun 3 2009  2:32 PM GMT
RPGLE, SQL, DB2
asked by Modiyooch

  310 pts.

Exfmt opcode

Hi in a display file i can have many record formats.But while using them for I/O operations in the RPG programs can i use multiple EXFMT operation at different places? And how to control it in loops.Give me an example. Also tell me sample code for F12-cancel to go to the previous screen of display...

View Answer   |  May 19 2009  6:03 PM GMT
RPG, EXFMT operation, EXFMT statement
asked by Ten2008

  530 pts.

What is command we can use for calculate difference between 2 times (like subdur)?

we can use subdur for calculate the difference between 2 dates. and what's the function code that can use for difference between two times?

View Answer   |  May 15 2009  7:00 AM GMT
RPGLE, RPG/400, RPG
asked by Ccss

  10 pts.

RPG/400 CHAIN opcode

Hi,anybody tell me how to find the end of file situation while reading through the CHAIN opcode on a file in RPG/400 and in RPGLE. I think RPGLE we have %found built in function.thanks

View Answer   |  May 7 2009  7:33 AM GMT
RPG/400, CHAIN, RPG
asked by Ten2008

  530 pts.

How to use XML in RPG

Hi All, I want to know if its possible to FTP a file from RPG to any other systems using XML. More precisely, can we use XML to pull the data from RPG and feed it to other systems. If yes, appreciate if you can give some inputs or notes where I can find the complete process or code. Thanks.

View Answer   |  May 6 2009  10:20 PM GMT
RPG, XML, FTP
asked by RPGPGM

  40 pts.

Day of Week in RPGLE

Hi, I need to get the DAY for the given date in RPGLE program Is there any efficient method available to calculate this or any reliable APIs? Heard that CEEDYWK is very useful API to calculate the DAY OF WEEK. if any of you have the sample code, please share with me. Thanks in advance. -Deva

View Answer   |  May 4 2009  1:26 PM GMT
RPGLE, RPGLE Date Calculation
asked by Frmdeva

  150 pts.

RPGLE pgm to determine the last day for a month

does anyone have an rpgle pgm that will return the last day of the calendar month if given the month and year.

View Answer   |  Apr 27 2009  9:38 PM GMT
RPGLE, RPG/400, RPG %DATE
asked by Mtspudgun

  40 pts.

I want to read a pf and build a corresponding SQL statement and save the statemnet in text file.

how can i read pf ?as pf is colomn speciffic have to read pf like it will have feilds and some constraint, key, record. how can i build a corresponding SQL statement ? i m new in AS/400 but i have to submit this utility to my manager this thursday.. can anybody help me in providing some code for...

View Answer   |  Apr 26 2009  11:10 AM GMT
RPGLE, SQL statements, SQL
asked by Ddaswani

  30 pts.

RPGLE %CHAR strips off leading zeros

Chan we stop %CHAR from removing the leading zeros?

View Answer   |  Apr 22 2009  9:27 PM GMT
RPGLE, RPG %CHAR, RPG
asked by Coder

  10 pts.

How to automate getting the .CSV file from IFS folder to local desktop

I am working on tool which extract the data from physical files based on some condition and creates a .CSV file in IFS folder. I want to automate the process to get the CSV file to local Desktop and should save the file in specified location in local system. Is there any way to open the .CSV...

View Answer   |  Apr 8 2009  6:15 AM GMT
IFS Folder, RPG/400, RPGLE
asked by Richapd

  5 pts.

IFS Get list of files in a directory in RPGLE

Need to retrieve into a RPG program a list of all files in a folder on the IFS. Can this be done?

View Answer   |  Mar 27 2009  8:07 PM GMT
IFS Commands, IFS, IFS Directory to iSeries Folder
asked by Gcnpkn

  5 pts.


1 - 20 of 342
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>