How can you delete records form a file in rpg without
using "Delete" OPCODE?
Answer Posted / syam
Surendra....Not all records or Not cl command!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to select highest score of each subject or how to select highest income of every month?
1. 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?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what are the key words you must use when using a subfile?
How many program bind in one module....
do you use message subfiles? What are the necessary keywords required coding a message subfile?
How can we know running job is batch or interactive?
Assume 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?
How to declare the pull button in AS/400..
What is the difference between copybooks and subprocedures in as400?
What is the difference between iter and do?
How 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
What are the types of identifiers?
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?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.