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.
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.
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?
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?
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 ...
5722SS1 V5R4M0 060210 AS/400 DUMP 201617/ESANTI DUMP TAKEN FOR UNMONITORED ESCAPE MESSAGE .MESSAGE ID- MCH0601 .MESSAGE FILE- QCPFMSG ...
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...
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...
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...
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...
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
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
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
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
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
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
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.
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.
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?
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?
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...
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...
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...
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...
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...
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...
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
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
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...
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...
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
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


