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 the difference between seton lr and retrn?
What are Triggers?
14 Answers Ordain Solutions, Seabus Solutions,
How can we find from which source the program has been compiled for a given RPGLE program object?
what is flatfile?what is the use of this file?where we can use usualy?what is the advantage of this?
how to handle job errors in as400 what is the command and where can we find out whether the job has any errors
Q.How can more than two program be executed in batch mode through SBMJOB in CL PGM but the condition is that program must be executed one by one?Please wtite the senario? 2. IS it possibe more then two programs can be executed in batch mode and HOw it will be executed in CL program ,please write the senario?
what does check opcode do ?
What is SFLPAG
how to see the error messages for each command in cl?
where can you specify an indicator in lokup operation?
what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... e.g call PGM(qp2shell) PARM('/qopensys/usr/bin/sh' '-c' 'sftp -b /home/mydir/tmp.txt user@host.com') Plz reply in detail...
what are the necessary keywords for the join logical file?