What is the difference between regular logical file and join logical file?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I remove a flag or check no. or name when a user opens too many sessions?

1867


what is service program?

691


maximum number of subfiles that can be active for a single file is?

1130


what are various techniques to pass parameters from one program to another?

1243


define the purpose of the *bcat function?

1037






. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?

7237


where can you specify an indicator in lokup operation?

1313


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..

1878


What is data structure in as400? What is the use of data structure?

687


How to reverse a string using RPG?

934


Difference Between Skip Before & Space Before?

763


What is binder language ?

1561


how many printer files maximum can be used in single rpg program?

786


what is the maximum number of files allowed in rpg?

1073


The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...

2003