A join logical file has how many record formats?
Answer / Anupam Kaushal
A Join Logical File (JLF) in IBM AS400 combines data from two or more base files with different record formats. However, the combined data will have only one record format.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are all the contents of subfile?
can a indexed file be accessed in arrival sequence in rpg program?
1.what operation cannot be used in conjunction with file coded as divice type disk? 2.Difference between INCLUDE AND COPY?
What are the types of Signature validation?
Write a logic program for knowing the repeated number of a vowels in a given program?
what is xfoot opcode ?
Which is better LF or OPNQRYF ? When should we use LF and when should we use OPNQRYF ?
1)In a pf if we delete a record then how to insert a new record at the same place in that pf?? any logic or code? 2)A batch job is taking a lot of time to run,found that it is going into loop and wrapping up so how to skip that loop and process the job without changing the code? 3)In which scenario C D I R comes and C D G F comes in a job? 4)If a job came to error while processing a file how we can know at which record the error hit and how to skip that record and process other records without changing program code?
what is the maximum number of parameters allowed in clp?
What is the maximum number of times Multiple Occurrences DS can occur in a program?
What controls which printer a report goes to?
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?