can we use cl programming to update or delete physical files
Answer Posted / uday bagadi
yes we can update data-base file through cl400 simply we write upddta command in cl pgm and give the data -base file name lib name and member name it directly give the update mode of this file.and same as we write deletf command in cl pgm
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
what is *place and *auto keyword in prtf ?plz explain
How Chain operation copies the record's data to the input buffer for the program?
What is difference between bind by copy and bind by reference?
how can I tell when to replace the array?
What is ment by record level identifier?
What is file identifier where we can use?
can you debug ile rpg program using isdb?
How can we override a file during runtime in rpg?
are there any useful c runtime apis that I can call from rpg iv?
How to handle duplicate error handling in RPG?
what is file information data structure?
what is the necessary keyword needed to scroll subfile records?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
What is the purpose of record level identifier?
which program rpg or cl is efficent to update a transaction onto a database file and why ?