what do you mean by an input subfile, what are the keywords required?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to display prime numbers between 1 to 100 using RPGLE.
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?
Hi, Can any body tell me ur experience on this questions? Questions: 1.what is the use of SFLRCDNBR other than subfile page display? 2.Which of the following operation cannot be used in conjuction with a file coded as device type disk?
i want to perform uniqness on db file bt my db file nt hving key by useing rpgle.
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?
How to sort an array in descending in RPG
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
I have two sessions S1 & S2 under this 3 jobs(say j1,j2,j3 under session S1) And 2 jobs(Say j4, j5 Under session S2)is running. How many QTEMP & how many LDA will create for the same.