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 |
ESCAPE message sent by child program can be handled by parent program using which keyword?
How can we change element of compile time array?Can we do so
If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.
How Commitment and Roll back control is used in as400, explain with real time senario ???
what is plat file?
two attributes which govern the excecution of a job>>>>??
how can an indexed file be used as arrival sequence in RPG?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis
How Chain operation copies the record's data to the input buffer for the program?
check existence of one record without using chain or read?
if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.