what is code for reading member in rpgle when wehave
like extmbr(*all)
so we have 3 members in *all then i want to read first
record in 2member
Answer Posted / adhar246
First do *HIVAL SSETGT on the file. It will set the pointer after the last record of first member. than do simple read operation. it will start reading from first record of second member.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
Write a CL program which will run a batch job at 1 am every night
Can you summarize the steps I have to go through in writing my first cgi?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
how to pick up the changed records every time in a subfile after the first change made ?
how can I control from my cgis the cache of a remote browser?
What is a query can be displayed without saving it?
What Does Lokup Does In Tables & Arrays?
list some of the commonly used commands for debugging?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
can we define multi-dimensional arrays in rpg ?
What is dynslt?
what are dds required for subfile?
can error messages as a result of a comp, range or values keyword be overridden?
Difference Between Call & Sbmjob?