How to create a key field for a logical file inside RPG?
Answer Posted / rajesh n
In D Spec use KFLD and key field name.
Example:
KFLD Fld1.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
what do you mean by an input subfile, what are the keywords required?
how does the rpg element work?
how do I declare a table or array in rpg iv?
what is the rpg system?
What is difference between bind by copy and bind by reference?
what was the robotech rpg?
How can we override a file during runtime in rpg?
What is the difference between copybooks and subprocedures in as400?
what is the difference between do while and do until?
is this a rpg channel?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
how do I declare a minor?
what is data area and how it is used in rpg program ?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...