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 / ajay
yow can make a lf and use that lf in ur rpg pgm
| Is This Answer Correct ? | 0 Yes | 16 No |
Post New Answer View All Answers
how can you check for a records existence without causing and i/o (chain/read)?
what does the opcode free do?
describe the difference between the dowxx and douxx operations?
how can you specify no duplicate key?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
what is a join logical file?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
What Is The Difference Between Goto & Exsr?
what does check opcode is used?
WHAT IS AS/400 SYNORIO?
where can you specify an indicator in lokup operation?
what is rpg fixed logic cycle?
Write a CL program which will run a batch job at 1 am every night
can a join logical file be updated?
what are various techniques to pass parameters from one program to another?