Suppose you have 3 members in a database file. How to read
records from all the members
Without using CL (OVRDBF) i.e. it should be handled
exclusively in an RPG program?
Answer Posted / reena
Create a logical file which contains the 3 members. Later
user the LF in RPG Program
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what the purpose of ovrdta, ovrata keywords?
Explain The Keywords Edtcde & Edtwrd?
How can we arrange duplicate records in a file?
explain the purpose of keep and assume keywords?
what is procedure prototype and procedure interface.
what is the difference between sflclr and sflinz?
what is cab?
can you display a empty subfile?
is there any way to dynamically merge other html scripts into a given html?
what are the different methods to access seu?
explain the difference between defining subfile and message-subfile?
i am using non join multiple format my 3 database file is like that pf97 R REC ENAME ETENNO ESTATUS K ENAME pf98 R REC1 ENAME ESAL K ENAME PF99 R REC3 ENAME CRDCARD EID K EID & MY NON JOIN LOGICAL FILE IS ALSO SAME EXCEPT RECORD NAMES BEFORE I TRIED WITH 2 FILES SO ITS SAYS ERROR I.E.(Key field attributes must be same as for previous formats. ) SO I CHANGED KEYFIELD ACCORDING TO PF SO ITS WORKING BUT AFTER ADDING 3 FILES ITS SAYING SAME ERROR . I DONT KNOW I NEW IN AS400 PLLZ HELP ME I HAVE ONE MORE QUE. CANT BE USE DIFFERENT KEYFIELD (NOT ACCORDING TO PF) IN NON JOIN LOGICAL FILE.
What Is Ddm ?
how many printer files maximum can be used in single rpg program?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.