Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
1 2087Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
1 2465How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
1017When 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?
960Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
9401. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
950If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
1 2362
how do I declare a minor?
how can you display specific subfile page on the screen in unequal subfile?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
are there any useful c runtime apis that I can call from rpg iv?
What is file identifier where we can use?
how do you use commitment control in rpg?
How to select highest score of each subject or how to select highest income of every month?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
How to call one program from another program in RPG? please help me with the code
What is the difference between iter and do?
What is difference between bind by copy and bind by reference?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what is *place and *auto keyword in prtf ?plz explain
what are the key words you must use when using a subfile?