Hi guys, anybody know How RPG/400 code can be converted to RPG
IV code with a single command?
i'm working on progA , in that program i want to see the userids of the users who work on this program?
How to declare the dynamic(run time) array in rpgle? can you please give example
what is a rpg?
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
what is the rpg system?
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
Delete FileName at first statement in RPG.
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.
what is *place and *auto keyword in prtf ?plz explain
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2