Answer Posted / mounika
1.dynamic selection of records
2.it will use existing file access path.
3.if we want use physical members give ovrdbf(filename)mbroption(mrb1)
4.we can set rrn position to particular record.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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)?
what are the important factors in error message subfile ?
how to define global parameter in ile ?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
what is a program described file in rpg?
What is file information data structure(infds) in as400?
how to toggle between single line and multi - line display of a particular record in a subfile?
how can I predict the performance of my cgis?
What is RETURN CURSER LOCATION in subfile?
what is the purpose of the indara keyword?
In RPG How to read a records from a file without using read opcodes?
what is the use of jdftval in join logical file?
difference between view and index ?
how can you execute a command from within an rpg program without calling a clp program?
what are various techniques to pass parameters from one program to another?