What is the difference between regular logical file and join logical file?
Answer / nitin trivedi
Regular logical file contains more than one record format.
Record format name in regular logical file should be same based on the physical file.
Join logical file contains only one record format.
Record format name in join logical file should be different.
Through logical file we can made changes in physical file.
Through join logical file we can't made changes in physical file.
Is This Answer Correct ? | 0 Yes | 0 No |
what is code for reading member in rpgle when wehave like extmbr(*all) so we have 3 members in *all then i want to read first record in 2member
where can you specify an indicator in lokup operation?
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?
not all command typed on command line are cl command? true r false
Apart from opening of a file do we have any other use of USROPN?
using dfu, user will be able to ___________ from physical file?
how many printer files maximum can be used in single rpg program?
List and explain the different type of data structures?
If login Screen has been modified by adding current date to be displayed. What Step to be followed to Keep that date as Current date Note: If no steps taken then it will display only the compilation date
What is a message file?
Q. Soppose one job is running in a batch mode for long time now i want to kill(end)this batch job.How you will achive this?
Which command we can use to update a physical file using c.l pgm?