suppose if we want to update the data in cl what we will do?
Answer Posted / shanky
We can update records in CL program but its only possible
through SQL statement in CL
In STRQMQRY command we can write SQL statement at SETVAR(
Update &FILE set FILED=' ' where &FILED='Key Value'
........There are many PDFs on google from where u can get
ready programs....................
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what do you mean by an input subfile, what are the keywords required?
what is the use of sflnxtchg?
how can I tell when to replace the array?
How to declare the pull button in AS/400..
how can you display specific subfile page on the screen in unequal subfile?
what is the procedure and explain about real time scenario.
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
What is file identifier where we can use?
what is the rpg system?
how do I declare a minor?
How to call one program from another program in RPG? please help me with the code
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is a rpg?
What is the difference between iter and do?
what are the key words you must use when using a subfile?