can we use cl programming to update or delete physical files
Answer Posted / narender
No, you can access the records using the CL program but
can't perform any operation other then reading the records.
| Is This Answer Correct ? | 19 Yes | 10 No |
Post New Answer View All Answers
How can we override a file during runtime in rpg?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
can I touch the array during treatments?
How many program bind in one module....
what is the use of sflnxtchg?
is this a rpg channel?
What is file identifier where we can use?
How to call one program from another program in RPG? please help me with the code
how do I preserve and clean the array?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
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.
how can you display specific subfile page on the screen in unequal subfile?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
What is difference between bind by copy and bind by reference?
what is the difference between do while and do until?