what is the use of UNIQUEUE KEY WORD?
what is the difference between PFILE AND REF?
Answer Posted / sj
UNIQUE - Its file level keyword in PF. If you specify this
keyword then duplicate key values are not allowed in PF.
Ex. IF key field is cusno then no duplicate records are
allowed in cusno field
PFILE: Its logical file keyword to specify the Physical
file name.
REF: To specify the file name where the field discriptions
are present.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what are different record spacing keywords in rlu ?
what are the different types of data areas?
what does the ovrdbf command do?
what is scan and xlate?
how can database records be read without lock ?
can you display a empty subfile?
can you specify a display file to be used in the following modes input,output, or combined modes ?
what is a composite key?
how do u compile rpgle program?
define what a data area is along with a brief example of what it may be used for?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
how to validate input values in display file ?
can a indexed file be accessed in arrival sequence in rpg program?
what is arrival sequence?
what is the maximum number of parameters allowed in rpg?