what is a logical file?
Answer / ravikant kumar
It is nothing but a logical view provided by the physical file.
| Is This Answer Correct ? | 0 Yes | 0 No |
explain the use of dftwrt display keyword?
What is the purpose of SFLFOLD and SFLDROP keywords?
how do u compile rpgle program?
define the purpose/use for sflrna?
When will DUMP and DEBUG opcodes be ignored?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
is it possible to do commitment control with out journaling?
What are the different types of messages in CL?
Q. Soppose one job is running in a batch mode for long time now i want to kill(end)this batch job.How you will achive this?
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 is default data type for the fields(sub fields) defined in data structures in rpg?
1)In a pf if we delete a record then how to insert a new record at the same place in that pf?? any logic or code? 2)A batch job is taking a lot of time to run,found that it is going into loop and wrapping up so how to skip that loop and process the job without changing the code? 3)In which scenario C D I R comes and C D G F comes in a job? 4)If a job came to error while processing a file how we can know at which record the error hit and how to skip that record and process other records without changing program code?