I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5.
Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.
How to declare the pull button in AS/400..
What is the difference between inner join @ outer join
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210AMR (*MODULE) is bound with Other Modules which Forms Program Object as IC210ABP(*PGM) . As400 Command to find the IC210ABP Using IC210AMR..? Thanks
What are the necessary keywords required to code a message subfile?
Can an indexed file be accessed in arrival sequence in RPG?
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
i want to retrieve record b/w 2 dates in as400
How do you call procedures in ILE?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?