RPGLE Questions and Answers

Recent IT Questions

141 - 160 of 402

using the session date

How do I get the session date inside of a RPGLE program?

View Answer   |  Aug 14 2008  2:13 PM GMT
RPGLE
asked by Sdecker

  5 pts.

Error message coding

how to do the coding to check the data (email address)that the first char must contain @ by using movel? for example: if user key in abc.yahoo.com error massage will show but if user key in @yahoo.com the data is correct.

View Answer   |  Aug 14 2008  7:15 AM GMT
RPG, RPGLE, MOVEL
asked by TLT

  15 pts.

AS400-Array

i am doing the coding to check the email adress,eg:try@yahoo.com.after the character @,means(@yahoo.com),the rest of the characters called email domain.How to extract the email domain from the email address input by the user by using array and to check whether the user key in the email domain?

View Answer   |  Aug 14 2008  6:45 AM GMT
RPG, RPGLE
asked by Cev

  105 pts.

Array of AS400

Does anyone know how to use "lookup" in Array?

View Answer   |  Aug 14 2008  4:05 AM GMT
RPG, RPGLE, LOOKUP/XFOOT/MOVEA operations
asked by Cev

  105 pts.

Version Upgrade-now getting maching error

5722SS1 V5R4M0 060210 AS/400 DUMP 201617/ESANTI DUMP TAKEN FOR UNMONITORED ESCAPE MESSAGE .MESSAGE ID- MCH0601 .MESSAGE FILE- QCPFMSG ...

View Answer   |  Aug 12 2008  1:43 PM GMT
RPGLE, RPG III, MCH0601
asked by Doe Reeves

  55 pts.

QCMDEXC

Hi, i have built a small application using CL to convert date to required format. When i want to accomplish the same from RPGLE program with a display file to input date i wanted to call CVTDAT command from the RPG program. But i am geting error saying this command can't be issued in this set...is...

View Answer   |  Aug 12 2008  10:39 AM GMT
RPG, RPGLE, CL/400
asked by Ten2008

  730 pts.

useropen

Hi, What is the purpose of USROPN keyword?

View Answer   |  Aug 12 2008  10:06 AM GMT
RPG, RPGLE, USROPN
asked by As400venkat

  20 pts.

combination of primary file and full procedural files

I am using in a RPGLE program a combination of a primary file and 2 full procedural files. when the cycle reads first record from the primary file it has to retrieve some more information from the other two files and them write to the printer file.Can anybody help me out on this...thanks in...

View Answer   |  Aug 8 2008  1:00 PM GMT
RPGLE, RPG ILE
asked by Ten2008

  730 pts.

How can we get Source Code for BUILT IN functions

hi, Can anyone help me how can I get source codes for builtin functions and i want to implement some of functions like(BUILTIN) for my personel improvement in RPGLE

View Answer   |  Aug 7 2008  8:30 AM GMT
RPG, RPGLE, RPG ILE
asked by Mohan K

  470 pts.

how to initialize graphic character field

hi, I am facing problem while i am initializing my graphic character field with initial value in D spec below is code D Name S 20G VARYING INZ(G'oXXYYZZi') can any one help me the above code giving me error while i am defining graphic character field

View Answer   |  Aug 6 2008  11:01 AM GMT
RPG, RPGLE, D-Spec
asked by Mohan K

  470 pts.

About Run Time Arrays

Hi, Can anyone help me how can i use Run time ARRAYS in RPGLE PROGRAM and give me some examples to load array with records from file,when i am trying to define file in 'I' spec it is giving me compile time error please can any one give complete program example to work with runtime arrays

View Answer   |  Aug 4 2008  5:41 AM GMT
RPG, RPGLE, I-Spec
asked by Mohan K

  470 pts.

Call RPGLE Program from RPG Program

I have an RPG program. In that program I want to CALL a RPGLE program and pass parameters to it. What I need to know is there some parameter in the compile that I need to do to do this? I get errors when I try to compile the RPG normally.

View Answer   |  Jul 31 2008  7:31 PM GMT
RPG, RPGLE, Parameters
asked by SoccerDave

  5 pts.

Running the QSPOLJBQ API

I am calling this API that is an RPG program. When I run the program in debug mode it runs fine and displays all my jobques on the screen. When I enddbg, the program only goes through the code 1 time. Would anyone know why this is happening?

View Answer   |  Jul 30 2008  5:30 PM GMT
iSeries, RPGLE, API
asked by ISERIESTECH

  135 pts.

how to update DATA AREA

hi, I have a data area(ABC) i am able to retrieve DATA AREA(ABC) in my RPGLE program and i am doing some caluculation on content of dataarea once again i want to update the data area with new value and if i come out of rpgle program i am doing DSPDTAARA ABC command on command level but i am...

View Answer   |  Jul 29 2008  8:43 AM GMT
RPGLE, Data Area, DSPDTAARA
asked by Mohan K

  470 pts.

Difference between RPG400 & RPGLE?

What is the difference between RPG400 & RPGILE?

View Answer   |  Jul 24 2008  1:39 PM GMT
RPGLE, RPG/400
asked by Titan

  5 pts.

how to pass DATA AREA to RPGLE PROGRAM

hi, I have one data area called ABC of type *CHAR length is 10 in that i have some data i want pass that data area to RPGLE program as parameter, with in RPGLE program how can i receive that data area values in my program as PLIST and i am just calling this program from command line not from CL...

View Answer   |  Jul 15 2008  1:05 PM GMT
RPGLE, CL, CLPROGRAM
asked by Mohan K

  470 pts.

how can i get part of string into another variable of type char

hi, i have one name field of length 60 it contains all first,last,middle names corrospondingly , in that those r seperated by '/' now i want to move those last and first and middle names to 3 separate variables of type char now i know that with %SUBST we can get part of name but my problem...

View Answer   |  Jul 9 2008  11:11 AM GMT
RPG, RPGLE
asked by Mohan K

  470 pts.

difference between external described datastructure and program described datastructure

can any one help me what is the difference between external described datastructure and program described data structure and what is the use of external data structure and, can i use variables of external data structure in another program

View Answer   |  Jul 8 2008  8:28 AM GMT
AS/400, RPGLE, Data structures
asked by Mohan K

  470 pts.

Websphere Server Integrator

I have a client who is currently on an Iseries V5R4 and the Iseries programming language used is RPGLE(free and sql). The client recently introduced an MS server 2005 which houses a packaged software. We are currently FTPing data from the MS server to Iseries; however, the real solution is to use...

Answer Question   |  Jun 25 2008  10:32 PM GMT
iSeries, RPGLE, WebSphere
asked by Oldhouse

  5 pts.

RPQSQL / SQLRPG

Any body please help Wanted to know the advantage and disadvantage using RPGSQL / SQLRPG I've heard that this is the new one its not only RPG but become one with SQL. Thanks in advance

View Answer   |  Jun 25 2008  0:31 AM GMT
RPG, RPGLE, RPG IV
asked by TG

  50 pts.

141 - 160 of 402