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 |
how can you detect overflow for a print program that prints multiple lines per cycle?
What is the difference between regular logical file and join logical file?
what is the length of a variable in rpg?
What is the function of DSPATR (display attributes) keyword?
what is join logical file?
what are the important factors in error message subfile ?
what is the command to know how many lf are related to a pf?
what if my system I runs with system value qccsid 65535?
What are the different types of access paths maintained on the file?
which are the figurative constants used in rpg?
Good morning my experts.Im kuppi.im working as a software trainee on AS/400 technology.i have also joined with ibmi5 team.im trying to convert date with cl/400 coding.I have taken 2 parameters(like date and date types). A. If suppose date type is j,Now i want to convert date to *MDY format B. if date type is M,now i want to convert date to *JUL format C. sending a Program message with the value of converted date.
what is the purpose of data structure?