1.What is the difference between regular join logical file
and non join logical file?
2.what are the nessasary keywords for non join logical file
Answers were Sorted based on User's Feedback
Answer1:
More than one Database file can be joined by different ways
like..
1)Inner join or Join Logical file
2)Left outer Loin
3)Right outer Join
4)Self join
These all are join logical file.
Non Join Logical file means Simple Logical file i.e Only
one PF file.
Answer2:
PFILE is the necessary keyword for non
join logical file.
R Rec-For PFILE(PF name)
Is This Answer Correct ? | 20 Yes | 0 No |
Answer / rahul gupta
There is one more difference in both and that is :
We can insert data into PF using Non Join logical files but
we can not insert data using Join logical files
Is This Answer Correct ? | 23 Yes | 3 No |
Answer / sreedhar reddy
One more..
It is not possible to update the data by using Join Logical files.
Thanks
Is This Answer Correct ? | 11 Yes | 0 No |
What is the purpose of CHGPF (Change physical file) command?
what are the basic features of seu?
An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
Want to know related Interview questions and answers for seniors
What the difference between Source Physical File and Physical File?
diffrence between rename and prefix
what does defn do?
How many MONMSG commands can declare in a CL program?
Logic cycle
What is a Device file?
how can a cgi check whether an ifs object is available?