What is the purpose of FRCDTA (Force Data) keyword?
Answer / jeetendra yadav
Use this record-level keyword to immediately display a record format, without waiting for the next input or output/input operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
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?
Is it possible to add an keyfield or field to an Physical file without changing its file identifier. Example : - Say I have an existing physical file which is being used in 5 programs. Now I want to add an additional Keyfield or an field to it and I don't want to recompile the programs.
What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?
what is rpg fixed logic cycle?
what is maximum number of arrays allowed in rpg?
What is the symbol used for shifting fields in SDA?
explain the purpose of keep and assume keywords?
What are the different opcodes used for file operation on a subfile in a rpg pgm?
How many PARM statement can we use in a CL program?
how to run other job when one job is active?
What is primary file? How many primary file can be declared in a RPG program?
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)?