How can we read a particular record from the database file
which is not having DDS (Flat File). For example, there are
100 records in the flat file. How can we retrive 15th
record in RPG/400 program (Without using CL)
Answer Posted / prince
My Answer is below
We need to use the following.
Factor 1 = 15
Opcode = CHAIN
Fator 2 = File Name
Please correct me if I am wrong
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
what is the rpg system?
what is program status data structure?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what do you mean by an input subfile, what are the keywords required?
What is difference between bind by copy and bind by reference?
How many program bind in one module....
What is the difference between copybooks and subprocedures in as400?
what is the procedure and explain about real time scenario.
what is data area and how it is used in rpg program ?
what is the difference between do while and do until?
are there any useful c runtime apis that I can call from rpg iv?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...