What do you mean by ODP?
The open data path (ODP) is the path through which all input and output operations are performed on a database file. As data is retrieved from or inserted into the file, the ODP will use an access path to navigate to a row within in the file.
| Is This Answer Correct ? | 7 Yes | 1 No |
I am a fresher. I got project on AS 400. Can any body suggest the best book for learning of it.
how can see logical file based on which physical file and vice versa
what does defn do?
What is the maximum number of subfiles that can be specified in a display file?
What is the difference between production library and test library ?
what is logical file?
I am fresher 2009 passedout.can you pls explain me what is AS400 and where it can be used and how about growth in the position as well as salary, whether it is a programming language or else?
What are all the different types of access path?
how do you read data area in an rpg program?
What is the use of L specs in RPG?
What are the valid data types in Data Queue?
Hi.can any body give me the code for this quesiton please.Because i dont have to try to enter the code in to the AS/400 server.Please can anybody give the answer for this question with complete code? A smple RPLE pgm which accepts the starting number and ending number as parameter.It then has to count all the odd numbers b/w the accepted range of numbers and display the results/ Ex:if the input parameters are 11 and 30 the result should be 10(11,13,15,17,19,21,23,25,27,29) Please explain and give me the complete code?