what is estimation? and what is the level identifier
parameter in PF?
Answer Posted / sunaina
I think we can have only one record format in a physical
file file then how the record level identifier can be two
for two members of a physical files. Could you please explain.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
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.
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
How Chain operation copies the record's data to the input buffer for the program?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
do you use message subfiles? What are the necessary keywords required coding a message subfile?
What is ment by record level identifier?
How to write record if no field or the field are different in physical file in rpgle ?
what do you mean by an input subfile, what are the keywords required?
can you debug ile rpg program using isdb?
can I touch the array during treatments?
what is the procedure and explain about real time scenario.
How to call one program from another program in RPG? please help me with the code
what is *place and *auto keyword in prtf ?plz explain