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?
Answer Posted / syam
You can read all members dynamicaly in ILE RPG
in F specification use EXTMBR('*ALL')
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
maximum number of subfiles that can be active for a single file is?
explain the difference between defining subfile and message-subfile?
what is a program described file in rpg?
what is the purpose of indicators in rpg?
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.
writing an sql statement from selecting records from two files using single statement and nested select statement.
what is the purpose of data structure?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
How to reverse the string in rpg
what is rpg ?
how to define global parameter in ile ?
what are the limitations of cl (compare to rpg) ?
when do you explicitly open files and close files in an rpg program?
what are indicators?
How can we read file using curser? how to define a curser?