What is the difference between inner join @ outer join
Answer Posted / kamal
In inner join means matching records in b/w the joining file will be selected.
Outer join means all records from primary file and matching records from secondary.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can we override a file during runtime in rpg?
what is kids-rpg?
How many program bind in one module....
can I touch the array during treatments?
is this a rpg channel?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
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.
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
what is the rpg system?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what is the necessary keyword needed to scroll subfile records?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is the use of sflnxtchg?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
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...