RPG ILE Questions and Answers

Recent IT Questions

1 - 20 of 113
<<PREVIOUS 1|2|3|4|5|6 NEXT>>

Email message sent is printing 2 pages

I have written a process where a salesrep remotely orders a special item that we don't normally carry and it signals the buyer to order it.  When the item is ordered the system emails the salesrep. I use SNDDST with *LMSG with a short note stating the item has been ordered with item, vendor,...

View Answer   |  Nov 20 2009  3:16 PM GMT
SNDDST, RPG ILE, CLLE
asked by Filuphaze

  315 pts.

BUILTIN FUNCTION..

HOW CAN WE CHECK THE EXISTANCE OF ANY RECORD IN ANY PF WITHOUT READING THE FILE IN RPGILE . . IS THERE ANY BUILT IN FUNCTION  THANKS/

View Answer   |  Nov 10 2009  12:47 AM GMT
RPGLE, RPG ILE, RPG Functions
asked by Ambrish 82

  275 pts.

ILE Best method of Parameter handling using Procedures

Using prototypes and Procedure interfaces I understand that no parameter may be returned if a procedure is called directly via CALLP. And only one parameter may be returned if procedure is called via EVAL with return. What is the best way to return multiple parameters from a procedure (assuming I...

View Answer   |  Oct 15 2009  11:09 AM GMT
RPG ILE Parameter handling, RPG ILE, RPG
asked by Barryo

  35 pts.

Debug ILE Cobol 400

How can I display (Eval) subset of a filed while debugging ILE Cobol program. How can I view the content of a field from specified position and lenght. I know how to review the content for a specified lenght, but can't find a way to view part of the string from position 256 for example. ...

View Answer   |  Oct 15 2009  10:41 AM GMT
COBOL/400, RPG ILE, COBOL debugging
asked by GalB

  5 pts.

RPGILE

Hi All       In activation group suppose 2 program is reading same file the 1[sup]st[/sup] record reading by 1st program how second program will read second record how will do in RPGILE by activation group?  

View Answer   |  Oct 14 2009  6:29 AM GMT
RPG ILE
asked by Yogeshrajmane

  10 pts.

Can one use strdbg to trace code through a interactive program that allows update to display screens

Can one use strdbg to trace code through a interactive program that allows update to display screens. I can get  the add item and delete item part to work but not the update/change function which craps out with a error message. There seems no reason for this message, but there has to be a reason...

View Answer   |  Oct 13 2009  8:59 PM GMT
RPG ILE, RPG debugging, RPGLE
asked by Nitzinger

  170 pts.

Restrict the user in RPG ILE

Hi All, tell me that how to restrict the user to call program at time, means one user can call one program that time another user can't call same program..?   Regard's Yogesh    Software/Hardware used: Software

asked by Yogeshrajmane

  10 pts.

How to use debug on a interactive program with subfiles

I want to know if you can use debug on a interactive program that uses subfiles to hold the modify data?

View Answer   |  Oct 12 2009  6:49 PM GMT
RPG ILE, RPG, RPG debugging
asked by Nitzinger

  170 pts.

RPG ILE

Hi i want to know the best books for RPG ILE to learn. Regards, Rams. Software/Hardware used: AS400

View Answer   |  Oct 12 2009  10:10 AM GMT
RPG ILE, RPG ILE Training
asked by Ramshivas

  5 pts.

Touch Screen with iSeries Green Screen

Can I create a green screenn RPG program that will work using a touch screen?  If so, how do get started?  Software/Hardware used: RPGLE, iSeries 520

View Answer   |  Aug 27 2009  7:10 PM GMT
RPG ILE, Touch Screen
asked by Oldrpger123

  5 pts.

RPG ILE

I am converting RPG III code to RPG ILE (brand new to ILE). I have several program where field lengths were assign via the MOVE/MOVEL operations. Is there a way to do that also with the EVAL/EVALR operations or can anyone suggest another. ?    

View Answer   |  Aug 26 2009  9:22 PM GMT
RPG ILE
asked by Dcarney

  30 pts.

How can we know from which program my RPGLE program is called from.

Hi All, I have one RPGLE program (PROG1)is calling from 10 programs, I got one requirement i.e if my program PROG1 called from 10 different programs my program PROG1 should perform 10 different functionality in my PROG1. So if i want to write code for 10 different functionalities in PROG1, first...

View Answer   |  Aug 26 2009  9:41 AM GMT
AS/400, RPG ILE, RPGLE
asked by Mohan K

  470 pts.

Scrolling Message in RPGLE

Does anyone know how to create a scolling message on the bottom of a display screen? I am programming on the AS400 in RPGLE

View Answer   |  Aug 18 2009  9:22 PM GMT
RPG, RPG ILE, RPG/400
asked by GHENDER

  50 pts.

submit date within ILE

i need to retrieve the the submit date when my job kicks off... If the job is submited on a friday but doesn't start until saturday(for one reason or other).

View Answer   |  Aug 3 2009  2:13 PM GMT
RPG ILE
asked by Pablov

  35 pts.

LIKE FUNCTION IN RPGILE

Hi All.. suppose i want to access all records in wich any field begins with 'S' ... how can i do this in RPG ILE without using %subst Please help me.. Regards Ambrish

View Answer   |  Jul 25 2009  5:31 AM GMT
RPG ILE, RPGILE, AS/400
asked by Ambrish 82

  275 pts.

RPG ILE ending program properly on an error

Hello, Could someone please help me with this? 1. I have an ever running job that calls a particular ILE program (PGM A) to do some XML parsing and composing. 2. PGM A calles another program PGM B (which in turn has modules MOD B, MOD C and a NOMAIN module MOD D binded to it). 3. PGM A parses the...

View Answer   |  Jul 13 2009  5:34 PM GMT
RPG ILE, RPG, RPGILE
asked by Compengr2003

  55 pts.

How can i found one external procedure in binding directory.

Hi, I have one RPGLE program which is using Binding directory: QC2LE. Now my program is calling some external procedures(rslvsp, setsppfp)from QC2LE. i have opened this binding directory to see what are all the procedures are available it consists of so many service program can any one please...

View Answer   |  Jul 9 2009  7:01 AM GMT
AS/400, RPG ILE, Service program
asked by Mohan K

  470 pts.

Xing out of an AS400 session

We have several users who instead of properly signing off the AS400, they simply X out of it. This is causing several problems such as files are being locked. Is there any way I can prevent users from Xing out of an AS400 application?

View Answer   |  Jun 26 2009  8:42 PM GMT
RPG, RPG IV, RPG ILE
asked by GHENDER

  50 pts.

Explain diiferent data types in AS400

Hi, Can anyone please explain me different data types in AS400 What is the difference between Packed decimal and zoned decimal. Since in our project we have both .Net and AS400 technolgy. Some times .Net guys usually retrieve data from AS400 system into their tables that time they used to ask...

View Answer   |  Jun 25 2009  9:27 AM GMT
AS/400, RPG ILE, Packed-Decimal Format
asked by Mohan K

  470 pts.

how to access QTEMP files in batch programs.

Hi All, I have developed one tool in AS400 which consists of one CL program and one RPGLE program. I have created 2 temporary files in QTEMP in CL program. RPG program is called by CL. these two files will be used in RPG program in update and output mode. after that i want to run that RPGILE...

View Answer   |  Jun 25 2009  5:15 AM GMT
RPG ILE, CL batch program, QTEMP
asked by Mohan K

  470 pts.

1 - 20 of 113
<<PREVIOUS 1|2|3|4|5|6 NEXT>>