How do you do indexing in a physical file?
Answers were Sorted based on User's Feedback
Answer / rizwan
Indexing is nothing but keying a Physical File.
If you specify a key field for a Physical file,then the
Physical file is referred as Indexed Physical File Or Keyed
Physical File.
| Is This Answer Correct ? | 8 Yes | 0 No |
how does the rpg element work?
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
What is a record lock error?
If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
how can I tell when to replace the array?
How to print Superscript / Subscript from RPG400
1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??
how to run only 10 modules of existing N modules in service program in RPGILE ?
How to declare the dynamic(run time) array in rpgle? can you please give example
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?
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?