1) How to retrieve RRN through RPG ?
2) How to pass parameter by value ?
3) How to trap the error through the RPG/400
Answer Posted / dileep
WE CAN RETRIEVE RRN BY USING INFDS
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to select highest score of each subject or how to select highest income of every month?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
What is difference between bind by copy and bind by reference?
what is the necessary keyword needed to scroll subfile records?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
What are the types of identifiers?
What is a record lock error?
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
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
how do you use commitment control in rpg?
what is a rpg?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
What is the difference between iter and do?
can you debug ile rpg program using isdb?
How can we know running job is batch or interactive?