can we use cl programming to update or delete physical files
Answer Posted / anish
Although there are no keywords to update or insert or
delete records in a CL program, we can do the same with the
help of a 'RUNSQLSTM' statement. With this command we can
runa query directly from the CL program and do an
insert/update/delete without calling an RPG program.
Plzz let me know if my understanding is corerct.
| Is This Answer Correct ? | 32 Yes | 4 No |
Post New Answer View All Answers
How can we override a file during runtime in rpg?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
how do you use commitment control in rpg?
what was the robotech rpg?
How to call one program from another program in RPG? please help me with the code
how do I play {insert rpg system here}?
what is data area and how it is used in rpg program ?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
what is an online rpg?
What is the difference between iter and do?
what is the difference between do while and do until?
how does the rpg element work?
how do I declare a minor?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.