how to insert the data in pf by using cl program
Answer Posted / mohammed anwar ali
In CL, we can't insert a record in PF.By using CALL command, call one RPG Program, By this Program only we can Insert,Update & Delete a records in PF.
| Is This Answer Correct ? | 3 Yes | 1 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 is the difference between crtdupobj and copyf?
what are necessary keywords to code message subfile?
give three main purposes of file specification ?
an access path may be in which sequence?
maximum number of subfiles that can be active for a single file is?
How can we arrange duplicate records in a file?
how can a message from a message file appear as a constant on the screen?
A join logical file has how many record formats?
what is the use of dspatr(mdt) keyword?
What is the default access path of a file?
What is the difference between physical file and logical file?
how can you check for a records existence without causing and i/o (chain/read)?
explain the purpose of keep and assume keywords?
What is the draw back of Procedures? why we are going to Modules?