what is the equivalent keyword for CHAIN opcode ??
Answer Posted / ghogre
SETLL + READE
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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.
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?
can you debug ile rpg program using isdb?
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
How many program bind in one module....
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What is a record lock error?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
are there any useful c runtime apis that I can call from rpg iv?
what is file information data structure?
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.
What is file identifier where we can use?
how do you use commitment control in rpg?
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?