1.I Have a physical file , i want to read the data from the
each and every member of the File in the CL Program.How do
you achieve this.
2.How do you do the same in RPG?. do think is it possible to
read data from all the members in the RPG?
Answers were Sorted based on User's Feedback
Answer / sivaprasad
in CL
by OVRDBF we can load the data from all members in file.
OVRDBF FILE(INPUT) TOFILE(PAYROLL) MBR(*all)
in RPG
by EXTMBR(*all) can load the data from all members in file
| Is This Answer Correct ? | 18 Yes | 0 No |
difference between 1:%found and %equal built function in detail with example .
1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?
1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the error through the RPG/400
10 Answers IBM, Tech Mahindra,
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
can you debug ile rpg program using isdb?
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
parameters cannot be passed in which one???
Errors in Sql query will be in which state?
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
Hi, I am getting the error in RPG (All Record Formats for externally-described file ABCD ignored or dropped due to error; file ignored.) Please suggest any
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.