i hav 2 logical files(L1,L2) both r derived from one physical
file(P1). how can i use both the logical files in one RPG
program? if yes what i have to d.
Answer Posted / henry
Yes you can use both L1 and L2 in teh same pgm by renaming
the record format of one of the LF (Either L1 or L2)
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
How can we override a file during runtime in rpg?
can you debug ile rpg program using isdb?
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...
What is file identifier where we can use?
What is a record lock error?
what was the robotech rpg?
how do you use commitment control in rpg?
What is difference between bind by copy and bind by reference?
Explain mdt?
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
what is the rpg system?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
can I touch the array during treatments?
what is the procedure and explain about real time scenario.
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?