How to read a record from file where there is multiple record occurrence is available?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
what is post opcode do
How to search particular records from the database file in rpg?
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?
difference betwen keywords and opcodes
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
What is ment by record level identifier?
how do u find whether a record is locked or not??/
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?