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
explain sflclr, sflend, sfldlt, and sflcsrrrn?
What is file identifier where we can use?
what is kids-rpg?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
how does the rpg element work?
how do I play {insert rpg system here}?
How to write record if no field or the field are different in physical file in rpgle ?
how can you display specific subfile page on the screen in unequal subfile?
How many program bind in one module....
What is ment by record level identifier?
what do you mean by an input subfile, what are the keywords required?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what is the rpg system?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
How to call one program from another program in RPG? please help me with the code