is it possible to create a join logical file using two join
logical files ? give exact reason for your answer
Answers were Sorted based on User's Feedback
Answer / remya
we can't create join lf from two other join lf. because the
file(s) specified in jfile keyword should be physical
files.As per my knowledge, the exact reason for this is,the
access path of the join lf is joined together and we can't
join them again.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / mithun paul
NO,It is not possible. Because, The parameter value of
JFILE of a Join Logical File must be a Physical File(PF).
| Is This Answer Correct ? | 3 Yes | 0 No |
Can an indexed file be accessed in arrival seQuence in RPG program ?
Can we debug the MSGW JOBS?
what is command in SFTP which is equivalent to SDUP command in FTP?
What is GDA?
What is the use of SDA ?
What is the purpose of USROPN keyword?
Is it possible to add an keyfield or field to an Physical file without changing its file identifier. Example : - Say I have an existing physical file which is being used in 5 programs. Now I want to add an additional Keyfield or an field to it and I don't want to recompile the programs.
What is the purpose of CHGPF (Change physical file) command?
what are dds required for subfile?
what is the difference between udate and the system date?
What is program status data structure(psds) in as400?
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...