What is keyword PFILE specifies ?
Answer / satyanarayan singh
PFILE is used define the Physical file being referenced.
| Is This Answer Correct ? | 0 Yes | 0 No |
maximum number of subfiles that can be active for a single file is?
what is OUTFILE?what is the uses and disadvantage? where we can use this?
what is match field indicator?
how to get no of records in file in rpg with out cl cmd
How can we read file using curser? how to define a curser?
define the purpose of the *bcat function?
What is the purpose of the following FORDHDR1 CF E WORKSTN $2SFN SFILE FMT2
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?
how a varible can be passed to a subfile...accnt1 contain data in a data area..ie Daccnt1 uds,Daccnt2 3 overlay(accnt1:1), DNo 4 overlay(accnt1:4)..we want to transfer this dataarea value from acnt0001 to a subfile..that means to enter each record we have to incriment account no,, i normal window we can do move accnt1 account_no eval account_no=accnt1 eval no=no+1 exfmt usr_account how it possible with Subfile????????.Please do answer? (Thank you for all your answers dear friends!!)
can a indexed file be accessed in arrival sequence in rpg program?
What is the use of E specification in RPG?
what are the different opcodes available in rpg for database access ?