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
How do I remove a flag or check no. or name when a user opens too many sessions?
what is service program?
maximum number of subfiles that can be active for a single file is?
what are various techniques to pass parameters from one program to another?
define the purpose of the *bcat function?
. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?
where can you specify an indicator in lokup operation?
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..
What is data structure in as400? What is the use of data structure?
How to reverse a string using RPG?
Difference Between Skip Before & Space Before?
What is binder language ?
how many printer files maximum can be used in single rpg program?
what is the maximum number of files allowed in rpg?
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...